Home - spessasus/spessasynth_lib GitHub Wiki
Welcome to the spessasynth_lib documentation!
[!TIP] If you encounter any errors in this documentation, please open an issue!
Migrating from pre-3.26.0
spessasynth_lib documentation
- Getting started with spessasynth_lib
- Synthetizer - Responsible for generating sound.
- Sequencer - Responsible for playing the parsed MIDI sequence.
- Writing Wave files - How to write WAV files from
AudioBuffer
. - NPM Exports - a listing of all the NPN exports in the
spessasynth_lib
NPM package. - Logging - How to control spessasynth_lib's console output.
spessasynth_core documentation
- Sound Banks - Responsible for parsing an SF2 file.
- MIDI parser - Responsible for parsing a MIDI file.
- Writing MIDI files - How to write MIDI and RMID files.
- Writing Wave files - How to write WAV files from PCM audio data.