2个不稳定版本
0.2.0 | 2022年12月6日 |
---|---|
0.1.0 | 2022年12月6日 |
#998 在 音频
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