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)
toolbox
Commits
10dc1bfc
Commit
10dc1bfc
authored
Nov 06, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Minor fixes and comment typos
parent
a4a45f3a
Changes
3
Hide whitespace changes
Inline
Side-by-side
applications/VirtualAcoustics/VA/itaVA_example_tracked_listener.m
View file @
10dc1bfc
...
...
@@ -7,7 +7,7 @@ va = itaVA( 'localhost' );
% Create a sound receiver
L
=
va
.
create_sound_receiver
(
'itaVA_Tracked_Listener'
);
% OptiTrack tracker connection and sound receiver updates
% OptiTrack tracker conne
e
ction and sound receiver updates
va
.
set_tracked_sound_receiver
(
L
)
% For virtual scene / rendering
va
.
set_tracked_real_world_sound_receiver
(
L
)
% For CTC reproductions
va
.
connect_tracker
...
...
applications/VirtualAcoustics/VA/itaVA_setup.m
View file @
10dc1bfc
...
...
@@ -95,8 +95,7 @@ end
current_natnet_dir
=
which
(
'NatNetML.dll'
);
if
~
isempty
(
current_natnet_dir
)
ainfo
=
NET
.
addAssembly
(
current_natnet_dir
);
client
=
NatNetML
.
NatNetClientML
(
0
);
natnetversion_raw
=
client
.
NatNetVersion
;
natnetversion_raw
=
NatNetML
.
NatNetClientML
(
0
)
.
NatNetVersion
();
vs
=
sprintf
(
'NatNetML (OptiTrack) %d.%d'
,
natnetversion_raw
(
1
),
natnetversion_raw
(
2
)
);
set
(
handles
.
edit_natnet_version
,
'String'
,
vs
)
end
...
...
applications/VirtualAcoustics/openDAFF/OpenDAFFv1.7/daffv17_write.m
View file @
10dc1bfc
...
...
@@ -431,11 +431,6 @@ function [] = daffv17_write( varargin )
% integers but within epsilon
x = cell( round( args.alphapoints ), round( args.betapoints ), args.channels );
% Speed up for itaHRTF class
if isa( args.userdata, 'itaHRTF' )
args.userdata = args.userdata.buildsearchdatabase;
end
disp( 'Starting to gather data via callback function, this might take a while ...' )
for b=1:args.betapoints
tic
...
...
Write
Preview
Markdown
is supported
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