Changeset 1368 for portaudio/branches/v19-devel/test/patest_in_overflow.c
- Timestamp:
- 02/29/08 19:38:27 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/test/patest_in_overflow.c
r1097 r1368 141 141 142 142 inputParameters.device = Pa_GetDefaultInputDevice(); /* default input device */ 143 if (inputParameters.device == paNoDevice) { 144 fprintf(stderr,"Error: No default input device.\n"); 145 goto error; 146 } 143 147 inputParameters.channelCount = 1; /* mono output */ 144 148 inputParameters.sampleFormat = paFloat32; /* 32 bit floating point output */
