🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Simple Wav File Reader/Writer Utilities in Angelscript Language

Started by
1 comment, last by theoutfield 9 years, 8 months ago

Hi,

I wanted to share this here, in case it may be useful to someone from the AngelScript community: as part of a larger project, we have written a small set of utilities (in angelscript language) that let you read and write audio files in wav format:

Wave file reader/writer source on GitHub

It just requires arrays and the file add-on. It does not actually play the wave file but lets you load the audio data in memory and write them from memory.

Advertisement
nice smile.png

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Nice work.

This topic is closed to new replies.

Advertisement