Native MIC usage and AEC with Opus Sound Codec, real time Video Streaming #4245
apofis1969
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everybody,
I built an ANE that replaces AIR's Microphone with real-time, echo-cancelled two-way voice:
Hardware AEC: VoiceProcessingIO (iOS/macOS), AcousticEchoCanceler (Android)
Opus codec, with FEC/PLC for weak networks
Streamed over Red5 — full-duplex talk with no echo, no AIR mic
Simple AS3 API (start, writePlaybackPcm16, readCapturePcm16)
AIR's stock Microphone (Speex/Nellymoser) can't do real echo cancellation — this fixes that. Production-tested on iOS (PetCam app); Android/macOS included.
Great for intercoms, pet/baby cams, walkie-talkie, in-app calls.
Available for commercial licensing — and @Harman, happy to collaborate or have it featured.
📩 Contact: office@klughomesolutions.com
All reactions