PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.49k stars 307 forks source link

(Closed - Forget about it)Float Samples > 1 produced on MacBook Mic #789

Closed gammaEmitter closed 1 year ago

gammaEmitter commented 1 year ago

Hello, I hope this is the right place to be asking about my issue.

I'm using the standard record callback (provided via examples) to record from a mic input. I've used this algo alot in other contexts and with different Audio Interfaces/Sound Sources. I am recording paFloat32 from my MacBook Microphone and can produce samples of value 5.f -- until now I had no samples bigger than -1f or 1.f which makes sense. The samples are no futher processed or something like that. This is not influenced by PaStreamFlag paNoClipOff

Is this a known thing? Am I tripping or getting something wrong?

Thanks