mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-10 09:11:31 +00:00
[client] audio: preserve native playback formats
This commit is contained in:
@@ -37,6 +37,8 @@ typedef enum LG_AudioSampleFormat
|
||||
/* IEEE 754 little-endian floating-point samples. */
|
||||
LG_AUDIO_FMT_F32_LE,
|
||||
LG_AUDIO_FMT_F64_LE,
|
||||
/* Native-endian floating point for client-side processing. */
|
||||
LG_AUDIO_FMT_F32_NE,
|
||||
}
|
||||
LG_AudioSampleFormat;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user