[client] audio: refactor audio to playback and add record funcs

This commit is contained in:
Geoffrey McRae
2022-01-06 22:47:22 +11:00
parent 34e5f7e968
commit e6bd36ec7c
5 changed files with 75 additions and 54 deletions

View File

@@ -141,7 +141,7 @@ struct AppState
bool autoIdleInhibitState;
struct LG_AudioDevOps * audioDev;
bool audioStarted;
bool playbackStarted;
};
struct AppParams