livekit / rust-sdks

LiveKit realtime and server SDKs for Rust
https://livekit.io
Apache License 2.0
185 stars 44 forks source link

Is there a linux demo that used linux alsa? #389

Open livetest-lang opened 1 month ago

livetest-lang commented 1 month ago

I want to integrate rust-sdks into linux IOT device for audio call. The examples provided in rust-sdks/examples do not include audio collection and play for linux. Is there a guide that I can use to integrate rust-sdks into linux IOT device for audio call ?

livetest-lang commented 3 weeks ago

@davidzhao could you please take a look at this issue ? Thanks in advance

albertpurnama commented 1 week ago

Working on something similar, I think we can modify this function to pipe data into alsa instead of disk

https://github.com/livekit/rust-sdks/blob/main/examples/save_to_disk/src/main.rs#L117