mirror of
https://github.com/uowuo/abaddon.git
synced 2025-03-04 03:03:16 -05:00
more spdlog/libfmt workaround
This commit is contained in:
parent
67ee13dc1e
commit
bd4345cb68
@ -598,7 +598,8 @@ void AudioManager::SetVADMethod(const std::string &method) {
|
||||
}
|
||||
|
||||
void AudioManager::SetVADMethod(VADMethod method) {
|
||||
spdlog::get("audio")->debug("Setting VAD method to enum {}", static_cast<int>(method));
|
||||
const auto method_int = static_cast<int>(method);
|
||||
spdlog::get("audio")->debug("Setting VAD method to enum {}", method_int);
|
||||
m_vad_method = method;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user