Are there any ABX or ABC/HR testing tools for ARM Linux? 2017-07-16 16:49:30 ABC/HR for Java doesn't work, it gives me an error when I try to play anything.
Re: Are there any ABX or ABC/HR testing tools for ARM Linux? Reply #1 – 2017-07-16 19:57:25 And "abx" gives me this error on the command line:Code: [Select]ALSA lib pcm_dmix.c:990:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
Re: Are there any ABX or ABC/HR testing tools for ARM Linux? Reply #2 – 2017-07-17 16:54:04 maybe this ~ http://lacinato.com/cm/software/othersoft/abx
Re: Are there any ABX or ABC/HR testing tools for ARM Linux? Reply #3 – 2017-07-17 20:46:06 Is this the latest ABC/HR for Java? rpp3po's Version 0.53a:https://hydrogenaud.io/index.php/topic,77573.msg683924.html#msg683924
Re: Are there any ABX or ABC/HR testing tools for ARM Linux? Reply #4 – 2017-07-18 00:44:22 I solved my problem. The native "abx" program and the Java ABX tools work, but your PC has to support multiple audio streams at the same time. If it doesn't support multiple audio streams on hardware, you have to use a software mixer (dmix). ABC/HR for Java doesn't work.I changed my /etc/asound.conf file from this:Spoiler (click to show/hide)Code: [Select]pcm.dsp { type hw card 0}to this:Spoiler (click to show/hide)Code: [Select]pcm.!default { type plug slave.pcm "dmixer"}pcm.dmixer { type dmix ipc_key 1024 slave { pcm "hw:0" period_time 0 } bindings { 0 0 1 1 }}ctl.!default { type hw card 0}-Quote from: eric.w on 2017-07-17 20:46:06Is this the latest ABC/HR for Java? rpp3po's Version 0.53a:https://hydrogenaud.io/index.php/topic,77573.msg683924.html#msg683924The newest version is 0.53b, I got it from the 2014 listening test: http://listening-test.coresv.net/ Last Edit: 2017-07-18 01:16:34 by quadH