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

Support for surround sound virtualization via convolution #50

Open
ThreeDeeJay opened this issue Sep 30, 2023 · 1 comment
Open

Support for surround sound virtualization via convolution #50

ThreeDeeJay opened this issue Sep 30, 2023 · 1 comment

Comments

@ThreeDeeJay
Copy link

Surround sound is extremely rare on non-TV Android OSs (not including spatial audio like Dolby Atmos/Sony 360 Reality Audio), probably because most devices just don't support anything beyond 2 channels.
So I wonder if JDSP could expand the convolver support to virtualize 5.1/7.1 surround sound using HRTFs (convolver IRs for front, side and rear speakers) so that we can hear surround channels as if they were speakers in the same room, like HeSuVi can do on Windows.

@ThreeDeeJay
Copy link
Author

ThreeDeeJay commented Sep 30, 2023

I should probably mention that I managed to convert HeSuVi HRIRs to a convolver file compatible with Viper4Android (and JamesDSP)

9eeebbM.mp4

Just needed to delete all but the first 2 HRIR channels, then duplicate the 2nd into the 3rd, and the 1st into the 4th, save as 32bit float WAV into the Kernel folder. However, this will just result in virtualized stereo. What I'm looking for is to do this, but also for the side and rear channels.

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

1 participant