Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VAUnity
Commits
29ff099e
Commit
29ff099e
authored
Apr 05, 2017
by
Maurice Tayeb Andreas
Browse files
Merge branch 'develop' of
https://git.rwth-aachen.de/ita/VAUnity
into develop
parents
55296a7d
ae608fdb
Changes
2
Show whitespace changes
Inline
Side-by-side
VAUListener.cs
View file @
29ff099e
...
...
@@ -38,7 +38,7 @@ public class VAUListener : MonoBehaviour {
Debug
.
Log
(
"[VAU]"
+
listenername
+
" created"
);
_VA
.
SetListenerHRIRDataset
(
Listener
,
VAUAdapter
.
DefaultHRIR
);
SetListenerPositionOrientation
();
_VA
.
SetArtificalReverbarationTime
(
VAAudioRenderer
,
2.0
f
);
_VA
.
SetArtificalReverbarationTime
(
VAAudioRenderer
,
0.3
f
);
reverbZones
=
FindObjectsOfType
(
typeof
(
AudioReverbZone
))
as
AudioReverbZone
[];
}
...
...
VAUSoundSource.cs
View file @
29ff099e
...
...
@@ -134,6 +134,7 @@ public class VAUSoundSource : MonoBehaviour {
void
OnDestroy
()
{
_VA
=
VAUAdapter
.
VA
;
if
(
_VA
.
IsConnected
())
{
_VA
.
DeleteSoundSource
(
SoundSource
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment