Closed mself closed 4 years ago
RunningMode
SoundMode
RunningMode::STREAM_STOP==0
GData::isSoundModeRecording()
I solved the conflict due to integration of PR #82 and integrate it manually ( https://github.com/quicky2000/tartini/commit/52a1e33a6dbbbefb000c1763235afa6eee8c82d2 ) Thanks !
RunningMode
andSoundMode
RunningMode::STREAM_STOP==0
in the codeGData::isSoundModeRecording()
method to remove bitwise operations onSoundMode
values.