Results 179 comments of Lars

Can you recall which audio backends were enabled by libao’s ./configure? It might be helpful to switch on libao’s debug output by adding ``debug=1`` to ``~/.libao``. You can force the...

@tcaddy: I assume libpulse.so does not exist? @edward-p: Writing a plugin for libao would be the better solution imo. It’s really not that difficult and every other projects using libao...

Actually, this could be pianobar’s fault. If you look at the player code you will find it decodes chunks of data, then passes them to libao and only after libao...

Can you share your code? Does the problem exist with other programs that use pulseaudio on termux and don’t use libao (paplay for example)?

Well, it’s not too bad. Copying av frames/packets is obviously not the most efficient thing to do, but that should’t be the problem. Also the new AoPlayThread spins until queue_element!=NULL,...

Is this similar to #706?

Can you set PIANOBAR_DEBUG=2, which should print alot of debug output from the player, and post the log here?

I don’t see any messages that might explain audio issues, maybe try the pulseaudio workaround? https://github.com/PromyLOPh/pianobar/issues/395#issuecomment-25294874

We could just pass the URL to an external program, that would be much easier and would eliminate the dependency on ffmpeg as well. The question is: How do you...

This exact feature got removed with commit 845cf4c1bdae57e8ed59bc3bb6fcaa7464c8904e (see #280), because Pandora broke it years ago. Adding seeds works differently from adding feedback. Seeds are identified by a `musicId`, which...