File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 33
44### Added
55
6+ ### Changed
7+
8+ ### Fixed
9+
10+ ### Deprecated
11+
12+ ## v0.3.0
13+
14+ ### Added
15+
616- [[ #876 ]] ( https://github.com/rust-vmm/vhost-device/pull/876 ) Add GStreamer audio backend support
717- [[ #806 ]] ( https://github.com/rust-vmm/vhost-device/pull/806 ) Add controls field in VirtioSoundConfig
818- [[ #746 ]] ( https://github.com/rust-vmm/vhost-device/pull/746 ) Add new sampling rates 12000Hz and 24000Hz
919
1020### Changed
1121
1222- [[ #852 ]] ( https://github.com/rust-vmm/vhost-device/pull/852 ) Changed to 2021 Rust edition
23+ - [[ #792 ]] ( https://github.com/rust-vmm/vhost-device/pull/792 ) sound: move CLI arg types to lib submodule
24+ - [[ #823 ]] ( https://github.com/rust-vmm/vhost-device/pull/823 ) sound: Use PathBuf for socket paths instead of Strings
25+ - [[ #789 ]] ( https://github.com/rust-vmm/vhost-device/pull/789 ) sound/pipewire: add truncated exp backoff to tests and fork them
26+ - [[ #788 ]] ( https://github.com/rust-vmm/vhost-device/pull/788 ) sound: Put AlsaTestHarness static in a LazyLock
27+ - [[ #580 ]] ( https://github.com/rust-vmm/vhost-device/pull/580 ) sound: use descriptor_utils.rs to manipulate requests
28+
1329
1430### Fixed
1531- [[ #808 ]] ( https://github.com/rust-vmm/vhost-device/pull/808 ) pipewire: Fix rand module imports
Original file line number Diff line number Diff line change 11[package ]
22name = " vhost-device-sound"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [
" Manos Pitsidianakis <[email protected] >" ,
" Dorinda Bassey <[email protected] >" ,
" Matias Ezequiel Vara Larsen <[email protected] >" ]
55description = " A virtio-sound device using the vhost-user protocol."
66repository = " https://github.com/rust-vmm/vhost-device"
You can’t perform that action at this time.
0 commit comments