The Sound Card module will allow you to have sound detection and playback. It has basic pitch detection and an FFT analysis module that allows to create frequency based volume detection.

<aside> 💡 If you're using an audio layer in your sequences, you will need a Sound Card module to output the sound as there is no global audio settings.

</aside>

<aside> 💡

You can connect to multiple sound cards in the same project.

</aside>

<aside> ⚠️ For performance optimization, audio input, pitch detection and FFT analysis are disable. If you wish to do volume / pitch detection, you first have to setup Audio input. See parameters below for more informations.

</aside>

https://bkuperberg.gitbook.io/~gitbook/image?url=https%3A%2F%2F654853773-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-legacy-files%2Fo%2Fassets%252F-M0J6klA7kDd2pwFQXYj%252F-M0J77Q7DvhqgPT4biK8%252F-M0J7FZ2id_0jsjLTjFx%252Fsound.png%3Fgeneration%3D1581959443624226%26alt%3Dmedia&width=768&dpr=4&quality=100&sign=eb1651b3cac333c5a6ee97eb26f031c436234a0813e003e32558ae6ef17974b6

Parameters

2 FFT Analyzers, one is detecting high volume within its frequency range.

https://bkuperberg.gitbook.io/~gitbook/image?url=https%3A%2F%2F654853773-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-legacy-files%2Fo%2Fassets%252F-M0J6klA7kDd2pwFQXYj%252F-M0J77Q7DvhqgPT4biK8%252F-M0J7FZ4ZqulbrY7kDsb%252Ffft.png%3Fgeneration%3D1581959443326705%26alt%3Dmedia&width=768&dpr=4&quality=100&sign=703392a2a0e70ba70174658bd57d05965e04fa4ef709c4ece58a397bbc6a275c

<aside> 💡 Once you have finished your FFT setup, it's good practice to collapse the FFT panel, so less CPU is taken for drawing the FFT preview.

</aside>