Skip to content

Commit

Permalink
Increase mod_twilio_stream audio buffer to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Jun 28, 2024
1 parent 69d5832 commit f65b309
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

#include "lockfree/lockfree.hpp"

// 5s of L16 8Khz audio
#define MAX_AUDIO_BUFFER 5 * 2 * 8000
// 60s of L16 8Khz audio
#define MAX_AUDIO_BUFFER 60 * 2 * 8000

class AudioPipe
{
Expand Down

0 comments on commit f65b309

Please sign in to comment.