From c63e4d038decbc907f560cda444b60608fad05d8 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 25 Jun 2017 16:52:27 +1000 Subject: [PATCH] Update readme. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 66e42b93..352ba678 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ ![mini_al](http://dred.io/img/minial_wide.png) mini_al is a simple library for playing and recording audio. It's focused on simplicity and has -a very small number of APIs. This is not a full-featured audio library - it is intended to be -used as a quick and easy way to connect to an audio device and deliver and capture audio data -from speakers and microphones. +a very small number of APIs. C/C++, single file, public domain.