wavebender
wavebender copied to clipboard
Audio synthesis in Python.
How do you install this? I can't see a make file or similar?
Hello Zach, I just discovered your wavebender that is sounding close to what I was looking for ! I want to create a codec test. = Send continuous full scale...
The length of the generated .wav varies with the number of functions of different frequency I include in the channel, is there a way to fix that?
I get the following error message when I run most example scripts (Binaural.py for example): Python36\lib\site-packages\wavebender\wave.py", line 470, in _write_header self._file.write(b'RIFF') TypeError: must be str, not bytes This is most...
When running multichannel files on python3 a BrokenPipeError is returned
Hi, Thanks for creating this efficient and easy to use library. I was hoping to install it via pip, but it looks like it isn't in PyPI. I can do...
In __init__.py these lines had to be changed (change type to float and then convert to int later): ``` ... parser.add_argument('-t', '--time', help="Duration of the wave in seconds.", default=60, type=float)...