Realtime audio encoding and decoding with Lyra

This example demonstrates Lyra, an open-source neural audio codec from Google, running on webassembly. Press Start and speak into the microphone. Lyra encodes your speech to 3 Kbps, and decodes and plays it back.



Warning: if you're not using headphones, pressing Start may cause feedback.

Note: This example is using the experimental MediaStreamTrack API that has not yet been standardized. See browser compatibility.

View source on GitHub.