tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

MP3 support #247

Open ghost opened 6 years ago

ghost commented 6 years ago

Will MP3 sound format be supported? A large amount of free music/sound libraries have mp3s in them.

tzachshabtay commented 6 years ago

Hopefully yes. The current plan is to integrate ffmpeg when adding video support (https://github.com/tzachshabtay/MonoAGS/issues/8), which should allow for a lot of audio codecs, including mp3 (and also opus: https://github.com/tzachshabtay/MonoAGS/issues/66).