Page 658 of 804
Re: MQN
Posted: Sun Jan 11, 2015 1:16 am
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.
Re: MQN
Posted: Sun Jan 11, 2015 2:55 am
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.
Re: MQN
Posted: Sun Jan 11, 2015 10:20 am
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.
Re: MQN
Posted: Sun Jan 11, 2015 12:45 pm
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.
Re: MQN
Posted: Sun Jan 11, 2015 12:47 pm
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
Re: MQN
Posted: Sun Jan 11, 2015 1:06 pm
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.
Re: MQN
Posted: Sun Jan 11, 2015 2:00 pm
by nige2000
@TioFrancotirdor
Which ocxo did you use for your mobo?
Re: MQN
Posted: Sun Jan 11, 2015 2:20 pm
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.
Re: MQN
Posted: Sun Jan 11, 2015 2:45 pm
by Ken Moreland
4.07 is very good and has no clicks before tracks. Will try 4.10 later.
KM
Re: MQN
Posted: Sun Jan 11, 2015 4:19 pm
by cvrle59
4.07/4.10 are freezing my computer.