go-wca/TODO.md
Yoshiyuki Koyanagi e057ee476e Update TODOs
2020-05-24 13:43:35 +09:00

9 lines
517 B
Markdown

# TODO(s)
## Test audio devices on the CI server
I test the `_example` on my Windows 10 laptop at the moment. I'm looking for CI which can test the audio device. For example, Appveyer CI supports only Windows Server and the server edition doesn't support physical audio device.
## Figure out how to handle bizarre default bit depth
`IAudioClient::GetMixFormat` returns always 32 bit as a bit depth on my machine (Macbook Air / Windows 10 version 1607). I'm investigating this is my machine specific issue or not.