Skip to content
  • Alexandre Bourget's avatar
    Fix audio glitch with mic and spkr. · 041947ea
    Alexandre Bourget authored
    This was due to libsamplerate's call to src_simple, which created glitches.
    Now we use src_process, the 'Full API' as written on the SRC (libsamplerate)
    website: http://www.mega-nerd.com/SRC/api_full.html
    041947ea