mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
Add simple script to generate rate control tests.
This commit is contained in:
parent
c28ae74d2e
commit
f11ccfc108
3
audio/test/test-rate-control.sh
Executable file
3
audio/test/test-rate-control.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
ffmpeg -i "$1" -f s16le - | ./test-sinc-highest 44100 48000 $3 | ffmpeg -y -ar 48000 -f s16le -ac 2 -i - "$2"
|
Loading…
Reference in New Issue
Block a user