IronRDP/crates/ironrdp-rdpsnd-native
Marc-André Lureau 4172571e8e refactor(rdpsnd)!: pass format_no instead of AudioFormat
This can help avoid extra lookups and cloning.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2025-04-08 16:49:05 +02:00
..
examples feat(rdpsnd): add Opus audio client decoding (#661) 2025-02-05 15:47:31 +00:00
src refactor(rdpsnd)!: pass format_no instead of AudioFormat 2025-04-08 16:49:05 +02:00
Cargo.toml chore(release): prepare for publishing (#699) 2025-03-13 09:06:30 +00:00
CHANGELOG.md chore(release): prepare for publishing (#696) 2025-03-12 16:40:47 +00:00
LICENSE-APACHE chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
LICENSE-MIT chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
README.md chore: add missing README.md files 2024-10-29 19:14:20 +09:00

IronRDP RDPSND native backends

Native RDPSND backend implementations.

Currently, only CPAL backend is supported.

This crate is part of the IronRDP project.