Skip to content

How do you extract Stereo (Left and Right) signal from the FFT #878

Closed Answered by pschatzmann
Knottis asked this question in Q&A
Discussion options

You must be logged in to vote

FFT is a very expensive operation (both using a lot of memory and doing a lot of floating point operations), I will never do it on a stereo signal and if you feed it with stereo, it is converted to a mono signal first.
If you really want do do this you will need to split up the signal yourself and you will need to set up 2 FFTs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants