diff options
| author | Marcus Tomlinson <themarcustomlinson@gmail.com> | 2017-12-23 10:59:28 +0200 |
|---|---|---|
| committer | Marcus Tomlinson <marcustomlinson@MacBook-Air.local> | 2018-08-22 09:29:11 +0100 |
| commit | f35e0e26ee7c17ec6ae594ad03e90501391b2a70 (patch) | |
| tree | e7ce8ef4b89a242861eb8f0bbab8bed8ca98e577 /RtAudio.h | |
| parent | 7a179f6a59380f40578d353c0f77f4d47627b603 (diff) | |
Replace convertBufferWasapi with new WasapiResampler
Diffstat (limited to 'RtAudio.h')
| -rw-r--r-- | RtAudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1013,7 +1013,7 @@ class RtApiWasapi : public RtApi { public: RtApiWasapi(); - ~RtApiWasapi(); + virtual ~RtApiWasapi(); RtAudio::Api getCurrentApi( void ) { return RtAudio::WINDOWS_WASAPI; } unsigned int getDeviceCount( void ); |
