Files
Dimitris C. 45178a9afc feature(Ogg): Adds OggVorbis playback support (#122)
* park

* park - working

* Adds support for Ogg Vorbis

* fixes

* fix rateNode issue

* Update README to remove M4A limitation note

Removed limitation note for non-optimized M4A files.

* Update iOS requirement from 13.0 to 15.0

* improvements

* removes debug message

* improves `isSeekable` property

* fix

* Refactors project use pure Package.swift and swift test

* Refactor GitHub Actions workflow for Swift package testing
2025-11-08 20:22:56 +02:00

14 lines
176 B
Objective-C

//
// AudioCodecs.h
// AudioStreaming
//
// Created on 25/10/2025.
//
#ifndef AudioCodecs_h
#define AudioCodecs_h
#import "VorbisFileBridge.h"
#endif /* AudioCodecs_h */