DOUAudioStreamer
DOUAudioStreamer copied to clipboard
A Core Audio based streaming audio player for iOS and macOS
This player cannot stream music from Google Drive URL. e.g: https://drive.google.com/file/d/0BwJCGF2rR5_9WnlPMUpobzhzY0U Please help me solve this issue.
我想请问下那个url 怎么动态给它赋值。
iOS 7/iOS8 is ok,but can not support iOS 9 ,who can help me?
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_DOUAudioVisualizer", referenced from: objc-class-ref in MasterViewController.o "_OBJC_CLASS_$_DOUMPMediaLibraryAssetLoader", referenced from: objc-class-ref in DOUAudioFileProvider.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with...
DOUAudioFileProvider 属性sha256用来做啥的?是用来设置音频文件的缓存路径吗?麻烦解答一下?如果是用MD5不是更简单?
@lembacon This is a fix for the issue https://github.com/douban/DOUAudioStreamer/issues/63.
增加缓存管理
1.增加DOUCacheManager,可以配置额外的缓存目录。管理缓存数量。 2.优先加载之前下载过的缓存,不用每次联网获取。
[[NSFileHandle fileHandleForWritingAtPath:_cachedPath] truncateFileAtOffset:_expectedLength];
Happens seemingly randomly and is frequent enough to be annoying. From what I can tell, audio_file_read buffer may not be the right size under certain circumstances... Thread : Crashed: com.douban.audio-streamer.event-loop...