Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuttle1987/wavgen
Create in memory wave files
https://github.com/shuttle1987/wavgen
Last synced: 2 days ago
JSON representation
Create in memory wave files
- Host: GitHub
- URL: https://github.com/shuttle1987/wavgen
- Owner: shuttle1987
- License: agpl-3.0
- Created: 2018-08-08T07:28:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T23:49:30.000Z (over 4 years ago)
- Last Synced: 2024-11-17T13:49:54.560Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wavgen
This is small bit of code to create in memory wave files containing pure tones.## Possible use case
Sometimes you will want to be able to test code that requires real wave files.
In order to do this without hitting the filesystem it's handy to be able to mock some wav files in memory.