3. ALIEN VOICE EFFECT
Last updated
Was this helpful?
Last updated
Was this helpful?
In this exercise, we will create a simple voice effect, namely taking the microphone's input signal and producing an "alien" version of it. During the implementation, we will come across a few limitations that arise when trying to realize digital signal processing (DSP) in real-time.
In , we will explain the effect that we will be implementing. In , we will discuss some important points that need to be considered when implementing real-time DSP. In , we propose a Python framework for simulating a real-time environment with your laptop's sound card the library. Finally, we will guide you through the implementation on the STM32 board in .
As in the previous chapter, text contained in highlighted boxes, as shown below, will require you to determine the appropriate solution and implementation.
.