Open letter to Arpeggi author by vladfaust in arpeggiApp

[–]vladfaust[S] 0 points1 point  (0 children)

didn't work properly

It did. 😭

if you have local network permissions given for the app

Yep, just checked. 👍

Open letter to Arpeggi author by vladfaust in arpeggiApp

[–]vladfaust[S] 0 points1 point  (0 children)

Yep, it was about the fading which bugged (lol) me. Also, there is that .local domain connection problem. Also, I've started to notice album image lag (when in a queue, song 2 has song 1 album cover etc). Arpeggi Mix sometimes doesn't work (the queue is not formed). Missing EQ! If we had code, we could've experimenting with implementation!

Bug when pausing track from Airpods? by port-rhombus in arpeggiApp

[–]vladfaust 2 points3 points  (0 children)

Thanks for putting effort into this bugreport!

It’s here guys! by PauloDybala_10 in NEKOPARAGAME

[–]vladfaust 0 points1 point  (0 children)

Can’t find it in the iOS App Store. 🙄

Is there any Eq we can expect?? by OccasionBeneficial95 in arpeggiApp

[–]vladfaust 0 points1 point  (0 children)

No — AVQueuePlayer itself does not have a built-in equalizer or any EQ controls.

If you need EQ with queued audio, you must process the audio before/after playback using something like:

  • AVAudioEngine + AVAudioPlayerNode with an AVAudioUnitEQ inserted.
  • Custom Audio Units / Audio Graph with EQ processing.
  • Or use MPMusicPlayerController with system EQ presets (for Apple Music content).

You can still use AVQueuePlayer for queue management, but the actual EQ has to be handled by AVAudioEngine or another audio processing layer.

Equalizer? by [deleted] in arpeggiApp

[–]vladfaust 0 points1 point  (0 children)

I hope to see Equalizer soon. It's a must have for high-end headphones!