We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't understand how you would position the sound up or done. Can you give a very simple example.
For what I understood, the issue is in here:
left = lfilter(hrtf[:,0], 1.0, mono_sound) right = lfilter(hrtf[:,1], 1.0, mono_sound)
Thanks
The text was updated successfully, but these errors were encountered:
if you want positioning up and down, you probably mean "elevation" not "azimuth". azimuth is left/right.
you see this line?
hrtf = readHRTF(os.path.join('compact', 'elev0', 'H0e%03da.dat' % az))
you can try to change elev0 to something else. like elev10 or elev-10. see compact directory for list of available elevations.
elev0
elev10
elev-10
compact
Sorry, something went wrong.
No branches or pull requests
I can't understand how you would position the sound up or done.
Can you give a very simple example.
For what I understood, the issue is in here:
Thanks
The text was updated successfully, but these errors were encountered: