0 Members and 1 Guest are viewing this topic.
What kind of input does your audio card allow that's not an audio signal? :shock: If you want to deal with audioinput check out the sf::SoundRecorder class.
Whatever you connect to the microphone input of your sound card, SFML will provide it as audio samples. Then it's up to you to interpret them the way you want, for example running a FFT on it if you want to extract the frequencies.