Open Flowdeeps opened 5 years ago
Synth is nowhere to be found.
synth was a work-in-progress that never got merged. I've removed this reference from the docs in 2ed95e150be0216ccd0bf91bc467e538f8f187ea
Also please add an example of AudioFrames from a file and steps to produce them if possible
Please have a look at examples/play_file.py
, it provides some hints how to do this.
I've been trying to work out the kinks in a simple sequencer and after reading the Audio docs have realised that it mentions a module that is never spoken of again.
https://microbit-micropython.readthedocs.io/en/latest/audio.html
Synth is nowhere to be found.
Also please add an example of AudioFrames from a file and steps to produce them if possible. I think PyDub might be capable of converting 8 bit mono wavefiles as AudioFrames.