Page 1 of 1
Pseudo-stereo alghritm?
Posted: Mon Sep 20, 2021 12:39 am
by ZibiSound
Hello,
How to make pseudo-stereo output from mono input?
Re: Pseudo-stereo alghritm?
Posted: Mon Sep 20, 2021 4:16 pm
by frank
Couple of different ways google it to show you some of them. Basically delays and filtering.
Re: Pseudo-stereo alghritm?
Posted: Tue Oct 19, 2021 7:54 am
by ZibiSound
Okay, so maybe another thing. If I want to send signal eg. to delay memory I must sum left/right channels before. But doing simply two "rdax adcl/r, 0.5" gives a bit muffled sound. Is there any simple algo to add channels without losing much sound details?
Re: Pseudo-stereo alghritm?
Posted: Wed Oct 20, 2021 1:44 am
by potul
What you describe is simply adding L and R channels. Nothing is going to be cleaner/simpler than this.
If you are getting a loss of frequencies, the origin might be in your input signals. Maybe some comb filtering happening? Just guessing.
You can try to increase the 0.5 to get more volume, but be careful with clipping.
Re: Pseudo-stereo alghritm?
Posted: Wed Oct 20, 2021 2:34 am
by ZibiSound
potul wrote: ↑Wed Oct 20, 2021 1:44 amIf you are getting a loss of frequencies, the origin might be in your input signals.
Well, maybe expressed myself wrong. I meant losing the stereo panorama and it sounds strange but its normal, I think. Delaying one channel relative to the other about 10ms gives stereo impression, but what if I don't want to use delay? How to do it another way? What kind of filtering use?
Re: Pseudo-stereo alghritm?
Posted: Wed Oct 27, 2021 10:41 pm
by potul
Maybe let's start from the beginning because I'm not sure I understand what you need.
Do you have stereo input, whant to process it in mono, and then generate a stereo output again?
Re: Pseudo-stereo alghritm?
Posted: Thu Oct 28, 2021 3:35 am
by ZibiSound
No, I have mono input (without stereo panorama, of course) and I want to make output sound like stereo.
Re: Pseudo-stereo alghritm?
Posted: Fri Oct 29, 2021 2:05 am
by potul
"sound like stereo" you mean stereo output to the L and R channels?
It depends on the effect you are working on. But at the end, you need to create some differences between left and right channel. It can be adding a delay between both, having a different filter, some modulation between them... there are multiple opitons.
Maybe if you tell us more on the code and effect you are working on we can figure out something more.
Re: Pseudo-stereo alghritm?
Posted: Fri Oct 29, 2021 2:10 am
by potul
Re: Pseudo-stereo alghritm?
Posted: Fri Oct 29, 2021 10:51 am
by ZibiSound
Thank you for this link, I'll try.
Re: Pseudo-stereo alghritm?
Posted: Sat Oct 30, 2021 9:24 am
by ZibiSound
What are poles and zeros? How to understand that?

Re: Pseudo-stereo alghritm?
Posted: Mon Nov 01, 2021 11:43 pm
by potul
Find some Internet tutorial about filters and you will find what poles and zeros are.
If you use the Gerzon scheme in the same paper, you will only need 2 identical All-Pass filters.
Re: Pseudo-stereo alghritm?
Posted: Tue Nov 02, 2021 9:43 am
by ZibiSound
potul wrote: ↑Mon Nov 01, 2021 11:43 pmIf you use the Gerzon scheme in the same paper, you will only need 2 identical All-Pass filters.
Okay, but what is "Width gain"?

Re: Pseudo-stereo alghritm?
Posted: Tue Nov 02, 2021 10:27 am
by potul
sebxx4 wrote: ↑Tue Nov 02, 2021 9:43 am
Okay, but what is "Width gain"?
I assume it's just a gain stage that controls the depth of the pseudo stereo.