Code Monkey home page Code Monkey logo

cephalopod's People

Contributors

evgenyneu 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  avatar

cephalopod's Issues

Newbee questions

Hello, and first of all contratulations for this amazing repo!
I want to start an app I'm wondering a few aspects of it:

  • The app will stream audio from a server over the network. Can this library work with AVPlayer instead of AVAudioPlayer?
  • The way the app will be built, I will need to seek and crossfade through the audio file and crossfade between two different audio files. Is this possible with this library?
    My first idea was to create two instances of AVPlayer in order to crossfade them, is this a good method? If not, what do you recommend?

I've been developing iOS apps for a few years but this is my first audio-related project and I'm a bit lost.

Thanks guys!

Integration with Objective C

Hi

Thanks for this wonderful library. I am trying to integrate this library in my project written in Objective C. I've successfully added the Swift code in my code but there's no impact on volume while trying different methods.

//self.BackgroundMusicPlayer => Name of my AVAudioPlayer

Cephalopod *cep = [[Cephalopod alloc] initWithPlayer:self.BackgroundMusicPlayer];
1)
[cep fadeFromVolume:0 toVolume:1 duration:5 velocity:1 onFinished:^(BOOL finished) {
NSLog(@"Fading Done");
}];

  1.  [cep fadeInDuration:5 velocity:1 onFinished:^(BOOL finished) {
        NSLog(@"Fading Done");
     }];
    

Any help in this regards will be highly appreciated.

Thanks!

Swift 3 compatibility

Hey, I'd love to see this lib available in Swift 3 so I can implement it in my project.

Thanks ๐Ÿ˜„

Swift 4

Please update this library to Swift 4 syntax :)

Fade out effect at the end of song

Is it possible to set a fade out event at the end of the song (without any additional times from my side)? For instance, I have a track (2:00 min) and I want to achieve a fade out effect during 10 second from 1:50 - 2:00.

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.