Improve debugging messages
This commit is contained in:
parent
e39b5a6a72
commit
df26f731eb
6 changed files with 27 additions and 0 deletions
|
|
@ -142,6 +142,10 @@ int Session::sdlAudioInit(int /* audioConfiguration */,
|
|||
s_SampleIndex = 0;
|
||||
s_PendingDrops = s_PendingHardDrops = 0;
|
||||
|
||||
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION,
|
||||
"Audio stream has %d channels",
|
||||
opusConfig->channelCount);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue