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/playraw.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/playraw.cpp')
| -rw-r--r-- | tests/playraw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/playraw.cpp b/tests/playraw.cpp index 7e7256b..03212d7 100644 --- a/tests/playraw.cpp +++ b/tests/playraw.cpp @@ -70,8 +70,8 @@ struct OutputData { }; // Interleaved buffers -int output( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames, - double streamTime, RtAudioStreamStatus status, void *data ) +int output( void *outputBuffer, void * /*inputBuffer*/, unsigned int nBufferFrames, + double /*streamTime*/, RtAudioStreamStatus /*status*/, void *data ) { OutputData *oData = (OutputData*) data; |
