File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ install-steam-audio:
7
7
cp src/lib/steamaudio/lib/linux-x64/libphonon.so project/addons/godot-steam-audio/bin
8
8
9
9
release :
10
- scons platform=linux target=template_debug && scons platform=windows target=template_debug
10
+ scons platform=linux target=template_debug && scons platform=windows target=template_debug && \
11
+ scons platform=linux target=template_release && scons platform=windows target=template_release
12
+ mkdir godot-steam-audio-demo
11
13
mkdir godot-steam-audio
12
- cp -r ./project ./godot-steam-audio/ demo
13
- rm -rI ./godot-steam-audio/demo/.godot ./godot-steam-audio/demo/.gitignore ./godot-steam-audio/demo/.gitattributes ./godot-steam-audio/ demo/addons/godot-steam-audio/bin/libphonon.so
14
- cp -r ./godot-steam-audio/ demo/addons ./godot-steam-audio/addons
14
+ cp -r ./project/ * ./godot-steam-audio- demo
15
+ rm -rI ./godot-steam-audio- demo/addons/godot-steam-audio/bin/libphonon.so
16
+ cp -r ./godot-steam-audio- demo/addons ./godot-steam-audio
15
17
zip -r ./godot-steam-audio-vX.Y.Z.zip godot-steam-audio README.md
16
- rm -rI ./godot-steam-audio
18
+ zip -r ./godot-steam-audio-demo-vX.Y.Z.zip godot-steam-audio-demo README.md
19
+ rm -rI ./godot-steam-audio ./godot-steam-audio-demo
Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ into Godot 4.2. This adds sound effects such as occlusion and reverb into the en
5
5
### [ Demo Video] ( https://www.youtube.com/watch?v=vRnzfnb93Gw )
6
6
![ A picture of the editor screen with some godot-steam-audio nodes.] ( doc/imgs/editor.png )
7
7
8
- This extension is in a pre-alpha phase, will have bugs and missing polish, and might crash. Linux and Windows
9
- are currently working. Mac probably works, but I don't have the time nor the money to support that, sorry.
8
+ This extension is in an alpha phase, will have bugs and missing polish, and may crash. Don't expect to be able
9
+ to ship a game with this extension right now unless you are ready to make some fixes/optimizations to it on
10
+ your own (and if you do, PRs are accepted). Linux and Windows are currently working. Mac probably works, but I
11
+ don't have the time nor the money to support that, sorry.
10
12
11
13
### Features
12
14
- Spatial ambisonics audio
You can’t perform that action at this time.
0 commit comments