From 8197db0016a15170302ed9fd04fcbb2ed0eeeda6 Mon Sep 17 00:00:00 2001 From: Dimitris C Date: Mon, 12 Apr 2021 13:10:44 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 851b265..c7b95cc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # AudioStreaming An AudioPlayer/Streaming library for iOS written in Swift, allows playback of online audio streaming, local file as well as gapless queueing. -Under the hood `AudioStreaming` uses `AVAudioEngine` and `CoreAudio` for playback and provides an easy way of applying real-time [audio enhancements](https://developer.apple.com/documentation/avfoundation/audio_playback_recording_and_processing/avaudioengine/audio_units?language=swift). +Under the hood `AudioStreaming` uses `AVAudioEngine` and `CoreAudio` for playback and provides an easy way of applying real-time [audio enhancements](https://developer.apple.com/documentation/avfaudio/audio_engine/audio_units). #### Supported audio - Online streaming (Shoutcast/ICY streams) with metadata parsing