home.social

#audioplayers — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #audioplayers, aggregated by home.social.

fetched live
  1. One thing that’s one of my non-negotiable for my music player’s 1.0 release is artist/band images, which is something I haven’t really seen in alternative music player on iOS.

    The design is very much a work-in-progress, and it will probably prove to be the most difficult part because I am not a great designer. 😅

    #swiftui #buildinpublic #audioplayers

  2. One thing that’s one of my non-negotiable for my music player’s 1.0 release is artist/band images, which is something I haven’t really seen in alternative music player on iOS.

    The design is very much a work-in-progress, and it will probably prove to be the most difficult part because I am not a great designer. 😅

    #swiftui #buildinpublic #audioplayers

  3. I’ve been working on gapless playback, and my solution (with some help from StackOverflow) is basically to pre-warm the next track in a separate AVAudioPlayer instance, silently play and pause that instance in the background, and queue it up to play at the exact moment the current track ends.

    I’m praying someone will tell me I did a really stupid thing and there’s actually a much easier solution for this. 😂

    #swift #audioplayers

  4. I’ve been working on gapless playback, and my solution (with some help from StackOverflow) is basically to pre-warm the next track in a separate AVAudioPlayer instance, silently play and pause that instance in the background, and queue it up to play at the exact moment the current track ends.

    I’m praying someone will tell me I did a really stupid thing and there’s actually a much easier solution for this. 😂

    #swift #audioplayers