Platform Audio#17
Open
stephen-derosa wants to merge 1 commit into
Open
Conversation
e69ec96 to
628aceb
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new platform_audio example pair to demonstrate microphone capture and speaker playout via LiveKit’s PlatformAudio / platform Audio Device Module, and wires it into the build + docs.
Changes:
- Introduces
PlatformAudioSender(publish mic audio with AEC/NS/AGC) andPlatformAudioPlayer(subscribe/play remote audio) examples. - Adds CMake targets/subdirectories for the new examples.
- Updates repository READMEs with build/run instructions and PlatformAudio testing notes.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Documents the new platform_audio examples and fixes a formatting issue in the supported platforms section. |
| CMakeLists.txt | Adds platform_audio to the top-level build. |
| platform_audio/CMakeLists.txt | Adds subdirectories for sender/player targets. |
| platform_audio/README.md | Adds detailed usage and testing guidance for PlatformAudio sender/player. |
| platform_audio/sender/main.cpp | New sender example that captures mic via PlatformAudio and publishes as an audio track. |
| platform_audio/sender/CMakeLists.txt | Builds and links PlatformAudioSender. |
| platform_audio/player/main.cpp | New player example that connects/subscribes and uses PlatformAudio for playout. |
| platform_audio/player/CMakeLists.txt | Builds and links PlatformAudioPlayer. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
628aceb to
7162bbc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Example of using PlatformAudio