Replies: 6 comments 26 replies
-
Ah I see Maximilian does AudioStream sink & source processing and includes FFT... |
Beta Was this translation helpful? Give feedback.
-
I tried to implement some Pitch Shifting using FFT, but it turned out to be slow to be useful. But feel free to extend the functionality ... |
Beta Was this translation helpful? Give feedback.
-
Just check the available documentation |
Beta Was this translation helpful? Give feedback.
-
in https://github.com/pschatzmann/arduino-audio-tools/wiki/Writing-your-Custom-Input&Output-Class the begin() method is defined as:
later in the accopanying sketch, the begin() method is called with an argument: Which leads to an error, because the begin() method is not defined to accept an argument. |
Beta Was this translation helpful? Give feedback.
-
I committed some changes and implemented the ReverseFFT for the AudioRealFFT. |
Beta Was this translation helpful? Give feedback.
-
I am looking to do something like this spectral gate as a first test; this exact code does not compile because
|
Beta Was this translation helpful? Give feedback.
-
I just realized that currently FFT is only implemented as Audio Sink... I was hoping to use it for audio processing, so with calculation back to audio using iFFT.
I can imagine this being quite a challenge to implement from the current state of the library...
or perhaps there is a workaround of sorts?
Beta Was this translation helpful? Give feedback.
All reactions