Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
3 changed files with 10 additions and 0 deletions
Showing only changes of commit d3d8b61306 - Show all commits

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
*.xa filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text

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

BIN
examples/PoolBox/assets/audio/Evacuation_cdda.wav (Stored with Git LFS) Normal file

Binary file not shown.