As usual, I forgot to commit the header file... Should be fixed now. :) Thanks, Albert
On 2-Feb-08, at 12:38 PM, Jason Schaefer wrote: > Hey Albert :-) > > src/sounddeviceportaudio.cpp: In member function 'virtual int > SoundDevicePortAudio::open()': > src/sounddeviceportaudio.cpp:139: error: 'MIXXX_PORTAUDIO_OSS_STRING' > was not declared in this scope > src/sounddeviceportaudio.cpp: In member function 'int > SoundDevicePortAudio::callbackProcess(long unsigned int, float*, short > int*, int)': > src/sounddeviceportaudio.cpp:293: warning: converting to 'int' from > 'double' > src/sounddeviceportaudio.cpp:294: warning: comparison between signed > and unsigned integer expressions > src/sounddeviceportaudio.cpp:312: warning: comparison between signed > and unsigned integer expressions > src/sounddeviceportaudio.cpp: At global scope: > src/sounddeviceportaudio.cpp:269: warning: unused parameter 'devIndex' > src/sounddeviceportaudio.cpp:348: warning: unused parameter 'timeInfo' > src/sounddeviceportaudio.cpp:348: warning: unused parameter > 'statusFlags' > src/defs.h:54: warning: 'two_pi' defined but not used > scons: *** [src/.obj/sounddeviceportaudio.o] Error 1 > scons: building terminated because of errors. > > > On Feb 2, 2008 8:16 AM, Albert Santoni <[EMAIL PROTECTED]> wrote: >> Hi Jason, >> >> I used to be able to reproduce this sometimes, but now I can't. I >> took a >> look at the PortAudio code though to find out how exactly it >> handles our >> latency setting, and it looks like it might have been doing >> something it >> shouldn't have. >> >> I modified our sound code to accommodate this (just committed it), >> and >> if you can give it a test, you might have better luck. >> >> Thanks, >> Albert >> >> >> >> On Fri, 2008-02-01 at 23:43 -0700, Jason Schaefer wrote: >>> I built the latest svn of mixxx with the portaudio snapshot (for >>> jack >>> support) and sound playback is horrible. It has a crunchy digital >>> delay sound. If I raise my frames/periods to 1024 (latency ~48ms) it >>> sounds clear. This is true for my built in intel AC97 and usb M- >>> Audio >>> fastrack pro. Both of which, I used successfully in the past, using >>> this same hardware. I recently installed ubuntu studio (installed >>> from >>> dvd). Do you think this is the issue? Has anyone experienced this on >>> ubuntu studio? I posted to both lists just in case... >>> >>> Thanks >>> jason >>> >> >>> ------------------------------------------------------------------------- >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2008. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> _______________________________________________ >>> Mixxx-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel >> >> ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
