Play An Audio File To Loopback With Rust
February 2024
This plays a sound from a rust app to a sounds interface from Mac's loopback app. I use this to send stuff to OBS when I'm streaming
This works, but is really just a prototype to play with to prove the concept
```cargo
cpal = "0.15"
rodio = "0.17"
```
use File;
use BufReader;
use ;
use HostTrait;
use DeviceTrait;
Output:
LoopbackTesting
TODO
☐
See if this can be done without cpal (since it's what's used under the hood there might be a direct way to use it)
end of line