Implement a filter for Doppler effect. This may necessitate a change in the Filter API depending on how I choose to implement this:
- Resampling procedure
- Pitch shifting, time constant
If I choose to take 1, the filters will need to account for the length of the output signal, since resampling can lengthen or shorten it.
If I choose to take 2, the algorithm will be more difficult to implement lol (+ might have more computational overhead?)
Implement a filter for Doppler effect. This may necessitate a change in the Filter API depending on how I choose to implement this:
If I choose to take 1, the filters will need to account for the length of the output signal, since resampling can lengthen or shorten it.
If I choose to take 2, the algorithm will be more difficult to implement lol (+ might have more computational overhead?)