Stereo Tool https://forums.stereotool.com/ |
|
Stereo Tool 7.51 BETA https://forums.stereotool.com/viewtopic.php?t=5635 |
Page 31 of 44 |
Author: | hvz [ Sat Oct 18, 2014 6:25 am ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
I've added a lot of logging for the audio dropout issue, and what I'm seeing now is that the error comes from outside the tilt function. Once every few hours one or two bad values come into that function (from earlier processing steps), and that kills the tilt function. BAD INPUT j=-1.#IND00 (cnt[603867265]=0) BAD INPUT j=1.#QNAN0 (cnt[603867266]=0) Something like this can happen when you perform an illegal operation, such as taking the square root of a negative number etc. With about 7 MB in code this might be a difficult one to find... |
Author: | PowerSound [ Sat Oct 18, 2014 7:18 pm ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
NO GUI after a longer test; GUI dissapears but stereotool continues to play processed audio. For now I'm waiting if stereotool will crash or not. Attachment: No GUI.jpg [ 63.22 KiB | Viewed 5724 times ] Attachment: No GUI 2.jpg [ 11.23 KiB | Viewed 5724 times ] |
Author: | Bojcha [ Sat Oct 18, 2014 7:26 pm ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
did you try to exit from "Full screen" ? |
Author: | PowerSound [ Sat Oct 18, 2014 7:30 pm ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
Quote: did you try to exit from "Full screen" ?
Yes, it stays the same. Stereotool is responding, because the SA GUI mouse arrow is showing and if I want to exit SA it's waiting for my '' I'm sure''. starting a second stereotool gives normal screen (GUI) for that one. EDIT Closing by taskmanager (couldn't close it the normal way) AppHangB1 e9e4 6144 Haven't checked if this is a problem related to my computer; I'm running late now for a party so have I don't have time to check. |
Author: | mpex2006km [ Sat Oct 18, 2014 8:17 pm ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
Hi here. I don't have any problem with 7.51-021, yet playing with stokemask and bs412.... time for more testing... EDIT : I am having problem with the pre-limiter when i select 1024 bands and 4096 latency i have something like a phase issue (going from one panning left -> right continuously) !!!!! Audio sample in a little bit.\ EDIT 2 : Here is a sample... https://www.dropbox.com/s/xwksxuk0navie ... r.wav?dl=0 |
Author: | 2Sense [ Sun Oct 19, 2014 2:23 pm ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
Have had an exception which I will submit via p.m. (Display VU meters) Also, should it appear as if the advanced clipper is working (meters moving) if only the RDS / Pilot is running with no audio? (It appeared as if it was!) |
Author: | Maharaja [ Sun Oct 19, 2014 5:18 pm ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
how to use live streaming with stereotool? |
Author: | Brian [ Mon Oct 20, 2014 10:32 pm ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
Quote: With about 7 MB in code this might be a difficult one to find...
I think that what I mentioned before, Windows Error Reporting, would be useful, but it is likely too cost-prohibitive for you (Verisign Class 3 digital ID or DigiCert certificate required). A brief check for an alternative turned up Google Breakpad:http://code.google.com/p/google-breakpad/ |
Author: | hvz [ Tue Oct 21, 2014 11:59 am ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
Quote: Quote: With about 7 MB in code this might be a difficult one to find...
I think that what I mentioned before, Windows Error Reporting, would be useful, but it is likely too cost-prohibitive for you (Verisign Class 3 digital ID or DigiCert certificate required). A brief check for an alternative turned up Google Breakpad:http://code.google.com/p/google-breakpad/ I did find the cause this morning. In case anyone is interested: - I had 4 values which could be positive or negative. Say a, b, c and d. - I was clipping these values between +v and -v. So, a_clipped = max(min(a, v), -v). - Then I would calculate (divide a_clipped + b_clipped + c_clipped + d_clipped) / (a + b + c + d). Now, the chance that a+b+c+d is zero (each of these values is the sum of audio, FM pilot and RDS signal) is very very small. But with 48000 calculations per second (about 173 million per hour), it went wrong every few hours. Oddly not on all systems - I haven't been able to reproduce it on my Haswell i7. Also, when I disabled some compiler optimizations, I was also unable to reproduce it. And most strangely, it also didn't happen with the old compiler - this code has not been changed in over a year. |
Author: | DJ-DOGGY [ Tue Oct 21, 2014 2:40 pm ] |
Post subject: | Re: Stereo Tool 7.51 BETA |
yes, you know what they say.. Every change causes changes ![]() |
Page 31 of 44 | All times are UTC+02:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |