mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
remix-test: test the remixer with PA_RESAMPLER_NO_FILL_SINK set
This commit is contained in:
parent
21c3570b12
commit
6ec4ca218e
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ int main(int argc, char *argv[]) {
|
|||
RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMAP),
|
||||
RESAMPLE_FLAGS(PA_RESAMPLER_NO_REMIX),
|
||||
RESAMPLE_FLAGS(PA_RESAMPLER_NO_LFE),
|
||||
RESAMPLE_FLAGS(PA_RESAMPLER_NO_FILL_SINK),
|
||||
RESAMPLE_FLAGS(PA_RESAMPLER_NO_LFE | PA_RESAMPLER_NO_FILL_SINK),
|
||||
{ .str = NULL, .value = 0 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue