mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-27 06:02:28 +00:00
Add a 32-bit float sample type
This commit is contained in:
parent
d8e6e28879
commit
dd76ab1fce
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ typedef struct SoundStreamInfo_
|
||||||
typedef enum SampleType_
|
typedef enum SampleType_
|
||||||
{
|
{
|
||||||
SampleType_UInt8,
|
SampleType_UInt8,
|
||||||
SampleType_Int16
|
SampleType_Int16,
|
||||||
|
SampleType_Float32
|
||||||
} SampleType;
|
} SampleType;
|
||||||
|
|
||||||
typedef enum ChannelConfig_
|
typedef enum ChannelConfig_
|
||||||
|
|
Loading…
Reference in a new issue