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
fe3f3e1b
Commit
fe3f3e1b
authored
Aug 08, 2021
by
Michael Kohnen
Browse files
bug fixes
parent
fb96fed6
Changes
1
Show whitespace changes
Inline
Side-by-side
applications/SpatialAudio/ita_binauralMixdown.m
View file @
fe3f3e1b
...
...
@@ -9,7 +9,7 @@ opts.LSPos = itaCoordinates; % itaCoordinates of the loudspeaker positions
opts
.
distanceLoss
=
true
;
if
nargin
>
1
opts
=
ita_parse_arguments
(
opts
,
varargin
{
2
:
end
}
);
opts
=
ita_parse_arguments
(
opts
,
varargin
);
end
if
~
(
isa
(
lsSignals
,
'itaAudio'
)
&&
(
lsSignals
.
nChannels
>
0
))
error
(
'First input must be itaAudio with at least one channel'
)
...
...
@@ -22,7 +22,7 @@ if opts.LSPos.nPoints<1
end
end
hrtfSet
=
itaHRTF
(
'DAFF'
,
opts
.
HRTF
);
hrtfSet
=
itaHRTF
(
opts
.
HRTF
);
binOut
=
itaAudio
;
...
...
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