Add first CDDA audio file to project
This commit is contained in:
parent
245f609fd5
commit
d3d8b61306
|
@ -1,2 +1,3 @@
|
||||||
*.xa filter=lfs diff=lfs merge=lfs -text
|
*.xa filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
|
@ -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
|
Binary file not shown.
Loading…
Reference in New Issue