Search found 7 matches
- November 7th, 2020, 7:38 pm
- Forum: General Discussion
- Topic: how to edit mpd database?
- Replies: 5
- Views: 1437
Re: how to edit mpd database?
or stop mpd, delete the database, restart mpd and do mpc update
- October 26th, 2020, 11:47 pm
- Forum: General Discussion
- Topic: Software sound equalizer?
- Replies: 2
- Views: 1726
- October 26th, 2020, 11:45 pm
- Forum: General Discussion
- Topic: Http output enabled - causes stutter on HW direct?
- Replies: 3
- Views: 1786
Re: Http output enabled - causes stutter on HW direct?
Multiple audio outputs are not in sync. Thanks - I didn't make myself clear. I realise and accept audio outputs are not synchronised The problem here is the HTTP output is causing Direct to stutter / pause about 1 - 3 seconds into playing, anywhere from 0.1 to 0.5 seconds by my estimation. My point...
- October 26th, 2020, 10:21 pm
- Forum: General Discussion
- Topic: Http output enabled - causes stutter on HW direct?
- Replies: 3
- Views: 1786
Http output enabled - causes stutter on HW direct?
I have tried both MPD 0.22 and an older 0.21.19 build - same results. I have the following mpd.conf alsa outputs configured: audio_output { enabled "yes" type "alsa" name "Direct" device "hw:0,0" dop "no" auto_resample "no" auto_channels "no" auto_format "no" } audio_output { enabled "yes" type "htt...
- October 19th, 2020, 5:37 pm
- Forum: Help
- Topic: Anyone using the swh-plugin - specifically mbeq successfully?
- Replies: 5
- Views: 1286
Re: Anyone using the swh-plugin - specifically mbeq successfully?
I resolved my issue. I had to recompile mbeq_1197.xml/.c without optimisation. i.e. CFLAGS = -O0 Any higher level (e.g. -O1, -O2, -O3) causes mbeq to play "static" via MPD even though the same higher optimised mbeq_1197.so plays fine under other players / hosts (aplay / mpg123). The above has been a...
- September 29th, 2020, 9:34 pm
- Forum: Help
- Topic: Anyone using the swh-plugin - specifically mbeq successfully?
- Replies: 5
- Views: 1286
Re: Anyone using the swh-plugin - specifically mbeq successfully?
hi - swh-plugins is a group of LADSPA plugins by Steve Harris: http://plugin.org.uk/ https://github.com/swh/ladspa Has there been any change in 0.21 over 0.20 in the way ALSA devices are opened? I believe the auto_format setting in mpd.conf has changed in behaviour - as I have 2 systems. One require...
- September 28th, 2020, 8:13 pm
- Forum: Help
- Topic: Anyone using the swh-plugin - specifically mbeq successfully?
- Replies: 5
- Views: 1286
Anyone using the swh-plugin - specifically mbeq successfully?
hi all, mbeq is a LADSPA multi-band (15) equalizer plug-in from Steve Harris. The reason I'm posting here, is I can get the above plugin to work fine on my system (ArchlinuxARM - raspberry pi 3) with the following apps mpg123 aplay I can either route via alsaequal or direct LADSPA plugin in the asou...