From c4f1602474923735366d060d747e95a25aa743b4 Mon Sep 17 00:00:00 2001 From: Olli Parviainen Date: Mon, 28 Oct 2019 19:04:28 +0200 Subject: [PATCH] Added section about building the software in Mac --- README.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.html b/README.html index f74c031..6ace201 100644 --- a/README.html +++ b/README.html @@ -174,6 +174,10 @@ library binary version to use.

example application that processes WAV audio files using SoundTouch library in Android devices.

+

2.4. Building in Mac

+

Install autoconf tool as instructed in http://macappstore.org/autoconf/.

+

Then, build as described above in section "Building in Gnu platforms".

+

3. About implementation & Usage tips

3.1. Supported sample data formats

The sample data format can be chosen between 16bit signed integer @@ -928,6 +932,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

---

commercial license alternative also available, contact author for details.


-

README.html file updated in January-2019

+

README.html file updated in October-2019