mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-27 07:00:01 -05:00
tests: Add resampler rewind test
This patch adds a test program that generates a square wave of a given frequency, length and sample rate. This is then resampled to another rate, rewound and the rewound part is run through the resampler again. After that, the results of the first and second resampler pass are compared. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/120>
This commit is contained in:
parent
a37fd7eada
commit
851c377d6b
3 changed files with 440 additions and 0 deletions
1
src/.gitignore
vendored
1
src/.gitignore
vendored
|
|
@ -71,6 +71,7 @@ proplist-test
|
|||
queue-test
|
||||
remix-test
|
||||
resampler-test
|
||||
resampler-rewind-test
|
||||
rtpoll-test
|
||||
rtstutter
|
||||
sig2str-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue