Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PolyMeilex/OxiSynth
Pure rust soundfont synthesizer
https://github.com/PolyMeilex/OxiSynth
Last synced: 30 days ago
JSON representation
Pure rust soundfont synthesizer
- Host: GitHub
- URL: https://github.com/PolyMeilex/OxiSynth
- Owner: PolyMeilex
- Created: 2021-02-17T22:58:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T05:29:42.000Z (12 months ago)
- Last Synced: 2024-04-14T06:51:26.511Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 8.28 MB
- Stars: 54
- Watchers: 8
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![img](https://github.com/PolyMeilex/OxiSynth/assets/20758186/3773d917-920f-498b-94a1-a7504bd986f8)
# OxiSynth
`fluidsynth` soundfont synthesizer but in pure safe Rust.
### Showcase
OxiSynth running in [Neothesia](https://github.com/PolyMeilex/Neothesia)
https://github.com/PolyMeilex/OxiSynth/assets/20758186/e1d1c3c1-0869-4a8f-96c9-6f16a56767cb
https://github.com/PolyMeilex/OxiSynth/assets/20758186/d50d2e95-f316-472f-88e9-111ed2f52784
OxiSynth running in browser, with Boomwhacker soundfont bundled:
[https://oxisynth.netlify.app](https://oxisynth.netlify.app)### Project Structure
- `./src` - OxiSynth
- `./soundfont-rs` - Pure Rust implementation of sf2/3 file parser (intended to be also usable outside of `oxisynth`)