32 lines
782 B
TOML
32 lines
782 B
TOML
description = "A virtual Audio Processing Unit to simulate 8-bit era game sounds"
|
|
long-description = """
|
|
# VirtAPU
|
|
|
|
A virtual Audio Processing Unit to simulate 8-bit era game sounds
|
|
|
|
- Arbitrary number of voice(s)
|
|
- 4 sounds:
|
|
- Pulse
|
|
- Triangle
|
|
- Noise1 (LFSR 1)
|
|
- Noise2 (LFSR 6)
|
|
- Pulse witdth modulation
|
|
- Decay
|
|
- Frequency sweep
|
|
- Sequencer
|
|
"""
|
|
name = "virtapu"
|
|
version = "0.2.0"
|
|
website="https://github.com/Fabien-Chouteau/virtapu"
|
|
licenses = "MIT"
|
|
authors=["Fabien Chouteau"]
|
|
maintainers = ["fabien.chouteau@gmail.com"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
project-files = ["virtapu.gpr"]
|
|
tags = ["nostd", "audio", "synth", "game"]
|
|
|
|
[origin]
|
|
commit = "1146b446c0322ae7e72b56972aff384395e6a3a9"
|
|
url = "git+https://github.com/Fabien-Chouteau/virtapu.git"
|
|
|