├── README.md ├── a.wav ├── main.c ├── makefile ├── portaudio.h └── sndfile.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maelswarm/play/HEAD/README.md -------------------------------------------------------------------------------- /a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maelswarm/play/HEAD/a.wav -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maelswarm/play/HEAD/main.c -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maelswarm/play/HEAD/makefile -------------------------------------------------------------------------------- /portaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maelswarm/play/HEAD/portaudio.h -------------------------------------------------------------------------------- /sndfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maelswarm/play/HEAD/sndfile.h --------------------------------------------------------------------------------