Skip to content
  • Thomas Guillem's avatar
    audiotrack: add a circular buffer of 2seconds · 0a7f77be
    Thomas Guillem authored
    Depending on device and audio format, AudioTrack can't hold an audio buffer big
    enough.
    
    This commit adds a circular buffer and a thread that will play the data to
    AudioTrack coming from this circular buffer. This commit also decrease the
    AudioTrack internal buffer size.
    0a7f77be