circuitpython/tests/circuitpython-manual/synthio/note
Jeff Epler c031bda5dd
synthio: implement a range compressor with hard knee
This really improves the loudness of the output with multiple notes
while being a nice simple algorithm to implement.
2023-05-08 09:22:42 -05:00
..
README.md synthio: Add synthio.Note 2023-05-04 07:23:49 -05:00
audioop.py synthio: Add synthio.Note 2023-05-04 07:23:49 -05:00
chunk.py synthio: Add synthio.Note 2023-05-04 07:23:49 -05:00
code.py synthio: implement a range compressor with hard knee 2023-05-08 09:22:42 -05:00
wave.py synthio: Add synthio.Note 2023-05-04 07:23:49 -05:00

README.md

Test synthio without hardware

Build the unix port then run ....../ports/unix/micropython-coverage code.py.

This will create tune.wav as output, which you can listen to using any old audio player.