diff --git a/index/vi/virtapu.toml b/index/vi/virtapu.toml new file mode 100644 index 00000000..5ef4c11f --- /dev/null +++ b/index/vi/virtapu.toml @@ -0,0 +1,27 @@ +[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"