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 »

uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Aleg
Posts: 1381
Joined: Thu Oct 10, 2013 8:26 pm

Re: MQN

Post by Aleg »

sbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Prefer the 3.72+8.91 combo
This new one sound too bright and somewhat harsh.
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:
sbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Prefer the 3.72+8.91 combo
This new one sound too bright and somewhat harsh.
what about 3.72+8.92 ?
sbgk
Posts: 1950
Joined: Mon Oct 07, 2013 9:45 pm

Re: MQN

Post by sbgk »

uploaded control 3.74, a bit mellower

had a setting in 3.73 that was giving a harsh effect, it's also used in mqnplay, but seems ok there.

is this proof that the bits are storing an effect that's affecting the sound from control into the ram of mqnplay ?

edit - quite like 3.73, don't find it too harsh
sbgk
Posts: 1950
Joined: Mon Oct 07, 2013 9:45 pm

Re: MQN

Post by sbgk »

uploaded mqndevinfo which outputs the device name and pin id, I'll try and make a hard coded mqnplay version if you post these details. The hard coded device version sounds better than the auto device versions.

just double click on it
grisaia
Posts: 14
Joined: Thu Dec 11, 2014 11:05 pm

Re: MQN

Post by grisaia »

Hi
Today I tried using mqn player. Unfortunately, it was closing right after opening bat file.
I wrote email to MQn-JustGoodMusic@hotmail.co.uk, deleted line chcp 65001 as advised. Better than before, but program still closes without playing music. File i try to play works for dev, so problem lays within program.
Any suggestions?
jrling
Posts: 398
Joined: Tue Oct 08, 2013 7:54 pm
Location: London

Re: MQN

Post by jrling »

Aleg wrote:
sbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Prefer the 3.72+8.91 combo
This new one sound too bright and somewhat harsh.
+1 it brings out more high frequency detail but overall I agree with Aleg
Maplin XM21X 12V float charging A123 26650 LiFePO4 battery/Maxwell Supercap PSU for Mitac PD10-BI J1900 Bay Trail, WTFPlay, Hiface Evo, Bow Technologies 1704 NOS DAC, StereoKnight TVC, Quad II monoblocks, ZU Audio Druid Mk4/Method Sub
sbgk
Posts: 1950
Joined: Mon Oct 07, 2013 9:45 pm

Re: MQN

Post by sbgk »

jrling wrote:
Aleg wrote:
sbgk wrote:uploaded 3.73 and 8.92, compiled with vs 2015 preview, seems to be a punchier sound
Prefer the 3.72+8.91 combo
This new one sound too bright and somewhat harsh.
+1 it brings out more high frequency detail but overall I agree with Aleg
try changing the exe's to win 8 compatability ? I'm using win 10 preview for build/playback

I'm listening to a different version of mqnplay, but even so I'm usually sensitive to harsh sounding versions.

3.74 fixes it, I think.
Last edited by sbgk on Thu Dec 11, 2014 11:53 pm, edited 2 times in total.
sbgk
Posts: 1950
Joined: Mon Oct 07, 2013 9:45 pm

Re: MQN

Post by sbgk »

grisaia wrote:Hi
Today I tried using mqn player. Unfortunately, it was closing right after opening bat file.
I wrote email to MQn-JustGoodMusic@hotmail.co.uk, deleted line chcp 65001 as advised. Better than before, but program still closes without playing music. File i try to play works for dev, so problem lays within program.
Any suggestions?
the suggestion was to remove the rem, not the whole line

ie

rem chcp 65001

to

chcp 65001

have you renamed the files eg mqnplay.exe and mqncontrol.exe and edited the batch file with the directory ?
grisaia
Posts: 14
Joined: Thu Dec 11, 2014 11:05 pm

Re: MQN

Post by grisaia »

the suggestion was to remove the rem, not the whole line

ie

rem chcp 65001

to

chcp 65001

have you renamed the files eg mqnplay.exe and mqncontrol.exe and edited the batch file with the directory ?
But the rem part wasnt there already.

Code: Select all

FOR /F "tokens=*" %%A IN ('CHCP') DO FOR %%B IN (%%~A) DO SET CodePage=%%B

chcp 65001 

paste > param.txt
This is what it looked like before I edited it.
If I leave .bat file as is, in window appearing after opening it I can only see "active code page 65001" and window disappears.
Yes, I edited path
Post Reply