https://github.com/gndl/graffophone
Digital Audio Funstation
https://github.com/gndl/graffophone
audio linux lv2-host
Last synced: 29 days ago
JSON representation
Digital Audio Funstation
- Host: GitHub
- URL: https://github.com/gndl/graffophone
- Owner: gndl
- License: gpl-3.0
- Created: 2015-05-11T21:11:34.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T20:09:45.000Z (about 1 month ago)
- Last Synced: 2025-05-04T21:21:20.018Z (about 1 month ago)
- Topics: audio, linux, lv2-host
- Language: Rust
- Homepage:
- Size: 2.63 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graffophone
Modular audio processing application including sequencer, synthesis and mixing functions.
Supported formats :
- Audio, MIDI
- Scales : 12 ET, 17 ET, 19 ET, 53 ET, natural, pythagorean
- Plugins : Lv2
- Sample rates (Hz) : 8000, 11025, 16000, 22050, 32000, 44100, 48000, 88200, 96000
- Codecs : FLAC, MP3, Ogg Vorbis, Opus, WAV
Building and installing Graffophone
==============================Configuration
-------------Prerequisites: rust >= 1.73.0, ffmpeg 7, liblilv-dev >= 0.24
Compilation
-----------$ cargo build --bin graffophone --release
Execution
---------$ cargo run --bin graffophone --release