Browse Source

Typo

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2624 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
sletz 17 years ago
parent
commit
ae0bc5ac33
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      common/JackResampler.h
  2. +1
    -1
      linux/alsa/JackAlsaIOAdapter.cpp

+ 1
- 1
common/JackResampler.h View File

@@ -27,7 +27,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
namespace Jack
{

#define DEFAULT_RB_SIZE 16384 * 4
#define DEFAULT_RB_SIZE 16384 * 8

class JackResampler
{


+ 1
- 1
linux/alsa/JackAlsaIOAdapter.cpp View File

@@ -56,7 +56,7 @@ bool JackAlsaIOAdapter::Execute()
return false;

jack_nframes_t time1, time2;
adapter->ResampleFactor(time1, time2);
ResampleFactor(time1, time2);
for (int i = 0; i < fCaptureChannels; i++) {
fCaptureRingBuffer[i]->SetRatio(time1, time2);


Loading…
Cancel
Save