Files
alire-index-community/index/vi/virtapu.toml
T
Fabien Chouteau c5cdea1884 Add VirtAPU
2020-01-28 11:45:58 +01:00

28 lines
824 B
TOML

[general]
description = "A virtual Audio Processing Unit to simulate 8-bit era game sounds"
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = ["MIT"]
tags = ["nostd", "audio", "synth", "game"]
long-description = """
# VirtAPU
A virtual Audio Processing Unit to simulate 8-bit era game sounds
- 4 voices:
- Pulse
- Triangle
- Noise1 (LFSR 1)
- Noise2 (LFSR 6)
- Pulse witdth modulation
- Decay
- Frequency sweep
- Sequencer
"""
project-files = ["virtapu.gpr"]
["0.1.1"]
origin = "https://github.com/Fabien-Chouteau/VirtAPU/releases/download/v0.1.1/virtapu-0.1.1.zip"
origin-hashes = ["sha512:c38747a35b21b751774bda988f117a7151aed493c10574608b1b8cc730cc85f9ab5e15dc52b82a9e037e01e068e9358a0c24409a6e75ee3108c9f31bdb3cef3d"]
["0.1.1".depends-on]
hal = "^0.1.0"