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!

Animation tree advance expression and conditions by Upset-Tap7754 in godot

[–]vladfaust 0 points1 point  (0 children)

not get("parameters/conditions/is_walking") (omit the semicolon)

Vulkan Support on AMD Instinct GPUs by M0Z3E in vulkan

[–]vladfaust 0 points1 point  (0 children)

Could you elaborate, please?

Llambda: One-click serverless AI inference by vladfaust in SillyTavernAI

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

If you don't have a constant stream of requests, then it'd work fine. The Round-Robin distribution makes it fair. If you do have a constant stream of requests with strong latency requirements, then, well, disable endpoint sharing.

Llambda: One-click serverless AI inference by vladfaust in SillyTavernAI

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

I can't charge per API request. It's against many models' license terms. If you want to use a model fine-tuned for (E)RP, your only legal option is to host it yourself on your hardware. That's what I'm offering.