Edward P

Results 32 comments of Edward P

close via https://github.com/archlinuxcn/repo/commit/56d39529c7a324cd90617714d9e5d63ca1364b5d

Done by https://github.com/archlinuxcn/repo/commit/ce8209a3345eb35b1103e835b12c0f83ed2c9251

有时候低于1G的文件下载也不完整,可能是某些分片的连接挂了没有果断放弃然后补一个进程重新开始下载这段分片,然后这些分片的内容是缺失的,但程序又提示下载成功了,导致最终的文件不完整。

快放弃百度云吧,买块移动硬盘都比用百度强。百度云最近更新,API应该也更新了,新API肯定限速,老API不能登录了

I don't think you need `dev=default` in your `libao.conf`. According to [pa_simple_new](https://freedesktop.org/software/pulseaudio/doxygen/simple_8h.html#add9a7dce4e15955d4296726c26206689) you need pass a `NULL` to `dev` for default. If you set `dev=default`, a string "default" will be...

@tcaddy I think we need to port it by using another audio playback library that suitable for Android just like the project "play-audio", rather than using libao and pulse audio.

@PromyLOPh @tcaddy It seems that libpulseaudio on termux isn't fully functional now, which can be tracked here [Integrating ALSA and Pulseaudio into Termux #821](https://github.com/termux/termux-packages/issues/821)

@tcaddy I patched `configure.ac` with `LIBAO_LA_LDFLAGS="-lpulse"` for building `libao` , it works fine without `LD_PRELOAD=$PREFIX/lib/libpulse.so`. see here [Add packages: pianobar, libao #2641](https://github.com/termux/termux-packages/pull/2641/files)

@tcaddy However, it only works when starting pulseaudio manully. No sound if pulseaudio daemon started by libao. I found that pulseaudio in termux is also started with lots of preloaded...

@tcaddy But there still is an buffer underrun issue with pulseaudio which makes the sound choppy randomly.