c++ - Alsa library read normalize value -


i reading sound value alsa library. values not normalized. can read normalize value library? reading 116bit little endian snd_pcm_readi(capture_handle,buffer,frame));

you can floating-point values between -1 , 1 configuring device sample format snd_pcm_format_float.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -