diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-04-01 12:03:38 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-04-01 12:05:51 -0400 |
| commit | 18e6f5126073320450438e99b4833cabc3347dba (patch) | |
| tree | 3b7fb305eec569873cf8fe00ef5ff56c572315ff /tests/record.cpp | |
| parent | a71027332b636913443e66f6af4566dd86983f24 (diff) | |
Added Wasapi code (though untested); Updates for better data format support in PulseAudio; Commented-out various unused function arguments in tests/ files.
Diffstat (limited to 'tests/record.cpp')
| -rw-r--r-- | tests/record.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/record.cpp b/tests/record.cpp index 4bd9d30..56b59b4 100644 --- a/tests/record.cpp +++ b/tests/record.cpp @@ -67,8 +67,8 @@ struct InputData { }; // Interleaved buffers -int input( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames, - double streamTime, RtAudioStreamStatus status, void *data ) +int input( void * /*outputBuffer*/, void *inputBuffer, unsigned int nBufferFrames, + double /*streamTime*/, RtAudioStreamStatus /*status*/, void *data ) { InputData *iData = (InputData *) data; |
