-
Notifications
You must be signed in to change notification settings - Fork 378
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
AES 67 Driver #311
Comments
Hi, i'm very interested also !
|
Audinate just released some new adapters (AVIO) which support two channel in / out and over XLR and USB. The USB adapter appears as a standard audio device, so this works with jack using alsa_in / alsa_out. I have these connected to a d-link dgs-1510-28p switch. Once I figured out how to configure DSCP, everything worked perfectly. I recommend these to anyone who wants relatively inexpensive Dante/AES67 hardware to get started. Latency is averaging about half a millisecond per adapter and all of the IO is balanced. |
There is also a PCI-E Dante / AES67 card that has come onto the market recently which explicitly states that it has Alsa driver support: https://www.digigram.com/production-and-sound-cards/lx-dante-ip-audio-network-multichannel-sound-card/ |
FWIW, Audioscience has a number of cards that support some of the individual specs that are wrapped into AES67 - specifically AVB, Livewire (Ravenna is very close to Livewire, IIRC), and Cobranet. http://www.audioscience.com/internet/products/network_audio.htm Further, they have downloadable driver source code for their devices: http://www.audioscience.com/internet/download/linux_drivers.htm Maybe that is helpful to someone? |
Also this is an example of someone working towards the same: https://github.com/markmcconnell/mai |
@edglazer , |
You might want to check out Archwave, a company that develops SoCs for AES67 & 70. Also Ravenna offers various software, and I think they partner with others to develop products for AES67. I have an email from 2015 where they said:
I never got much further in talking with them, but I believe their model is to partner with developers and help them write code to use Ravenna/AES67 (in exchange for money, I'm assuming). Hope that is helpful! |
Thanks you for answer. |
@vadly67 Some (hopefully) interesting mail-threads and links regarding AES67
BTW. we at Radio Bern RaBe would love to see a working open-source implementation of AES67 and are happy to test or otherwise contribute :-) |
@paraenggu, thanks a lot for links |
I applied mai master (as sender). But I have big problems with Jack Kit. This Kit give very big noise. |
@vadly67 I think I just emailed the address on their contact page. |
Wow, I just noticed that Merging Technologies has produced an ALSA AES67 driver for Linux, and the source code is available in this repo. That might be helpful? |
@vadly67 I also found this example of someone who wrote a functioning open source implementation of a gstreamer based AES67 recorder. https://github.com/voc/aes67-recorder You never said what your use case was, just that you wanted it to run on ARM. Maybe if we knew more about your specific application, we could point you more specifically in the right direction. |
@edglazer , |
@vadly67 |
@edglazer, |
@vadly67 That's interesting, but strange. This is on a PC with Ubuntu, right? Can you isolate where in the audio chain the noise is being introduced (including the networking stack)? |
@edglazer, |
@edglazer,
Thank in advance |
@vadly67 I don't have experience with the setup you are using, and I'm no longer working at the same place I was when we started commenting on this thread. Unfortunately I don't have access to AES67 compliant hardware at this time. |
This topic has been tossed around on several mailing lists, but nothing has ever come from it. I want to start an actual request here for an AES 67 backend driver for jack.
Personally I want to be able to multitrack audio from a Yamaha based Dante system that offers AES67 as an interop protocol format.
I believe all functionality is available from various FOSS libraries, and it should mostly be a matter of creating code to glue it together.
Some Details:
ffmpeg project libraries support both SAP and RTP. Also there are several FOSS PTP implementations available.
Yamaha Documentation
If anybody wants to take a stab at this I can provide a powerful gentoo box you can remote into, connected to a yamaha dante network outputting AES 67 for testing.
The text was updated successfully, but these errors were encountered: