Coder Social home page Coder Social logo

lgaudiokit's People

Contributors

gang544043963 avatar makehui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lgaudiokit's Issues

录音到60秒后不能播放

录音的文件URLString是有值的,但是调用audioDataFromURLString:这个方法的时候,返回的audioData是一个空值,导致不能播放,还有就是录音提示的最后出现-1秒,时间的判断在考虑一下

阿里的音视频后台通话,会自动关闭,无法后台通话

屏蔽这个,就可以,但是不知道会不会又影响

  • (void)soundRecordFailed:(UIView *)view {
    // [self.recorder stop];
    // [self removeHUD];
    // //恢复外部正在播放的音乐
    // [[AVAudioSession sharedInstance] setActive:NO
    // withFlags:AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation
    // error:nil];
    }

录音不到一秒录音文件没有删除

录音时间过短的时候,文件没有删除,因为你的stopSoundRecord: 这个方法在录音短的时候是这么调用[self performSelector:@selector(stopSoundRecord:) withObject:view afterDelay:1.5f]; 延迟了1.5秒执行,原因应该是让HUD显示1.5秒,这时候再去取录音时间的话,应该是1.5秒之后的时间,你判断删除的逻辑,认为你录音的1.5秒以上 所以不会删除

Logo Design Offering as Open Source Contribution

Hello Sir. I'm a Graphics Designer. I'm happy to see an open source project, So, I want provide a logo for you. Would you mind if I propose a new logo design for your project as my Open Source Contribution?

Thanks for the attention.

请问为什么要在1.5s后才调用stopSoundRecord方法

  • (void)showShotTimeSign:(UIView *)view {
    _imageViewAnimation.hidden = YES;
    _talkPhone.hidden = YES;
    _cancelTalk.hidden = YES;
    _shotTime.hidden = NO;
    _countDownLabel.hidden = YES;
    [_textLable setFrame:CGRectMake(0, 100, 130, 25)];
    _textLable.text = @"说话时间太短";
    _textLable.backgroundColor = [UIColor clearColor];

    [self performSelector:@selector(stopSoundRecord:) withObject:view afterDelay:1.5f];
    }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.