mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Add support for 24bit samples encoded in the LSB of 32 bit words
This commit is contained in:
parent
6dc76d1158
commit
4a13763797
13 changed files with 339 additions and 19 deletions
|
|
@ -166,6 +166,8 @@ int pa_oss_auto_format(int fd, pa_sample_spec *ss) {
|
|||
[PA_SAMPLE_S32BE] = AFMT_QUERY, /* not supported */
|
||||
[PA_SAMPLE_S24LE] = AFMT_QUERY, /* not supported */
|
||||
[PA_SAMPLE_S24BE] = AFMT_QUERY, /* not supported */
|
||||
[PA_SAMPLE_S24_32LE] = AFMT_QUERY, /* not supported */
|
||||
[PA_SAMPLE_S24_32BE] = AFMT_QUERY, /* not supported */
|
||||
};
|
||||
|
||||
pa_assert(fd >= 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue