refactor: Bad attempt of fixing waveout

> tried to unify use of hooks::audio::FORMAT between backends
This commit is contained in:
[ ]
2023-09-26 05:20:02 +09:00
parent a0e44f9e4b
commit 5951a550bb
5 changed files with 40 additions and 17 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ private:
SampleType asio_sample_type = SampleType::UNSUPPORTED;
std::atomic_bool started = false;
WAVEFORMATEXTENSIBLE format_ {};
const WAVEFORMATEXTENSIBLE &format_;
WAVEFORMATEXTENSIBLE last_checked_format {};
//std::vector<BYTE> last_sound_buffer;