Changeset 1368 for portaudio/branches/v19-devel/test/patest_pink.c
- Timestamp:
- 02/29/08 19:38:27 (9 months ago)
- Files:
-
- 1 modified
-
portaudio/branches/v19-devel/test/patest_pink.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/test/patest_pink.c
r1097 r1368 237 237 /* Open a stereo PortAudio stream so we can hear the result. */ 238 238 outputParameters.device = Pa_GetDefaultOutputDevice(); /* Take the default output device. */ 239 if (outputParameters.device == paNoDevice) { 240 fprintf(stderr,"Error: No default output device.\n"); 241 goto error; 242 } 239 243 outputParameters.channelCount = 2; /* Stereo output, most likely supported. */ 240 244 outputParameters.hostApiSpecificStreamInfo = NULL;
