# lib-data-over-audio ## Introduction Lib-data-over-audio is a library in written in C and build for Pd(and it forks like Purr-data) for sending and reciving Pd messages by using audio as transmission medium. It also included help patches to explore the library's functionality. ## Getting started The the pre-built binaries are available with repository ending with: .pd_linux (for linux systems) and .dll for Windows systems. To simply get started, clone the repository and open test-suite.pd to load the binaries and interact with the UI. ## Build - Clone the repository to your local system. - Make sure you have Pd installed on your system and $PDDIR is set to pd directory having src and bin files in it. - cd into the repository and run make clean and then run make all to build the binaries. - Run test-suite.pd to open the Pd interface and test the library. ## TODO - [ ] add support for non-list messages - [ ] add to deken, package management system for Pure Data externals ## Visuals ## Installation ## Roadmap ## Contributing ## Authors and acknowledgment Show your appreciation to those who have contributed to the project. ## License For open source projects, say how it is licensed. ## Project status