* Devil
* Labyrinth
* A New Challenge
# Note
From Ninja Gaiden (2004) soundtrack CD. Note: has to be edited to loop seamlessly.
# Encoding
ffmpeg -i Labyrinth.mp3         -c:a libvorbis -q:a 2 Labyrinth.ogg
ffmpeg -i Devil.mp3             -c:a libvorbis -q:a 2 Devil.ogg
ffmpeg -i 'A New Challenge.mp3' -c:a libvorbis -q:a 2 'A New Challenge.ogg'

* Waterfall
# Author
InspectorJ from https://freesound.org/people/InspectorJ/sounds/365921/
# Encoding
ffmpeg -i 'Waterfall flow.ogg' -ss 1 -to 5 -c:a libvorbis -q:a 0 -ac 1 Waterfall.ogg

* Secure Place
# Encoding
yt-dlp https://www.youtube.com/watch?v=DB0haxYegNk -f 251 -o 'Secure Place.opus'
ffmpeg -i 'Secure Place.opus' -c:a libvorbis -q:a 2 'Secure Place.ogg'

* Cthalha
# Note
In the ffmpeg command, `-af "afade=t=out:st=260:d=5"` means fade out starts at 260 seconds and lasts for 5 seconds.
# Encoding
yt-dlp https://youtu.be/BdPTrEWqIvs -o "Andrew Hulshult - Cthalha.mkv"
ffmpeg -i '.\Andrew Hulshult - Cthalha.mkv' -vn -c:a libvorbis -q:a 1 -to 4:25 -af "afade=t=out:st=260:d=5" 'Cthalha - neutral.ogg'

* WoodCrack
# Junction.txt
Chop wood 1.mp3  : the-sound-of-chopping-wood-chopping-wood-3.mp3 : https://sounddino.com/
Crack wood 1.mp3 : wood-cracking-wood-breaking.mp3                : https://sounddino.com/
# License.txt
(None found.)

* Message
# Note
Compressed from 44100Hz to 22050Hz sample rate.
# Junction.txt
Ding 1 : you-have-to-be-careful-and-it39s-better-to-walk-on-tiptoe.mp3 : https://sounddino.com/
# License.txt
(None found.)

* Button1
# Function.txt
Stone 1       : fragments-of-bricks-falling-stones-crumbling-rocks.mp3 : https://sounddino.com/
# License.txt
(None found.)

* Crixalis the Sand King - Caustic finale
# Note
From DotA 2!
# Encoding
ffmpeg -i '.\Crixalis the Sand King - Caustic finale.mp3' -vn -c:a libvorbis -q:a 2 'Crixalis the Sand King - Caustic finale.ogg'
