ZDoom / ZMusic

GZDoom's music system as a standalone library
https://forum.zdoom.org/index.php
63 stars 33 forks source link

Provide more detailed music stream info #32

Closed kcat closed 3 years ago

kcat commented 3 years ago

Adds a new public ZMusic_GetStreamInfoEx function and SoundStreamInfoEx type, which is clearer with the format provided and more flexible with supporting new formats. It also adds a new SampleType_Float32 enum, which some stream handlers use.