Add first CDDA audio file to project

This commit is contained in:
2024-05-02 22:25:15 +02:00
parent 51136206cf
commit 28dd4855c8
3 changed files with 10 additions and 0 deletions

6
bin/convert2cdda.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
#Made possible by Cody the white tiger
# $1 => Input file
# $2 => Output file
ffmpeg -i $1 -sample_fmt s16 -ar 44100 $2