Soundable icon indicating copy to clipboard operation
Soundable copied to clipboard

Soundable allows you to play sounds, single and in sequence, in a very easy way

Results 6 Soundable issues
Sort by recently updated
recently updated
newest added

Hi, I need to call the finished playing queue after completing all the songs. but I need to call it after each song gets finished playing and get called when...

Hello, i tested with my sound and found it does not loop, can u help? ``` let sound = Sound(fileName: "Ringtone.caf") sound.play(groupKey: "outgoing", loopsCount: 10) { (error) in print("play error:...

Hello, I'm wondering if it's possible to play a sequence of sounds without any delay. I'm using: let sound1 = Sound(fileName: "guitar-chord.wav") let sound2 = Sound(fileName: "rain.mp3") let sound3 =...

If files are located in subfolder thant it will not play even if to indicate file with path Sound.swfit should be changed to this function public init(fileName: String, bundle: Bundle...

question

Any plans to support real-time seeking through an audio stream, as well as crossfade effects?

enhancement