Super impressed #48
Closed
MengLinMaker
started this conversation in
General
Replies: 1 comment
-
Hi, thanks for the kind words! I'm glad you like SpessaSynth. As for the vorbis decoder, the answer is sadly a no because of two reasons:
As for the richness, I'm assuming you're taking about the quality of built-in reverb and chorus, because otherwise it sounds identical (according to my testing at least), even the filter acts like fluid's. Yes, they are not very good, and I'm open to suggestions on improving these! If you find of create a good sounding configuration (or implementation) for them, let me know and I'll add it. (Or open a PR :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a very impressive project, having worked on related stuff.
I notice SoundFont3 by MuseScore does not comply with the RIFF specification.
But It is what we have to work with now.
On a side note, the package bundle size is 375kb gzip. I believe it's possible to shave another ~ 60kb by replacing stbvorbis_sync.min.js with BaseAudioContext.decodeAudioData() web api. Possibly more performant too.
The sound isn't as rich as libfluidsynth, but this is the best javascript synth implementation I've seen so far.
Note: I'm looking to slim down the synth portion of aa web app I created.
Beta Was this translation helpful? Give feedback.
All reactions