mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
add support for 32bit integer samples
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2037 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
3c17c7d442
commit
7e0f547f2f
12 changed files with 319 additions and 17 deletions
|
|
@ -164,6 +164,8 @@ int pa_oss_auto_format(int fd, pa_sample_spec *ss) {
|
|||
[PA_SAMPLE_S16BE] = AFMT_S16_BE,
|
||||
[PA_SAMPLE_FLOAT32LE] = AFMT_QUERY, /* not supported */
|
||||
[PA_SAMPLE_FLOAT32BE] = AFMT_QUERY, /* not supported */
|
||||
[PA_SAMPLE_S32LE] = AFMT_QUERY, /* not supported */
|
||||
[PA_SAMPLE_S32BE] = AFMT_QUERY, /* not supported */
|
||||
};
|
||||
|
||||
pa_assert(fd >= 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue