fpeek / boardwalk

AES67/AES70 network audio implementation
MIT License
12 stars 0 forks source link

Very interesting! #1

Closed ruurdadema closed 7 years ago

ruurdadema commented 7 years ago

Can you give some more info on what to expect? And when?

Which language do you intent to use? Which libraries do you intent to use? Do you intent to also implement this for platforms other than Raspberry PI?

BTW. I would be happy to contribute.

fpeek commented 7 years ago

Hi Ruurd,

This project intends to provide a very basic AES67/AES70 implementation for educational purposes. As you can see in the history, the idea emerged about 2 years ago but due to insufficient time/priority there's no code yet in this project. Therefore I can't answer your question on when to expect anything.

I intend to use C/C++, current libraries are JUCE, and PTPD. There's a lot of research to be done on additional libraries that might fit in this project. Since JUCE is a cross-platform framework I intend to make this available as software-only on Linux/OSX/Windows as well.

Contribution will be highly appreciated !

kind regards, Fred

ruurdadema commented 7 years ago

Nice! Thanks for your response.

Any idea of what license you're going to use?

fpeek commented 7 years ago

MIT, but may change if the libraries that will be used require another license.

fpeek commented 7 years ago

Added these Q&A to the wiki