-
Notifications
You must be signed in to change notification settings - Fork 84
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
Documentation: simple driver2driver network test #83
Comments
First of all you need to have a PTP master clock running on the LAN. |
Hi, couldn't get this to work. My guess is about the ptp clock not locking, but can't figure out why. I started a master in a desktop with:
Since slave is locked to the correct master, I've tried to go ahead anyway:
Tried to play on the source, record on the pi, but arecord hangs and doesn't finish. [ctrl-c] to exit, sink.wav only 44 bytes. Can you help? |
HI there, |
Ah! ok, I'll try that, thanks! |
So, it works, some problems: In the source I did: In the sink (raspberry) I did: then aplay sink.wav : I notice a somewhat long silence on the start, then it starts playing OK, but the recording ends sooner, on the last "Front Right" stops after the "Front..." never recording the last "Right" word. Is there an easy way for the driver to output directly to the plughw:1,0 (raspeberry headphone jack?), or alsa default sink, that in my case are the same? Thanks! |
Just tried to listening directly using:
I hear some "clicks" not present in the recording, and the sound still ends sooner missing the last "Right" word. |
... I've managed to get rid of the "click" sounds, specifying "-b" option. I could also get a better flow using "-t" option with a greater latency, but I'm trying to get that to the bare minimum. Still, I get these weird results, e.g:
It should be on the "LEFT side" of my headphones, but it plays on the "RIGHT" side. Still cuts the last word, as saying. "Side Le...". Same with the speakertest. If I specify a buffer, like:
It gets to play to the end, but channels are still reversed. Any ideas? Thanks |
Hi, I've looked at devices.md, and I'm missing a way to stream audio from aes67 virtual driver to another aes67 virtual driver.
I've setup two devices (a desktop and a raspeberry pi). Both sources show up in the respective web interfaces, but I cant get audio to play across network.
At this moment I can't run a dante controller, (I don't have a window machine right now) and I can't find another way to connect sources to sinks. I'm probably missing something, but is there a way to test this without using a controller, from the command line or web interface?
Also: can the "Buttler" thing from ravenna be used here?
Thanks
The text was updated successfully, but these errors were encountered: