Skip to content

Commit

Permalink
Change demo scene back to embree, update steam-audio version (closes #46
Browse files Browse the repository at this point in the history
).
  • Loading branch information
stechyo committed Apr 1, 2024
1 parent f157393 commit d9a8ff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion project/scenes/demo.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ environment = SubResource("Environment_gdnyc")
camera_attributes = SubResource("CameraAttributesPhysical_v0408")

[node name="SteamAudioConfig" type="SteamAudioConfig" parent="."]
scene_type = 0

[node name="Ground" type="MeshInstance3D" parent="."]
transform = Transform3D(200, 0, 0, 0, 200, 0, 0, 0, 200, 0, 0, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/lib/steamaudio
Submodule steamaudio updated 43 files
+1 −1 README.md
+5 −2 core/CMakeLists.txt
+1 −1 core/README.md
+2 −5 core/build/dependencies.json
+1 −1 core/doc/build-instructions.rst
+2 −0 core/doc/getting-started.rst
+9 −7 core/src/core/CMakeLists.txt
+0 −1,310 core/src/core/api_internal.cpp
+1 −1 core/src/core/api_validation_layer.cpp
+17 −17 core/src/core/avx_float8.h
+3 −3 core/src/core/delay.h
+72 −8 core/src/core/embree_scene.cpp
+6 −0 core/src/core/float8.h
+2 −2 core/src/core/float8_delay.cpp
+3 −3 core/src/core/float8_iir.cpp
+3 −3 core/src/core/float8_reverb_effect.cpp
+4 −4 core/src/core/iir.h
+10 −0 core/src/core/instanced_mesh.h
+4 −0 core/src/core/overlap_save_convolution_effect.cpp
+13 −7 core/src/core/phonon.h
+3 −3 core/src/core/phonon_version.h.in
+2 −2 core/src/core/reverb_effect.h
+36 −27 core/src/core/scene.cpp
+10 −5 core/src/core/simulation_manager.cpp
+1 −1 core/src/core/simulation_manager.h
+1 −1 fmod/CMakeLists.txt
+13 −7 fmod/include/phonon/phonon.h
+4 −4 fmod/include/phonon/phonon_version.h
+1 −1 fmod/setup.py
+1 −1 unity/CMakeLists.txt
+13 −7 unity/include/phonon/phonon.h
+4 −4 unity/include/phonon/phonon_version.h
+1 −1 unity/setup.py
+12 −3 unity/src/project/SteamAudioUnity/Assets/Plugins/SteamAudio/Scripts/Runtime/SteamAudioManager.cs
+1 −1 unreal/CMakeLists.txt
+1 −1 unreal/setup.py
+1 −0 unreal/src/SteamAudioUnreal/Plugins/SteamAudio/Source/SteamAudio/Private/SteamAudioGeometryComponent.cpp
+2 −2 unreal/src/SteamAudioUnreal/Plugins/SteamAudio/Source/SteamAudio/Private/SteamAudioSourceComponent.cpp
+1 −1 unreal/src/SteamAudioUnreal/Plugins/SteamAudio/Source/SteamAudio/Public/SteamAudioSourceComponent.h
+13 −7 unreal/src/SteamAudioUnreal/Plugins/SteamAudio/Source/SteamAudioSDK/include/phonon.h
+4 −4 unreal/src/SteamAudioUnreal/Plugins/SteamAudio/Source/SteamAudioSDK/include/phonon_version.h
+1 −1 unreal/src/SteamAudioUnreal/Plugins/SteamAudio/SteamAudio.uplugin
+1 −1 unreal/src/SteamAudioUnreal/Plugins/SteamAudioFMODStudio/SteamAudioFMODStudio.uplugin

0 comments on commit d9a8ff5

Please sign in to comment.