[Csnd] Phase Inverting audio
Date | 2020-03-22 20:45 |
From | ryanjeffares |
Subject | [Csnd] Phase Inverting audio |
Hi all, Is it possible and if so how can I invert the phase of an audio signal in Csound? Thanks! Ryan -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2020-03-22 21:08 |
From | Jana Hübenthal |
Subject | Re: [Csnd] Phase Inverting audio |
Hi Ryan, something like asig = -asig should do the job. A phase inversion is nothing more. Or did I misunderstand your question? Best
Am 22.03.20 um 21:45 schrieb
ryanjeffares:
Hi all, Is it possible and if so how can I invert the phase of an audio signal in Csound? Thanks! Ryan -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2020-03-22 21:12 |
From | Ryan Jeffares |
Subject | Re: [Csnd] Phase Inverting audio |
Hi Jana, I feel stupid now😂 thanks a million! Ryan On Sun, 22 Mar 2020 at 21:08, Jana Hübenthal <jana@ebene11.de> wrote:
|
Date | 2020-03-22 21:26 |
From | "Peter P." |
Subject | Re: [Csnd] Phase Inverting audio |
Attachments | None |
Date | 2020-03-22 21:59 |
From | Jana Hübenthal |
Subject | Re: [Csnd] Phase Inverting audio |
Yesss, some things are really easy in digital signal processing, compared to analog synthesis. * is in fact nearly a complete ring modulator module ;-) > Don't feel stupid! I have always considered it the most wonderful step > to a thorough understanding of signal processing to see what basic > arithmetical operations do: > > * makes things louder and softer > * - inverts phase, ie. turns things upside down > + adds or subtratcts a constant DC signal > let alone the combination of these two to allow powerful signal scaling > nor speaking of covariance. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |