Hello guys,
I want to congratulate you on a really great job regarding this project, I love the way it is offers support through the tutorials and the forum.
I want to report a really minor problem: - the online tutorial for the audio streams is ok but in the downloadable source code there is a small typeO:
const sfInt16* Data = SoundData.GetSamples(); <-downloadable source code
const sf::Int16* Data = SoundData.GetSamples();<-the online and good code
Now here goes my question:
I want, while i receive input from the microphone, to detect some changes in the input volume and if possible the frequencies.
Can it be done?
I tried with GetVolume, GetPitch but it only returns the system values.
I belive this problem was discussed in the French forum but i do not speak French (i only understood part of it through Google Translate).
Thank you and keep up the good work.