mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
4 lines
121 B
Bash
Executable File
4 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ffmpeg -i "$1" -f s16le - | ./test-sinc-highest 44100 48000 $3 | ffmpeg -y -ar 48000 -f s16le -ac 2 -i - "$2"
|