From d3d8b613060930aba68b05da76e79b9660b2662f Mon Sep 17 00:00:00 2001 From: Jaby Date: Thu, 2 May 2024 22:25:15 +0200 Subject: [PATCH] Add first CDDA audio file to project --- .gitattributes | 1 + bin/convert2cdda.sh | 6 ++++++ examples/PoolBox/assets/audio/Evacuation_cdda.wav | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 bin/convert2cdda.sh create mode 100644 examples/PoolBox/assets/audio/Evacuation_cdda.wav diff --git a/.gitattributes b/.gitattributes index e150652a..33bcf2d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/bin/convert2cdda.sh b/bin/convert2cdda.sh new file mode 100644 index 00000000..60d16550 --- /dev/null +++ b/bin/convert2cdda.sh @@ -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 \ No newline at end of file diff --git a/examples/PoolBox/assets/audio/Evacuation_cdda.wav b/examples/PoolBox/assets/audio/Evacuation_cdda.wav new file mode 100644 index 00000000..b32b0e4d --- /dev/null +++ b/examples/PoolBox/assets/audio/Evacuation_cdda.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f1dc9922d783b621ace7db1179c9915c066712664a0cff2ec04d8e13bb7550 +size 20412078