mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
x
git-svn-id: svn://elaine/murooma/trunk@143 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
ec2fd4d930
commit
342bc79770
2 changed files with 34 additions and 4 deletions
|
@ -133,7 +133,7 @@ int initAudio()
|
|||
outputParameters.sampleFormat = paInt16; /* 32 bit floating point output */
|
||||
outputParameters.suggestedLatency = Pa_GetDeviceInfo( outputParameters.device )->defaultHighOutputLatency;
|
||||
outputParameters.hostApiSpecificStreamInfo = NULL;
|
||||
|
||||
std::cerr << "HighLatency: " << outputParameters.suggestedLatency << "\t LowLatency: " << Pa_GetDeviceInfo( outputParameters.device )->defaultLowOutputLatency << "\n";
|
||||
err = Pa_OpenStream(
|
||||
&paStream,
|
||||
NULL, /* no input */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue