-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add digitized instruments for guitar, fx, drums etc. #81
Comments
I would love to see something like this as well. I would call this adding support for soundfonts. |
You can't use soundfont files in web applications due of huge size. Good soundfonts like Fluid are 100 mb or more. WebAudioFont includes Fluid, GeneralUser GS and other soundofnts. You can use all samples without including them into your project. WebAudioFont downloads instruments in realtime. All samples uses compression. See example above. https://github.com/danigb/soundfont-player has no samples. It can play uncompressed samples from FluidR3_GM project. |
How would you suggest implementing WebAudioFont into Wad? |
Here is an interesting project that may be worth keeping an eye on: |
There may be a great way of doing this. JFXR allows you to produce sound effects in the browser and export them as a script file. It would be amazing if we could import those files into Wad and play with those effects in Wad. I don't think it would be hard at all, just a small conversion script. |
I am at the point to where I need soundfonts. I am probably going to install surikov's library and try to get it to work with the Wad context. I love all the soundfonts surikov has. |
Add WebAudioFont sounds to play melodies.
It has 1500 digitized instruments and drums. You can load instruments in realtime. No CORS problem.
Example of using
https://surikov.github.io/webaudiofont/examples/dynamic.html
The text was updated successfully, but these errors were encountered: