Skip to content

Migrating from Audjustable or StreamingKit versions less than 0.1.0)

Thong Nguyen edited this page Feb 2, 2014 · 1 revision
  • STKStreamingKit 0.2.0 and above now uses the AudioUnits API rather than the AudioQueue API. This should increase performance and flexibility but has not been fully tested with all audio formats yet.
  • All header files now have the STK prefix.
  • All classes, protocols, enums and enum values now have the STK prefix.
  • All references to HTTP in class and delegate names are now HTTP in all-caps rather than Http to be inline with Apple naming standards.
  • The default DataSource for HTTP is now STKAutoRecoveringHTTPDataSource.
  • The audioPlayer:didEncounterError: event is now called unexpectedError:
  • The audioPlayer:stateChanged: event is now audioPlayer:stateChanged:previousState
  • Change your Podfile to reference StreamingKit rather than Audjustable
Clone this wiki locally