All times are UTC+02:00




Post new topic  Reply to topic  [ 445 posts ]  Go to page Previous 131 32 33 34 3545 Next
Author Message
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 3:04 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
About date/time in RDS:

\Dd - date - day
\Dm - date - month
\Dy - date - year
\Th - time: hours
\Tm - time: minutes
\Ts - time: seconds
\Tu - US based hours (1 - 12 instead of 0-23)
\Ta or \TA display 'a' or 'A' for AM and 'p' or 'P' for PM. So use \TAM for AM/PM or \Tam for am/pm

If you always want to use the same number of digits for one of these values, add it between the 2 characters. So for example to display the day of the month using 2 characters:
\D2m

This shows (for today): ' 9'.

If you want '09' instead, use: \D02m

So, for the current date and time, use:
Date as dd/mm/yy: \D02d\/\D02m\/\D02y

Or, if you want yyyymmdd:
\D04y\D02m\D02d

Time as hh:mm.ss:
1s:\T02h\:\T02m\.\T02s
or (no leading zero for the hours):
1s:\T2h\:\T02m\.\T02s
(Note the '1s' because the seconds are invalid after one second! So you might want to refresh it each second...)

Or you might want to leave the seconds out (they change very rapidly):
\T2h\:\T02m

US time format:
1s:\T2u\:\T02m \TAM

Note the \: instead of : - because : is already used to separate timing information from display information. Similarly, for the date note that \/ is used instead of / because otherwise every field would be shown separately...

(Not yet available online)


Top
   
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 3:57 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
rds time/date ...nice Hans...

i am back with my final testing about AMD vs Intel DualCore CPUs.

AMD dualcore 2.7GHz on my transmitter can't work with final-limiter + fm overdrive is off.
so i fire up intel E5200 at 2.5GHz .. pc ready to replace my AMD pc..
and works perfectly. .. more then that i turn on final-limiter, fm overdrive and compressor .. all for maximum cpu load.. and even TWO sterotools are working in the same time :D.
tested another amd dualcore pc with 2.8GHz cpu... and same thing .. simly can't handle all processes. (on high)

_________________
control point
control point2


Top
   
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 4:07 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Version with RDS clock is now available.

Winamp DSP plugin: http://www.stereotool.com/download/dsp_ ... r_BETA.exe
Stand alone version: http://www.stereotool.com/download/ster ... r_BETA.exe
Command line: http://www.stereotool.com/download/ster ... d_BETA.exe
VST version: http://www.stereotool.com/download/vst_ ... l_BETA.dll


Apparently AMD's @ 2.8 GHz are a lot slower than the Intels. That can be caused by either the CPU processing speed, the cache size or the memory speed. I'll see if I can increase the speed in later versions - but for now I'm just leaving it as it is.


Status:
- OK Add "warm and smooth" preset DONE
- Go through the presets and see if I should make any changes
- OK Check if I can improve the performance of Normal and Low quality mode if both Loudness and Pre Limiter are turned on by ALWAYS bypassing the final limiter in that case. NO (doesn't work that well in Normal quality mode, should be a manual action), but: Reduced the Loudness CPU load and latency instead.
- OK Fill in a default value for the "clean highs/deep bass" slider. DONE, slightly reduced the bass (less than 0.1 dB) with a clearly audible effect on the distortion. Should now be identical or less than before the deep bass level was increased...
- OK Check how the RMS-based pre limiter handles deep bass sounds: It seems to respond too strong on very low frequencies. NO
- OK Add RDS clock stuff.


Top
   
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 4:19 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
Quote:
Apparently AMD's @ 2.8 GHz are a lot slower than the Intels. That can be caused by either the CPU processing speed, the cache size or the memory speed. I'll see if I can increase the speed in later versions - but for now I'm just leaving it as it is.
Don't bother.. we will use intels. :) Later i'll test clock/date for ps in rds. Thanks Hans.

_________________
control point
control point2


Top
   
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 5:02 pm 
User avatar

Joined: Wed Jun 03, 2009 5:58 pm
Posts: 84
Location: Heber City, Utah
Quote:
rds time/date ...nice Hans...

i am back with my final testing about AMD vs Intel DualCore CPUs.

AMD dualcore 2.7GHz on my transmitter can't work with final-limiter + fm overdrive is off.
so i fire up intel E5200 at 2.5GHz .. pc ready to replace my AMD pc..
and works perfectly. .. more then that i turn on final-limiter, fm overdrive and compressor .. all for maximum cpu load.. and even TWO sterotools are working in the same time :D.
tested another amd dualcore pc with 2.8GHz cpu... and same thing .. simly can't handle all processes. (on high)
AMD just now with their Phenom II's have started to compete with the speed if the intel core 2 duo as far as multicore threading. I have to use an Intel myself to keep the CPU at a reasonable usage %. With everyting enabled on high qual my CPU sits at 40-50% on both cores. Intel E7200 Core 2 Duo.


Last edited by Nuke420 on Tue Jun 09, 2009 9:43 pm, edited 1 time in total.

Top
   
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 5:29 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
Time and Date for PS in RDS works super :)

_________________
control point
control point2


Top
   
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 11:25 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Good news and bad news.

To start with the bad news: I won't release version 4.0 today....

Then the good news: ....Because I think I have solved the AMD problem! But because I had to change quite a lot of code and because I want some feedback first to know if it helps, I'm postponing the release a bit.

The processing is now better divided over multiple (well, two actually...) cores. On PCs with only one core, nothing has changed (this is detected and an alternative code path is used).

I'll upload the new version in about 30 minutes.


Top
   
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 11:33 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
Now i will be guilty.

_________________
control point
control point2


Top
   
 Post subject: Re: Preview...
PostPosted: Tue Jun 09, 2009 11:55 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Update: Processing better spread over multiple CPU's. Should run better on multi-core PCs with a relatively slow CPU.

Winamp DSP plugin: http://www.stereotool.com/download/dsp_ ... r_BETA.exe
Stand alone version: http://www.stereotool.com/download/ster ... r_BETA.exe
Command line: http://www.stereotool.com/download/ster ... d_BETA.exe (uses only one core)
VST version: http://www.stereotool.com/download/vst_ ... l_BETA.dll


Top
   
 Post subject: Re: Preview...
PostPosted: Wed Jun 10, 2009 12:08 am 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4229
W00H000!
it works!

Both cores on my amd pc are now at ~60%.

Image

Hans u r the MAN ! 8-)

_________________
control point
control point2


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 445 posts ]  Go to page Previous 131 32 33 34 3545 Next

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited