Fix Echo demo one-shot audio - #432
Conversation
|
Gate looks fine. Heads up that it's a restore rather than a new fix — same That said, muting isn't really cancelling the echo, it's just not listening while we talk. Works, but it locks the demo to half-duplex — no barge-in, and the demo README still promises interruption support we can't deliver. We already have Main gotcha is the reference has to line up with what's actually coming out of the speaker at that instant, not what we just generated. Easy to get subtly wrong, so worth testing with a known delay rather than eyeballing it on a live mic. One more: |
What
SpeechDemo: only the 1st phrase was recorded and repeated, instead of a continuous dialogSummary
Validation
swift test --filter EchoMicrophoneGateTests --disable-sandboxswift test --filter AudioPlayerTests --disable-sandboxLive microphone/model testing was not run.