openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

Add more file types for `Audio` namespace and add documentation #440

Closed ezio416 closed 5 months ago

ezio416 commented 5 months ago

It seems like I can only load audio of types aiff, flac, mp3, and wav. It would be nice to also be able to play other common formats like aac, amr, m4a, m4r, mux (commonly used in TM maps, seems to be an ogg type based on loading a nod from a mux file), and ogg. These supported types should also be documented (I was surprised to find aiff is supported but not mux and only found these by testing).

Audio::LoadSampleFromAbsolutePath() is also not documented.

codecat commented 5 months ago

Thanks, I have updated the documentation and LoadSampleFromAbsolutePath is now displayed.