diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound.hpp b/include/sound.hpp index 9ff6b32..6873e90 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -37,7 +37,8 @@ struct MergedAudioInputs { typedef enum { S16, - S32 + S32, + F32 } AudioFormat; /* |