From c5bdbdd6921bcd0ca3f16de981ae278ebe35b653 Mon Sep 17 00:00:00 2001 From: Dimitris C Date: Mon, 1 Apr 2024 16:46:23 +0300 Subject: [PATCH] update readme.md (#71) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a56616f..07ddcd1 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ Under the hood `AudioStreaming` uses `AVAudioEngine` and `CoreAudio` for playbac - AIFF, AIFC, WAVE, CAF, NeXT, ADTS, MPEG Audio Layer 3, AAC audio formats - M4A (_Optimized files only_) +As of 1.2.0 version, there's support for non-optimized remote M4A, please report any issues + Known limitations: -- As described above non-optimised M4A files are not supported this is a limitation of [AudioFileStream Services](https://developer.apple.com/documentation/audiotoolbox/audio_file_stream_services?language=swift) +~~- As described above non-optimised M4A files are not supported this is a limitation of [AudioFileStream Services](https://developer.apple.com/documentation/audiotoolbox/audio_file_stream_services?language=swift)~~ # Requirements