Convolution processing
-
- Posts: 12
- Joined: Fri Dec 30, 2011 11:13 am
Convolution processing
With parametric equalization Neutron is catering to the audio processing savvy audience for music players. Here's another feature that this audience is looking for: convolution.
Implementation-wise it's dead simple, just an FIR filter with its kernel open to selection by the user by loading an impulse response file (usually simply a short standard .wav file). But such a simple option opens endless opportunities to the end user, basically the ability to specify almost any kind of audio processing they desire by a simple configuration file (the .wav file).
One application for such a capability would be to implement correction filters for headphones, such as the ones available here
http://forum.xda-developers.com/showthr ... ?t=2372750
(where IRS stands for "Impulse Response Sample" and have the same format as .wav files)
edit: I just realize that I've posted about this a few years before and the response was that it would make the program too complex. I've thought about this and I think one solution would be to make it a hidden / Easter Egg feature, e.g. there could be no UI for the feature but the program could look for a specific convolve.wav file in some specified directory during startup and activate convolution only if such a file is found
In the meantime, Viper4Android had proven that convolution can be driven by many current ARM devices now Even some quite long samples (>1s) are being loaded and run by users
Implementation-wise it's dead simple, just an FIR filter with its kernel open to selection by the user by loading an impulse response file (usually simply a short standard .wav file). But such a simple option opens endless opportunities to the end user, basically the ability to specify almost any kind of audio processing they desire by a simple configuration file (the .wav file).
One application for such a capability would be to implement correction filters for headphones, such as the ones available here
http://forum.xda-developers.com/showthr ... ?t=2372750
(where IRS stands for "Impulse Response Sample" and have the same format as .wav files)
edit: I just realize that I've posted about this a few years before and the response was that it would make the program too complex. I've thought about this and I think one solution would be to make it a hidden / Easter Egg feature, e.g. there could be no UI for the feature but the program could look for a specific convolve.wav file in some specified directory during startup and activate convolution only if such a file is found
In the meantime, Viper4Android had proven that convolution can be driven by many current ARM devices now Even some quite long samples (>1s) are being loaded and run by users
Re: Convolution processing
I use Viper4Android with DTS+ IRS and Neutron. This combo is marvelous. So why don't you?
-
- Posts: 5
- Joined: Wed Jan 27, 2021 6:27 pm
Convolution processing
Hello,
I am a new user of Neutron Player and I like it quite a lot.
I would like to have a full-stereo convolver in Neutron. It could be used for many things, but above all I would like it to improve the sound when using headphones.
I have tried the stereo-convolver in foobar2000 it works much better than BS2B crossfeed.
https://www.head-fi.org/threads/natural ... 837/page-2
As explained in the previous link, the process would be like this one:
Get HRTF's:
http://recherche.ircam.fr/equipes/salle ... ounds.html
- try which one works best for you(remember the number)
http://recherche.ircam.fr/equipes/salle ... nload.html
- download and extract whichever worked best for you
for 30° speaker angle:
- load "IRC_1003\COMPENSATED\WAV\IRC_1003_C\IRC_1003_C_R0195_T030_P000.wav" for left channel in stereo convolver
- load "IRC_1003\COMPENSATED\WAV\IRC_1003_C\IRC_1003_C_R0195_T330_P000.wav" for right channel in stereo convolver
The source code for the stereo convolver can be downloaded here: https://hydrogenaud.io/index.php?topic=90662.0
Another source could be this one: https://github.com/james34602/JamesDSPManager
I would like the developers to keep this request for a future feature in Neutron.
Thank you!
I am a new user of Neutron Player and I like it quite a lot.
I would like to have a full-stereo convolver in Neutron. It could be used for many things, but above all I would like it to improve the sound when using headphones.
I have tried the stereo-convolver in foobar2000 it works much better than BS2B crossfeed.
https://www.head-fi.org/threads/natural ... 837/page-2
As explained in the previous link, the process would be like this one:
Get HRTF's:
http://recherche.ircam.fr/equipes/salle ... ounds.html
- try which one works best for you(remember the number)
http://recherche.ircam.fr/equipes/salle ... nload.html
- download and extract whichever worked best for you
for 30° speaker angle:
- load "IRC_1003\COMPENSATED\WAV\IRC_1003_C\IRC_1003_C_R0195_T030_P000.wav" for left channel in stereo convolver
- load "IRC_1003\COMPENSATED\WAV\IRC_1003_C\IRC_1003_C_R0195_T330_P000.wav" for right channel in stereo convolver
The source code for the stereo convolver can be downloaded here: https://hydrogenaud.io/index.php?topic=90662.0
Another source could be this one: https://github.com/james34602/JamesDSPManager
I would like the developers to keep this request for a future feature in Neutron.
Thank you!
Re: Convolution processing
Could you elaborate what you mean by "works better" ? You seem to compare the two with regard to the use case where one listens with headphones to music not produced for headphones. Does it achieve the same objectives, but with less error and/or less calculation ? Or does it have other objectives which you think are more suitable for this use case ?korrika2010 wrote: ↑Fri Feb 19, 2021 7:47 pmI have tried the stereo-convolver in foobar2000 it works much better than BS2B crossfeed.
-
- Posts: 5
- Joined: Wed Jan 27, 2021 6:27 pm
Re: Convolution processing
I'll try, but english it is not my first language. Both methods try to obtain loudspeaker-like sound with headphones. BS2B crossfeed does it in a more simplistic way with more emphasis in the lower frequencies, because higher ones are more dependent on individual head and ears.blaubär wrote: ↑Mon Feb 22, 2021 12:00 pmCould you elaborate what you mean by "works better" ? You seem to compare the two with regard to the use case where one listens with headphones to music not produced for headphones. Does it achieve the same objectives, but with less error and/or less calculation ? Or does it have other objectives which you think are more suitable for this use case ?korrika2010 wrote: ↑Fri Feb 19, 2021 7:47 pmI have tried the stereo-convolver in foobar2000 it works much better than BS2B crossfeed.
The other method uses head related measurements of real subjects and achieves a better localization of the sound, and a better loudspeaker-like sensation (at least for me). It requires more computations. If you find a subject in the IRCAM database ( http://recherche.ircam.fr/equipes/salle ... ounds.html ) with similar head-ear model to yours, the effect improves (In my case: subject 1045).
I find bs2b crossfeed OK for less fatiguing headphone experience, but I prefer the sound of the other method. It's something subjective. Both of them should not be used simultaneously.
If you want to give it a try, you can try it for free in windows (with foobar): https://audiophilestyle.com/forums/topi ... oobar2000/
I would like to have that experience in android too, so I request this option in neutron.
Re: Convolution processing
Thanks a lot ! So convolution would offer two things :korrika2010 wrote: ↑Mon Feb 22, 2021 1:54 pmBoth methods try to obtain loudspeaker-like sound with headphones. BS2B crossfeed does it in a more simplistic way with more emphasis in the lower frequencies, because higher ones are more dependent on individual head and ears.
The other method uses head related measurements of real subjects and achieves a better localization of the sound, and a better loudspeaker-like sensation (at least for me). It requires more computations. If you find a subject in the IRCAM database ( http://recherche.ircam.fr/equipes/salle ... ounds.html ) with similar head-ear model to yours, the effect improves (In my case: subject 1045).
- a general user-customizable data-transformation-engine, and as a special case
- an alternative crossfeed which would
- be customizable as to head-ear-models
- use more ressources
- promise better quality
-
- Posts: 3
- Joined: Fri Sep 24, 2021 6:20 am
Convolver
Hello,
Would you add convolver to Neutron Player, please? Being able to use .irs in the DSP would be great.
Thank you.
Would you add convolver to Neutron Player, please? Being able to use .irs in the DSP would be great.
Thank you.
Re: Convolution processing
I too would like to see stereo convolution in Neutron, specifically for the enhanced crossfeed. I recommend folks try this impulse response in an applicable player on a computer with a stereo convolver (trialling Roon, JRiver or HQPlayer would work) and compare it with BS2B crossfeed.
https://www.dropbox.com/s/ju2065zxx39px ... d.wav?dl=0
I'm not an expert, but I find this sounds all together better than traditional BS2B crossfeed. As mentioned earlier, stereo convolution is already supported on several music players for PCs, and also newer Hiby DAPs, but availability for Android requires rooting.
Would absolutely love to see this supported in Neutron!
https://www.dropbox.com/s/ju2065zxx39px ... d.wav?dl=0
I'm not an expert, but I find this sounds all together better than traditional BS2B crossfeed. As mentioned earlier, stereo convolution is already supported on several music players for PCs, and also newer Hiby DAPs, but availability for Android requires rooting.
Would absolutely love to see this supported in Neutron!
-
- Posts: 5
- Joined: Wed Jan 27, 2021 6:27 pm
Re: Convolution processing
Is there any plan to add the stereo convolution feature to neutron player?
It is the only thing I miss from my desktop system. It would be great to be able to use it in android without being root.
I specially like the following spatialization kindly provided by Joe0Bloggs: https://www.dropbox.com/s/ju2065zxx39px ... d.wav?dl=0
Is there somebody else who want this feature in neutron?
Thanks in advance to the developer!
It is the only thing I miss from my desktop system. It would be great to be able to use it in android without being root.
I specially like the following spatialization kindly provided by Joe0Bloggs: https://www.dropbox.com/s/ju2065zxx39px ... d.wav?dl=0
Is there somebody else who want this feature in neutron?
Thanks in advance to the developer!
Re: Convolution processing
I would most DEFINITELY get myself the app if stereo convolution was added, 100%.
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 4 guests