├── LICENSE ├── Makefile ├── README.md ├── TODO ├── args.c ├── audio.c ├── jack.c ├── mai.c ├── mai.h ├── ptp.c ├── rtp.c ├── sap.c ├── sock.c └── version.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/README.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/TODO -------------------------------------------------------------------------------- /args.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/args.c -------------------------------------------------------------------------------- /audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/audio.c -------------------------------------------------------------------------------- /jack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/jack.c -------------------------------------------------------------------------------- /mai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/mai.c -------------------------------------------------------------------------------- /mai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/mai.h -------------------------------------------------------------------------------- /ptp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/ptp.c -------------------------------------------------------------------------------- /rtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/rtp.c -------------------------------------------------------------------------------- /sap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/sap.c -------------------------------------------------------------------------------- /sock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/sock.c -------------------------------------------------------------------------------- /version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/markmcconnell/mai/HEAD/version.h --------------------------------------------------------------------------------