-
Notifications
You must be signed in to change notification settings - Fork 10
Home
spessasus edited this page Aug 26, 2024
·
25 revisions
This is the place where I try my best to explain the program.
Tip
If you encounter any errors in this documentation, please open an issue!
- Getting started with spessasynth_lib
- Synthetizer - Responsible for generating sound.
- Sequencer - Resposnible for playing the parsed MIDI sequence.
- SoundFont parser - Responsible for parsing an SF2 file.
- MIDI parser - Responsible for parsing a MIDI file.
- Logging - How to control spessasynth_lib's console output.
- Writing MIDI files - How to write MIDI and RMID files.
-
Writing Wave files - How to write WAV files from
AudioBuffer
. - Converting between formats - How to convert between various file formats.
Tip
If you encounter any errors in this documentation, please open an issue!
Warning
Make sure you always update worklet_processor.min.js
along with the npm package!