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 »

sbgk wrote:mqncontrol 4.04 avx2 is version with non temporal copy in assembly using avx registers.

bit of a black art, this though.
4.06 is optimised version, sounds ok.

exactly the same things which were affecting the player affect the sq through the control code eg alignment, instructions, no of loops etc.

see rewriter author now says that the effect will wear off after time so will need reapplying to the files. He's basing that on it being how the bits are stored magnetically on disk, so best approach is to do it while loading into ram.

I noticed that there is a difference/improvement if the ram is set to 0 before loading. Don't know if that points to anything.

4.07 is quite promising

4.07 uses non temporal streaming load and write
4.08 uses cpu cache
4.09 uses non temporal streaming write and cached read
seems 4.07 is better, might still be some optimising to do with it.
heathkit
Posts: 3
Joined: Sat Jan 10, 2015 7:41 pm

Re: MQN

Post by heathkit »

sbgk wrote: is there anything in files.txt ? is there a paste.exe in the directory ?

don't have a win7 machine, but it may still work on win7, think wasapi doesn't but ks might.
Yes and yes.

Hoping someone who's running on Win 7 can help out.
Aleg
Posts: 1381
Joined: Thu Oct 10, 2013 8:26 pm

Re: MQN

Post by Aleg »

sbgk wrote: 4.07 is quite promising

4.07 uses non temporal streaming load and write
4.08 uses cpu cache
4.09 uses non temporal streaming write and cached read
seems 4.07 is better, might still be some optimising to do with it.
4.07 is quite good, it does have a small click at yhe beginning of each track though.

4.09 is not so good, 4.07 much better.
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 »

4.10 is a further optimisation of 4.07. don't get click at start of tracks, are you getting it with the first track as well.
sbgk
Posts: 1950
Joined: Mon Oct 07, 2013 9:45 pm

Re: MQN

Post by sbgk »

heathkit wrote:
sbgk wrote: is there anything in files.txt ? is there a paste.exe in the directory ?

don't have a win7 machine, but it may still work on win7, think wasapi doesn't but ks might.
Yes and yes.

Hoping someone who's running on Win 7 can help out.
don't think it's a win7 issue, sounds like the .bat file is the issue

here is mine

@echo off

cd c:\musicplayer

Title MQn - Just good music

rem taskkill /fi "PID gt 0" /IM mqnplay.exe /F >nul
taskkill /fi "PID gt 0" /IM mqncontrol.exe /F >nul

rem net stop "Desktop Window Manager Session Manager"

del Files.txt /q

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


rem chcp 65001


paste > param.txt

rem echo off

rem file

for /F "usebackq delims==" %%i IN (`sort param.txt ^| FIND /I ".wav"`) do echo %%i >> File1.txt

if exist file1.txt goto :crlf

rem folder

for /F "usebackq delims==" %%i IN (`sort param.txt`) DO for /f "delims=" %%f in ('dir /b "%%i\*.wav"') do echo %%i\%%f >> File1.txt

:crlf

rem remove cr/lf from last line


setlocal DisableDelayedExpansion

set "firstLineReady="
(
for /F "eol=$ delims=" %%a in (File1.txt) DO (
if defined firstLineReady (echo()
set "firstLineReady=1"
<nul set /p "=%%a"
)
) > Files.txt"

del File1.txt /q


rem CHCP %CodePage%

cls

set TIMESTAMP=%TIME:~0,2%:%TIME:~3,2%:%TIME:~6,2%

echo Playback commenced - %timestamp%
echo.
for /F "usebackq delims==" %%i IN (`sort Files.txt`) do echo %%~ni

echo.

rem lets play music

rem start mqnplay 999999999 101587 44100 2 16 22 4 176400 16

start MQncontrol --file ".\Files.txt"



rem pause

exit

@echo on
TioFrancotirdor
Posts: 52
Joined: Thu Sep 18, 2014 10:29 am

Re: MQN

Post by TioFrancotirdor »

I have tried running MQN in several Win7 machines (mine and my friends). No success. Neither wasapi nor ks worked. From what I know wasapi and ks was significanlty redesinged in windows 8,8.1 and 2012. Maybe that is why it does not work ...
I also help the Polish guy some time ago in this forum having trouble runing mqn. The very first question I asked him was: what system you are runing? Win 7 he said. Based on my experiences I told him to use win 8 at least. Since that it works.
ASUS-H81i Plus, i3 4360, 8GB RAM, Linear PSU. USB/PCI PPA Studio V2.
Ubuntu Live USB in RAM
Soekris R2R Salas Ref D powered -> Modulus 86 -> MA Silver 8
nige2000
Posts: 4253
Joined: Thu Feb 14, 2013 10:47 am
Location: meath

Re: MQN

Post by nige2000 »

@TioFrancotirdor

Which ocxo did you use for your mobo?
sd card player, modded soekris dac, class a lifepo4 amp or gb class a/b amp, diy open baffle speakers based on project audio mundorf trio 10's
Aleg
Posts: 1381
Joined: Thu Oct 10, 2013 8:26 pm

Re: MQN

Post by Aleg »

sbgk wrote:4.10 is a further optimisation of 4.07. don't get click at start of tracks, are you getting it with the first track as well.
Yes, just a small click at the beginning of each track including the first.
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.
User avatar
Ken Moreland
Posts: 814
Joined: Sun Jan 17, 2010 7:47 pm

Re: MQN

Post by Ken Moreland »

4.07 is very good and has no clicks before tracks. Will try 4.10 later.
KM
i5 QuietPC , JplayFemto , Singxer SU-6 , Holo Audio Spring DAC ,LAB12 Preamp, Roundtree Mono Amps, Rosso Fiorentino Elba 2 Speakers
.
cvrle59
Posts: 449
Joined: Tue Oct 08, 2013 12:45 am
Location: Canada

Re: MQN

Post by cvrle59 »

4.07/4.10 are freezing my computer.
i3 Haswell, PPAStudio USB3 card and USB Micro cable/Chord Hugo/Nad-275BEE/Harbeth-30.1
Post Reply