nu_plugin_audio 0.2.0

A nushell plugin to make and play sounds
Documentation
1
2
3
4
5
6
[target.aarch64-unknown-linux-gnu]

pre-build = [

    "dpkg --add-architecture arm64",

    "apt-get update",

    "apt-get install -y --no-install-recommends libasound2-dev:arm64 pkg-config",

]