nu_plugin_audio_hook 0.105.1

A nushell plugin to make and play sounds
Documentation
1
2
3
4
5
6
7
mod audio_meta;
mod audio_player;
mod constants;
mod sound;
mod sound_make;
pub use sound::Sound;
// pub use sound_make::make_sound;