csync / TogetherStream

A social and synchronized streaming experience
http://togetherstream.csync.io/
Other
16 stars 5 forks source link

Research audio engine for streaming/playback #9

Closed nathan-hekman closed 7 years ago

nathan-hekman commented 7 years ago

SoundCloud and other APIs just return a url to stream the track. Locally, we need to use an audio engine to actually playback.

A few options: https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVAudioEngine_Class/

https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine2

https://github.com/audiokit/AudioKit

nathan-hekman commented 7 years ago

Maybe ask Glenn for help with iOS default engine AVAudio as he used this extensively in Watson iOS SDK

nathan-hekman commented 7 years ago

Using YouTube. No longer needed.