The link to the alternate build is dead. Your webpage shows release V69 but the link points to V68.
http://www.twotonedetect.net/downloads/TwoToneDetect68.zip
Link is fixed on the main page to V69, which is the alternate build version.
Andy
The link to the alternate build is dead. Your webpage shows release V69 but the link points to V68.
http://www.twotonedetect.net/downloads/TwoToneDetect68.zip
I have noticed on the fire pagers and on the radios that the A Tone 2804 sounds a lot shorter than it used to. In the settings i have A Tone at .1 and B Tone at 3
Andy
I just put v69a on my RPi3 tonight. I left v68 on there just in case I ran into issues with v69. The issue I am having is v69a is reading my config and tones files from the TwoToneDetect68 folder instead of the TwoToneDetect69 folder. Do I need to just delete the TwoToneDetect68 folder to get v69 to read from the TwoToneDetect69 folder?
No, you shouldn't have to delete anything. It should look for config.cfg and tones.cfg in the same directory as the program itself (unless you're using a remote.cfg file to read in tone file from a remote location).
Andy
Strange. I went ahead and deleted the v68 directory just for grins, and when I tried to start v69 it griped at me about not being able to find the v68 directory. Also, when I restart my RPi3 v69 will not automatically load like v68 would. Any ideas?
One more question, is it possible to run 3 instances of TTD on a Windows 10 PC with 3 seperate USB sound cards? If so, how would one go about that?
Thank you for EVERYTHING you have done with this project! It is AMAZING!
Michael
I've been having a problem with the program hanging. It's been happening back to v65 I think but for sure with v68_testbuild2 and v69a. Nothing showing in the logs and it doesn't actually quit so the Keep Running program won't help. The only indication I get is that the Audio Input Level bar pegs at max and no more pages are received. It may happen 2 days or may happen after 10 days, there's no discernible pattern. Up until now I just close it and restart. I'd like to see if anyone has any idea what could be the cause and solution. I'm using Win 10 Pro 64 bit desktop with the internal sound card as input. Not sure how to troubleshoot with nothing relevant in the log?
If the solution isn't found easily, does anyone have a way to have the program restart on a regular basis? I'm thinking of using task scheduler with a script to close the program and re-open it moments later. If this is done at 3am the chances of missing a page is pretty low, and it's much better than missing 12 hours or a day when the program stops receiving and I'm not paying attention. Anyone have an idea how to implement?
Many thanks in advance.
Pete
I'm thinking of using task scheduler with a script to close the program and re-open it moments later.
Try putting the info below into notepad and save it as a .bat file. Test it and see if it works for you. If it does, then set a scheduled task for 3am and run the batch file. Remember to put your file path for the folder that contains TTD v69a between the quotes - marvin
:: This will Kill TTD v69a
taskkill /F /IM TwoToneDetect69a.exe
:: This will wait for 30 seconds, change the number if you want more or less
TIMEOUT /T 30
:: This will restart TTD v69a, you must put your file path for the folder that contains TTD between the quotes
START /d "C:\TwoToneDetect69a" TwoToneDetect69a.exe
Re: TTD on raspberry pi - does anyone know how to do it from an RTL SDR dongle rather than a USB sound card? I tried searching this thread but came up with nothing.
rtl_fm is outputting the audio to stdio/pipe/buffer, so I imagine there are 2 main ways to go about this:
(a) get TTD to read from that buffer, rather than from ALSA. Is this possible?
(b) create a virtual ALSA input from that pipe, and have TTD use that virtual input.
It looks like some combination of jack/PulseAudio/Gstreamer can do this, but haven't quite figured out the details yet. Capturing few bits of my own research thus far:
- Virtual ALSA input from a PulseAudio stream: https://wiki.archlinux.org/index.ph...ulseAudio_sources.2C_sinks_and_mixers_to_ALSA
- maybe padsp is what I want, based on https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=120369
can we do this easily.
a) primary TTD software detects the tone and sends the emails,
b) if primary can not connect to the email server, the secondary TTD copy will send the email.
it would seem like we just setup the FTP access, if primary can not connect to the FTP server, secondary should pick up the email sending right?
maybe the wrong place to ask, using TTD (i dont think its a two tone issue) but is anyone else no longer able to send messages to ##########@vzwpix.com i get "421 vzw-ibgw-5003a.stratus.cloudmark.com cmsmtp ESMTP server temporarily not available" from my mail server.
I recently set up the new 69a version and it was working great till over the weekend in which it stopped sending out emails for 1 set of tones. I have 9 sets of tones for different departments set up and only 1 of them is have this problem. It is the biggest set with 30 plus emails in it. Systems receives the tones but never sends MP3 file out. Looking for help.