From 4639e18f19990c62d591ef5b9f5efe4093488324 Mon Sep 17 00:00:00 2001
From: Arnaud Blanchard <arnaud.blanchard@ensea.fr>
Date: Sun, 22 Apr 2018 21:54:24 +0200
Subject: [PATCH] Update README.md

---
 README.md | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2cccd06..b1d9493 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,31 @@
+
+Reads and writes sound files. Manages all the formats that libsndfile supports.
+Which is at the moment:
+
+- Microsoft WAV
+- SGI / Apple AIFF/AIFC
+- Sun/DEC/NeXT AU/SND 
+- Headerless RAW 
+- Paris Audio File PAF
+- Commodore Amiga IFF/SVX
+- Sphere Nist WAV
+- IRCAM SF
+- Creative VOC
+- Sound forge W64
+- GNU Octave 2.0 MAT4
+- GNU Octave 2.1 MAT5
+- Portable Voice Format PVF
+- Fasttracker 2 XI
+- HMM Tool Kit HTK
+- Apple CAF
+- Sound Designer II SD2
+- Free Lossless Audio Codec FLAC
+
 Install
 =======
 
-Need libsndfile library:
-
 - Mac OSX: `brew install libsndfile`
-
-Ubuntu/Raspbian: `sudo apt-get install libsndfile`
+- Ubuntu/Raspbian: `sudo apt-get install libsndfile`
  
 Usage
 =====
-- 
GitLab