Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • J jami-daemon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 100
    • Issues 100
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • savoirfairelinux
  • jami-daemon
  • Repository
Switch branch/tag
  • jami-daemon
  • src
  • audio
  • audiortp.h
Find file BlameHistoryPermalink
  • Alexandre Bourget's avatar
    Fix audio glitch with mic and spkr. · 041947ea
    Alexandre Bourget authored Aug 23, 2007
    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