Infinite log : processDataNow() wait for valid timestamps , when processing calls to Messenger
- Dominant language
- C++
- Stars
- 4.1k
- Forks
- 639
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 8
Description
I'm having problems handling incoming calls on Messenger while using Oboe
When there is an incoming call, the stream will be temporarily paused(), after the call ends, I call start() again, but when I call start(), I get infinite log lines, you can see below
I have tested it with the LiveEffect sample and it has the same problem
device: SamSung Galaxy Note10+ 5G
model: SM-N976N/DS
logcat:
2025-05-23 14:26:59.679 3084-3380 AudioStrea...ure_Client com.google.oboe.samples.liveeffect D processDataNow() wait for valid timestamps
2025-05-23 14:26:59.681 3084-3380 AudioStrea...ure_Client com.google.oboe.samples.liveeffect D processDataNow() wait for valid timestamps
2025-05-23 14:26:59.683 3084-3380 AudioStrea...ure_Client com.google.oboe.samples.liveeffect D processDataNow() wait for valid timestamps
etcetera
Contributor guide
Assessment
This issue has not been assessed yet.