Questions tagged [aksequencer]
19 questions
1
vote
0 answers
Downloading and loading random audiofile from Firebase 'a file in advance'
I’m working on a random audiofile playback project. I’m looking for a way to download random audio file from a remote server, but a playlist in advance for a seamless looping. I would like to get an idea about how to download a randomly selected…

Gavin
- 251
- 1
- 6
1
vote
1 answer
#AudioKit Play sequencer audios mp3
I am trying to play a list of audios mp3 with AudioKit library. I read about sequencer and I saw all code in the example of official AudioKit Doc.
After calling the method sequencer.play() there is no sound.
var audios:[String] = [
…

Ruben
- 23
- 2
0
votes
0 answers
Release (envelope) cut out when AKsequencer repeats?
I'm using AKSequencer to trigger AKPlayer using a midi note, to repeat certain audio files.
The question I have is that, the audio files are sometimes slightly longer than the designated midi durations, because there are release sounds included in…

Gavin
- 251
- 1
- 6
0
votes
1 answer
Calling random AKPlayers in AKSequencer with repeated random results
This is a multiple audiofile playback project I am currently working on, where multiple AKPlayers are played in a random order, through AKSequencer.
First, I have an array of filenames:
Let filenames = [“1.mp3”, “2.mp3, “3.mp3”, … “10.mp3”]
This…

Gavin
- 251
- 1
- 6