mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:27:35 +00:00
LibAudio: Add the Int32 sample format
The signed 32-bit PCM sample format is required for the FLAC standard.
This commit is contained in:
parent
9d4c50ca60
commit
d599a14545
2 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ enum PcmSampleFormat : u8 {
|
|||
Uint8,
|
||||
Int16,
|
||||
Int24,
|
||||
Int32,
|
||||
Float32,
|
||||
Float64,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue