ESTMusicPlayer
ESTMusicPlayer copied to clipboard
An elegant and simple iOS music player.
Hello @Aufree, today while exploring GitHub looking for interesting projects found yours and I would love to contribute by designing a logo for it. I'm a designer in development and...
Saravanas-MacBook-Pro:ESTMusicPlayer-master saravanakumar$ pod install Re-creating CocoaPods due to major version update. Setting up CocoaPods master repo $ /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --progress Cloning into 'master'... remote: Counting objects: 1505739, done....
个人认为可能是NSTimer的定时触发方法加入了拖动滑块响应事件结束的后续队列,导致拖动结束后仍有拖动前的队列没处理。
Thank you very much for your nice work! I like to do 1) play/pause from headset 2) Add Progress Bar on Remote Control It's possible ?
当使用2G网络测试网络音频时,UI出现卡顿,但在WiFi网络流畅的情况下不会.不知道是不是因为DOUAudioStreamer里有的网络请求阻塞了主线程! 求解惑!
This player cannot stream music from Google Drive URL. Please help!
你好,你的播放器写得很好。 我在测试的时候发现一个问题: 在 ESTMusicPlayer/Enesco/Handlers/MusicHandler.m 40行代码处: `AVURLAsset *audioAsset = [AVURLAsset URLAssetWithURL:[NSURL URLWithString:music.musicUrl] options:nil];` 这句,造成,内存没法释放。 测试方法: - 在MusicHandler.m 40行后添加return,只测试这句。 ``` AVURLAsset *audioAsset = [AVURLAsset URLAssetWithURL:[NSURL URLWithString:music.musicUrl] options:nil]; return; ``` - 在MusicViewController.m 中的...
我根据自己的需求修改了MusicListViewController.m中的didSelectRowAtIndexPath中的判断,但是感觉自己并没有理解你的代码,所以提出一个issue没pr。你等有时间了可以修改下 : )