Skip to content
New issue

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

Can you give an example of different azimuth? #1

Open
nicola opened this issue Sep 6, 2014 · 1 comment
Open

Can you give an example of different azimuth? #1

nicola opened this issue Sep 6, 2014 · 1 comment

Comments

@nicola
Copy link

nicola commented Sep 6, 2014

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

@Harvie
Copy link

Harvie commented Mar 25, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants