Skip to content

Commit 57dceb1

Browse files
committed
PHASE update 1.2.5 - Add Spatializer, head-tracking, pHRTF, gain bugfix (apple#57)
### Added - PHASE Spatializer plug-in - Listener head-tracking support - Personalized HRTF support - AVAudioSession interruption handler ### Changed - Initial gain level fix. - Updated failing test.
1 parent cdf1725 commit 57dceb1

Some content is hidden

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

42 files changed

+2354
-187
lines changed

plug-ins/Apple.PHASE/.gitignore

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
# Git ignore file
2-
/[Ll]ibrary/
3-
/[Tt]emp/
4-
/[Oo]bj/
5-
/[Bb]uild/
6-
/[Bb]uilds/
7-
/[Ll]ogs/
8-
/[Uu]ser[Ss]ettings/
9-
**/[Ll]ibrary/
10-
**/[Tt]emp/
11-
**/[Oo]bj/
12-
**/[Bb]uild/
13-
**/[Bb]uilds/
14-
**/[Ll]ogs/
15-
**/[Uu]ser[Ss]ettings/
16-
172
# Mac OS X Finder
183
.DS_Store
194

@@ -27,6 +12,7 @@
2712

2813
# Xcode 4 and later
2914
xcuserdata/
15+
*.xcworkspace
3016
*.xcscmblueprint
3117

3218
# Generated files
@@ -61,14 +47,27 @@ dist/
6147
build/
6248

6349
# Unity
64-
Apple.PHASE_Unity/Library/*
65-
Apple.PHASE_Unity/Temp/*
66-
Apple.PHASE_Unity/Builds/*
50+
Apple.PHASE_Unity/[Ll]ibrary/*
51+
Apple.PHASE_Unity/[Ll]ogs/*
52+
Apple.PHASE_Unity/[Tt]emp/*
53+
Apple.PHASE_Unity/[Bb]uilds/*
54+
Apple.PHASE_Unity/[Uu]serSettings/*
55+
Apple.PHASE_Unity/Assets/InitTestScene*.unity
56+
Apple.PHASE_Unity/Assets/InitTestScene*.meta
57+
Apple.PHASE_Unity/obj/*
58+
Apple.PHASE_Unity/.idea/
59+
60+
# PHASE build
61+
*AudioPluginPHASE.a
62+
*AudioPluginPHASE.a.meta
63+
*AudioPluginPHASE.bundle/*
64+
*AudioPluginPHASE.bundle.meta
65+
*com.apple.unityplugin.phase*.tgz
66+
6767
.vs
6868
*.sln
6969
*.csproj
7070
*.cache
71-
!Apple.PHASE_Unity/Assets/Runtime/Plugins/iOS/AudioPluginPHASE.a.meta
7271
Apple.PHASE_Unity/.vscode/launch.json
7372
Apple.PHASE_Unity/.vscode/settings.json
7473
Apple.PHASE_Unity/Builds.meta

plug-ins/Apple.PHASE/Apple.PHASE_Unity/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# CHANGELOG
22
All notable changes to this project will be documented in this file.
33

4+
## [1.2.5] - 2025-03-07
5+
6+
### Added
7+
- PHASE Spatializer plug-in
8+
- Listener head-tracking support
9+
- Personalized HRTF support
10+
- AVAudioSession interruption handler
11+
12+
### Changed
13+
- Initial gain level fix.
14+
- Updated failing test.
15+
416
## [1.2.4] - 2025-01-29
517
- Remove references to some unused packages.
618

plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Demos/Audio/Footstep_Walking_Hardwood_01.wav

100755100644
File mode changed.

plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Demos/Audio/Footstep_Walking_Hardwood_02.wav

100755100644
File mode changed.

plug-ins/Apple.PHASE/Apple.PHASE_Unity/Assets/Demos/Audio/anechoic-vox-mono.wav

100755100644
File mode changed.

0 commit comments

Comments
 (0)