-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of drops connection trouble #26
Comments
That error message could be better, but basically you're required to give it a device IP or name (that is, whichever one device you're trying to change). --device-host Specify a device to configure by network address I guess I never tried it without an argument, seems like it's still attempting to do something in your examples. |
Also, I've started to implement a daemon mode that caches into redis and watches for mDNS changes on its own, so eventually the timeout won't matter. |
With a lot of the commands I’ve tried, it seems like if I don’t specify a device, it tries to go through every device on my network. I can imagine that’d be crazy for some people’s setups. 😬 TBH: when it works -- as in omitting a device hits everything on the network -- it’s really nice. I can imagine myself running these sample rate switch commands often. |
I can see the utility of setting AES67 mode or the sample rate on all devices at once, but how it works now was unintentional. I'll look into making this explicit. Setting anything on all devices in the network at once to any setting by accident is chaos I want to avoid. Please don't use this in prod yet. |
You’re awesome! Like I said before, this is such a cool project! I’m grateful for the smart folks like you who know how to build tools like this. |
Just found this tool, it’s AWESOME!
When I run commands it can’t seem to find my devices most of the time. For example, if I run
netaudio device list
, odds are it’ll return nothing, but if I run it 4-5 times in a row some devices start to show up. This is on macOS. If I run the same command from my raspberry pi, I consistently get my full list.Here’s my problem: I wanna run
netaudio config --set-sample-rate 44100
, to help me change the sample rates across the network (for everything that can). I’m not having luck.On macOS I have to keep running over and over before it finally finds both devices and updates them:
On my raspberry, it always times out:
The text was updated successfully, but these errors were encountered: