MQN

Anything to do with computer audio, hardware, software etc.
sbgk
Posts: 1950
Joined: Mon Oct 07, 2013 9:45 pm

Re: MQN

Post by sbgk »

Aleg wrote:
sbgk wrote:...

v65 is the real deal, shall stop there.
V65 is a very good version indeed.
Looking forward to a multi-track loader now (so I can stop appending all my tracks into a single one when I want to listen to an album, doubles my storage space :-)
haven't listened to more than a track at a time for months.
elaprince
Posts: 202
Joined: Mon Jan 19, 2015 1:11 pm

Re: MQN

Post by elaprince »

I prefer v65 Gordon
v66 and v67 seems more "congested" in my setup
Thanks
Aleg
Posts: 1381
Joined: Thu Oct 10, 2013 8:26 pm

Re: MQN

Post by Aleg »

sbgk wrote:
Aleg wrote:
sbgk wrote:...

v65 is the real deal, shall stop there.
V65 is a very good version indeed.
Looking forward to a multi-track loader now (so I can stop appending all my tracks into a single one when I want to listen to an album, doubles my storage space :-)
haven't listened to more than a track at a time for months.
I'm in my classical "wave" at the moment prefering classical music over jazz now.
Classical music is virtually all multi-track for single compositions.
So I've been joining several albums back into a single track again to be able to listen to it properly.
HDPLEX;picoPSU;ASUS Q87M;i7-4770T;PH SR7EHD;Server2012R2;Thesycon 2.24;
JCAT USB;Sonicweld DiverterHR2;Naim DC1;Chord Hugo;Morrow Audio MA6;Naim NAC-282,SuperCapDR;NAP-300;
AQ Cinnamon;GISO GB;Netgear Pro+XM21X;Cisco SG300;NAS-ZFS.
janh
Posts: 88
Joined: Wed Oct 30, 2013 9:24 pm

Re: MQN

Post by janh »

Aleg wrote: Looking forward to a multi-track loader now
+1
Gigabyte H97M-D3H with PPA OCXO module. i7-4790T, 800MHz. 8GB Ram, 800MHz.
PPA 2-rail LPSU & Pico. JCAT battery for OS-SSD and PPA v3 USBcard.
Server 2012 R2, AO 1.40. APL HiFi DAC-S, upd. Only use 1644 .wav
janh
Posts: 88
Joined: Wed Oct 30, 2013 9:24 pm

Re: MQN

Post by janh »

elaprince wrote:I prefer v65 Gordon
v66 and v67 seems more "congested" in my setup
Thanks
I also prefer v65 to v66.
v66 has some noise/haze, v65 no such thing.
Gigabyte H97M-D3H with PPA OCXO module. i7-4790T, 800MHz. 8GB Ram, 800MHz.
PPA 2-rail LPSU & Pico. JCAT battery for OS-SSD and PPA v3 USBcard.
Server 2012 R2, AO 1.40. APL HiFi DAC-S, upd. Only use 1644 .wav
sbgk
Posts: 1950
Joined: Mon Oct 07, 2013 9:45 pm

Re: MQN

Post by sbgk »

vs 2015 rc expired, so now using vs 2015

uploaded v69 play (uses same code as v65) and loader v27 compiled with new vs 2015, seems to have made play 6kb instead of 5 previously. Sound might be slightly better.

Does it sound ok on win 2012 r2/8.1 as I built it for win 10 and wonder if it affects non win 10 adversely ?

Haven't done control as am changing it to multitrack.
janh
Posts: 88
Joined: Wed Oct 30, 2013 9:24 pm

Re: MQN

Post by janh »

Listened to play v65/loader v25 and play v69/loader v27.
v69 is clearly better.
v69 has more clearity and a fine way of presenting the music. Very nice listening.
Gigabyte H97M-D3H with PPA OCXO module. i7-4790T, 800MHz. 8GB Ram, 800MHz.
PPA 2-rail LPSU & Pico. JCAT battery for OS-SSD and PPA v3 USBcard.
Server 2012 R2, AO 1.40. APL HiFi DAC-S, upd. Only use 1644 .wav
Aleg
Posts: 1381
Joined: Thu Oct 10, 2013 8:26 pm

Re: MQN

Post by Aleg »

janh wrote:Listened to play v65/loader v25 and play v69/loader v27.
v69 is clearly better.
v69 has more clearity and a fine way of presenting the music. Very nice listening.
+1, was very satisfied listening to v69/v27
HDPLEX;picoPSU;ASUS Q87M;i7-4770T;PH SR7EHD;Server2012R2;Thesycon 2.24;
JCAT USB;Sonicweld DiverterHR2;Naim DC1;Chord Hugo;Morrow Audio MA6;Naim NAC-282,SuperCapDR;NAP-300;
AQ Cinnamon;GISO GB;Netgear Pro+XM21X;Cisco SG300;NAS-ZFS.
sbgk
Posts: 1950
Joined: Mon Oct 07, 2013 9:45 pm

Re: MQN

Post by sbgk »

Aleg wrote:
janh wrote:Listened to play v65/loader v25 and play v69/loader v27.
v69 is clearly better.
v69 has more clearity and a fine way of presenting the music. Very nice listening.
+1, was very satisfied listening to v69/v27
only concern I had with v69 was a slight drop off in treble, tried moving some instructions around and v71 sounds better to me, don't think I'm imagining it, but you never know.

before

mov rdx, r14 ; 400010C5 _ 49: 8B. D6
mov r10, rdi ; 400010C8 _ 4C: 8B. D7
mov rax, rsi ; 400010C2 _ 48: 8B. C6

after

mov rax, rsi ; 400010C2 _ 48: 8B. C6
mov rdx, r14 ; 400010C5 _ 49: 8B. D6
mov r10, rdi ; 400010C8 _ 4C: 8B. D7

just spotted another optimisation to the code - uploaded play v72, it sounds lovely.

do registers sound different ?

v73 has the r14 register swapped for rbp register

mov rax, rsi ; 400010C2 _ 48: 8B. C6
mov rdx, rbp ; 400010C5 _ 48: 8B. D5
mov r10, rdi ; 400010C8 _ 4C: 8B. D7

think it sounds better, better tone if anything, why the difference ?

maybe r8 - r15 registers are located in a different place to rsi, rdi, rax, rbp, rbx, rcx, rdx

anyway shall stop there, enough of this unscientific nonsense.

only problem now is all the distracting noises in the background, nails scratching on strings and breathing etc that I can hear, is this hifi ?
User avatar
minionas
Posts: 101
Joined: Mon Jul 29, 2013 6:45 am
Location: Lithuania

Re: MQN

Post by minionas »

V69 < V71 imho. Noticeable since first seconds. It just makes picture bit more alive with better note edges with help of more trebble energy, though not even close to bright sound!
Post Reply