#soundpad #声音 #xml #声音 #播放 #反序列化 #tokio

soundpad-xml

用于反序列化Soundpad的XML文件的库

2个版本

0.1.1 2022年12月6日
0.1.0 2022年12月6日

#2886 in 解析实现

26 每月下载次数
用于 2 个crates(通过 soundpad-remote-client

MIT 许可证

8KB
191 代码行

soundpad-rs

与Soundpad交互的库

用法

#[tokio::main]
async fn main -> Result<()> {
  // Create a new API client
  let client = ClientBuilder::new().connect()?;
  // Retrieve a list with all available sounds from Soundpad
  let sounds = client.get_sound_list().await?;
  // Play the first sound
  client.play_sound(sounds[0])
}

Crates

依赖

~1.4–2.1MB
~44K SLoC