Skip to content

Commit 3027cbe

Browse files
committed
The Full Ass Complete Audio Rework
Look at below for more information about this commit - #40
1 parent a3c9151 commit 3027cbe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+10850
-2160
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
2222
- name: Install Haxe dependencies
2323
run: |
24-
sudo apt-get install -qq libgl1-mesa-dev libglu1-mesa-dev libpulse-dev g++ g++-multilib gcc-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev
24+
sudo apt-get update
25+
sudo apt-get install -qq gcc-12 g++-12 libstdc++-12-dev libgl1-mesa-dev libglu1-mesa-dev libpulse-dev g++-12-multilib gcc-12-multilib libasound2-dev libx11-dev libxext-dev libxi-dev libxrandr-dev libxinerama-dev
26+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
27+
sudo update-alternatives --config g++
2528
haxelib git hxcpp https://github.com/FunkinCrew/hxcpp --quiet
2629
haxelib install format --quiet
2730
haxelib install hxp --quiet

.gitmodules

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@
8383
path = project/lib/hashlink
8484
url = https://github.com/HaxeFoundation/hashlink
8585
shallow = true
86+
[submodule "project/lib/dr_libs"]
87+
path = project/lib/dr_libs
88+
url = https://github.com/mackron/dr_libs
89+
shallow = true
90+
[submodule "project/lib/opusfile"]
91+
path = project/lib/opusfile
92+
url = https://github.com/xiph/opusfile
93+
[submodule "project/lib/opus"]
94+
path = project/lib/opus
95+
url = https://github.com/xiph/opus

0 commit comments

Comments
 (0)