poodio-0.0.4 has been yanked.
What does poodio do?
Fart poo poo audio
Installation
We provide various ways to install poodio to your system, so you can pick the one that suits you best.
Installation - Cargo B(inary) Install
It is
npxforcargo.
Install and Run the latest version of executable:
cargo binstall -y poodio && poodio
Install and Run the specific version (e.g. 0.1.0) of executable for the lowest latency:
cargo binstall -y poodio@0.1.0 && poodio
Installation - GitHub Release
You can download a pre-built executable.

-
Open the tags page.
-
Download the proper asset (e.g.
poodio-x86_64-pc-windows-msvc.exe)from the specific release (e.g.
poodio@0.1.0). -
Run the executable:
./poodio-x86_64-pc-windows-msvc.exe -
Optionally, you can move it to a directory in your environment variable
PATHand run it more easily:poodio
Installation - Build from Source
It's the most flexible option.
Clone, Install, and Run the development version of executable:
git clone --branch main --depth 1 https://github.com/AsherJingkongChen/poopoo && \
cargo install --path poopoo/poodio && \
poodio