ZDoom / ZMusic

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

Provide more detailed music stream info #32

Closed kcat closed 2 years ago

kcat commented 2 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.