#客户端 #Soundpad #声音 #远程 #控制 #接口 #播放声音

soundpad-remote-client

Soundpad远程控制接口的客户端

2个不稳定版本

0.2.0 2022年12月6日
0.1.0 2022年12月6日

#998音频


用于 soundpad-bumblebee

MIT 许可证

45KB
844

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])
}

依赖项

~33MB
~479K SLoC