https://github.com/bemusic/bmsampler
https://github.com/bemusic/bmsampler
cpp libsndfile
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bemusic/bmsampler
- Owner: bemusic
- Created: 2016-02-29T17:56:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T17:06:12.000Z (over 10 years ago)
- Last Synced: 2025-02-22T19:45:02.787Z (over 1 year ago)
- Topics: cpp, libsndfile
- Language: C++
- Homepage:
- Size: 703 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bmsampler
Sampler for rendering samples at a specified time to 32bit Float wave files.
For use with `bms-renderer` to speed things up.
Note that the constraint is still there:
That all samples must be 44100hz Streo.
You can use SoX to convert any audio file using `sox in.wav -r 44.1k -c 2 out.ogg`.