TwoToneDetect New TwoToneDetect in the works - Python based

tipsymedia

Member
Joined
Mar 8, 2012
Messages
9
Location
Tucker County, WV
SSH Login

I've used the image, but can not access it via SSH

I've attempted

Login: pi

Passwords;

tdd-pi
raspberry
twotonedetect
root

None of them seem to be working, does anyone know the correct password for a fresh install?

Thanks!
 

pete7919

Member
Joined
Feb 7, 2007
Messages
94
I've been using the "TwoToneDetect68_debugtestbuild2.exe" version for several weeks since Andy released it and haven't had any problems until last night. I found that the audio input level was showing maxed with no signal and no alerts being recorded. Radio appears normal. Nothing is showing in the log file other than the tones reloading every hour (no radio activity). I restarted and it was working fine for about 12 hours but went back to that state again tonight. Another restart and it's back to normal. Does anyone have any ideas as to what might be going wrong?
 

ffryan76

Member
Feed Provider
Joined
Nov 28, 2004
Messages
175
Location
South central, In
I've been using the "TwoToneDetect68_debugtestbuild2.exe" version for several weeks since Andy released it and haven't had any problems until last night. I found that the audio input level was showing maxed with no signal and no alerts being recorded. Radio appears normal. Nothing is showing in the log file other than the tones reloading every hour (no radio activity). I restarted and it was working fine for about 12 hours but went back to that state again tonight. Another restart and it's back to normal. Does anyone have any ideas as to what might be going wrong?
I've had something similar happen but I was using it with a redundant setup. I thought it might have been that. The main TTD was the testbuild2 and the back up was 68v.
 

motomeso

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
952
Location
Ontario
Has anybody found a way to use Audioboom with having to run a second instance of TTD?
 

motomeso

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
952
Location
Ontario
Are you using the Bcc function with other emails addresses or a instance devoted to Audioboom.
 

motomeso

Member
Premium Subscriber
Joined
Dec 19, 2002
Messages
952
Location
Ontario
I run one instance for all the subscribers in Bcc mode so the email address aren't harvested and then a second instance without the Bcc option checked in order to post to Twitter and Facebook. I was hoping to do away with the second instance.
 

ffryan76

Member
Feed Provider
Joined
Nov 28, 2004
Messages
175
Location
South central, In
I've had something similar happen but I was using it with a redundant setup. I thought it might have been that. The main TTD was the testbuild2 and the back up was 68v.
Andy has place a update on the website. I downloaded it and have it running on windows 10 with no issues so far. You might try that as well.
 

slingshot202

Member
Feed Provider
Joined
Sep 10, 2008
Messages
722
Location
New Jersey
Anyone know how I can get the input audio out the output of my USB Audio driver? That is frustrating me....
CJ


Sent from my iPad using Tapatalk
 

ajjohnson

Newbie
Joined
Feb 18, 2016
Messages
4
new to twotonedetect

I am new to this program, just got it installed I generated a long tone to test the system it was triggered and then tried to send, it but generated the following problem can anyone help. Thanks

Waiting for Silence Long Tone Page 11:07:36 on 02/18/16
Done recording Long Tone Page 11:07:38 on 02/18/16
done writing WAV Long Tone Page 11:07:38 on 02/18/16
done converting to MP3 Long Tone Page 11:07:38 on 02/18/16
done converting to AMR Long Tone Page 11:07:38 on 02/18/16
Traceback (most recent call last):
File "<string>", line 587, in mail
IOError: [Errno 2] No such file or directory: './audio/Long_Tone_Page_2016_02_18
_11_07_07.amr'
Email not sent on attempt 1trying again in five seconds for Long Tone Page Page
Received at 11:07:07 on 02/18/16
Traceback (most recent call last):
File "<string>", line 587, in mail
IOError: [Errno 2] No such file or directory: './audio/Long_Tone_Page_2016_02_18
_11_07_07.amr'
Email not sent on attempt 2trying again in five seconds for Long Tone Page Page
Received at 11:07:07 on 02/18/16
Traceback (most recent call last):
File "<string>", line 587, in mail
IOError: [Errno 2] No such file or directory: './audio/Long_Tone_Page_2016_02_18
_11_07_07.amr'
Email not sent on attempt 3trying again in five seconds for Long Tone Page Page
Received at 11:07:07 on 02/18/16
max retries exceeded, failed to send email
Traceback (most recent call last):
File "<string>", line 1079, in alert
WindowsError: [Error 32] The process cannot access the file because it is being
used by another process: './audio/Long_Tone_Page_2016_02_18_11_07_07.wav'
 

DC31

Member
Feed Provider
Joined
Feb 19, 2011
Messages
1,624
Location
Massachusetts
How do I get two tones close in range to not activate at the same time?


CJ
Sent from my iPhone using Tapatalk

For everyone else's reference, here is what slingshot and I worked out:

The tone sets that TTD is hearing are 1462/1231 and 1462/1247. Yes, the Btones are real close. Your tone tolerance is currently set at 2% (.02). 2% of 1247 is 24.8 and of 1231 is 24.6. So TTD is looking for something in the range of 1247 +/- 24 for one and 1231 +/- 24 for the other. So anything in the range of 1223-1271 will decode for 1247 and in the range of 1207-1255 will decode for 1231.

You have the problem because these two ranges overlap causing both tones to decode. Change your tone_tolerance parameter in the config.cfg file to 0.5% (.005) and the ranges will be 1241-1253 for 1247 and 1225-1237 for 1231. Since these don’t overlap it should work. You will just need to make sure that all your tone specs in tones.cfg are spot on as you aren’t allowing much leeway. Especially if you have any low frequency tones. Half a percent of 300 is only 1.5 so if you were looking for a 300 tone your range would only be 298-302.
 

ffryan76

Member
Feed Provider
Joined
Nov 28, 2004
Messages
175
Location
South central, In
For everyone else's reference, here is what slingshot and I worked out:

The tone sets that TTD is hearing are 1462/1231 and 1462/1247. Yes, the Btones are real close. Your tone tolerance is currently set at 2% (.02). 2% of 1247 is 24.8 and of 1231 is 24.6. So TTD is looking for something in the range of 1247 +/- 24 for one and 1231 +/- 24 for the other. So anything in the range of 1223-1271 will decode for 1247 and in the range of 1207-1255 will decode for 1231.

You have the problem because these two ranges overlap causing both tones to decode. Change your tone_tolerance parameter in the config.cfg file to 0.5% (.005) and the ranges will be 1241-1253 for 1247 and 1225-1237 for 1231. Since these don’t overlap it should work. You will just need to make sure that all your tone specs in tones.cfg are spot on as you aren’t allowing much leeway. Especially if you have any low frequency tones. Half a percent of 300 is only 1.5 so if you were looking for a 300 tone your range would only be 298-302.
You're the best DC31.
 
Top