From 5502ab742c729b4a161dfb75a843f58b6dd8d7f8 Mon Sep 17 00:00:00 2001 From: pio Date: Wed, 27 Nov 2024 17:49:15 +0100 Subject: [PATCH] readme update --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17b2f6d..7054c9c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # hexefx_audiolib_F32 Audio effects library for Teensy4.x (extension to OpenAudio_ArduinoLibrary) +### [GUI available HERE](https://github.com/hexeguitar/hexefx_audiolib_F32/gui/index.html "hexefx_audiolib_F32 GUI") ## Effects **AudioEffectInfinitePhaser_F32** @@ -50,6 +51,9 @@ Uses IR wav files (16/24bit 44.1kHz, up to 8K samples) stored on an SD card. **AudioFilterEqualizer3band_F32** Simple 3 band (Treble, Mid, Bass) equalizer. +**AudioEffectCompressorStereo_F32** +Stereo compressor with bypass. + **AudioEffectGainStereo_F32** Stereo gain control (volume, panorama) @@ -92,8 +96,6 @@ SGTL5000 24bit codec driver, configurable I2C bus. WM8731 24bit codec driver, configurable I2C bus. - - ## Basic Single header basic building blocks for various DSP components: - allpass filter @@ -105,8 +107,8 @@ Single header basic building blocks for various DSP components: - stereo bypass system ## Example projects -https://github.com/hexeguitar/hexefx_audiolib_F32_examples -https://github.com/hexeguitar/tgx4 +* https://github.com/hexeguitar/hexefx_audiolib_F32_examples +* https://github.com/hexeguitar/tgx4 --- Copyright 07.2024 by Piotr Zapart