[client] audio: preserve native playback formats

This commit is contained in:
Geoffrey McRae
2026-08-10 03:45:52 +10:00
parent ff665c2031
commit fa8a95569a
6 changed files with 267 additions and 65 deletions

View File

@@ -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;