Skip to content

Commit

Permalink
Following [27368], left the float processing bffer to a low value for…
Browse files Browse the repository at this point in the history
… testing purposes, reset it to 32kB

git-svn-id: http://svn.mythtv.org/svn/trunk@27369 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
jyavenard committed Nov 29, 2010
1 parent 4064cad commit 38e6b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmyth/audiooutputbase.h
Expand Up @@ -95,7 +95,7 @@ class AudioOutputBase : public AudioOutput, public QThread
virtual void bufferOutputData(bool y){ buffer_output_data_for_use = y; }
virtual int readOutputData(unsigned char *read_buffer, int max_length);

static const uint kAudioSRCInputSize = 4096;
static const uint kAudioSRCInputSize = 32768;

/// Audio Buffer Size -- should be divisible by 32,24,16,12,10,8,6,4,2..
static const uint kAudioRingBufferSize = 3072000;
Expand Down

0 comments on commit 38e6b03

Please sign in to comment.