diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-03-04 16:02:48 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-03-04 16:02:48 +0100 |
commit | 8ca1ac70e8466d7aba0a57236a1d068939540a3f (patch) | |
tree | 7d1596783e377f7975ed8c8af570db0decb77ad4 /include/sound.hpp | |
parent | c956cd4be3a4e81d1b50665debf28395a87f393f (diff) |
Support opus flt and fltp
Diffstat (limited to 'include/sound.hpp')
-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; /* |