programming question

Audio software developers forum.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
Allen313
Posts: 10
Joined: Tue Jul 31, 2012 6:02 pm
Operating System: Please select

programming question

Post by Allen313 » Wed Aug 01, 2012 2:19 am

Hello I'm new to the forum and I apologize in advance if this posting is in the wrong location. I have audio files that have voice on the right channel and decoded time on the left channel. Is it a viable option for a plugin to be developed for audacity that will display the decoded time rather than the running time of the audio track?

any input will be greatly appreciated thanks in advance

steve
Site Admin
Posts: 80678
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: programming question

Post by steve » Wed Aug 01, 2012 2:30 am

What do you mean by "decoded time"?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Allen313
Posts: 10
Joined: Tue Jul 31, 2012 6:02 pm
Operating System: Please select

Re: programming question

Post by Allen313 » Wed Aug 01, 2012 12:56 pm

yes "decoded time" it the wrong term. On the left channel time of day is recorded so I can identify when events actually took place. A better explaination would be can the recorded time on the left channel be displayed and coinside with the right channel audio. Rather than displaying the running time of the audio, which is no use for my purposes. I hope this clears up any confusion

steve
Site Admin
Posts: 80678
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: programming question

Post by steve » Wed Aug 01, 2012 3:57 pm

Allen313 wrote:On the left channel time of day is recorded
How? Do you mean that in the left channel you have recorded yourself saying "3:25 PM" and suchlike?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

kozikowski
Forum Staff
Posts: 68902
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: programming question

Post by kozikowski » Wed Aug 01, 2012 5:41 pm


Allen313
Posts: 10
Joined: Tue Jul 31, 2012 6:02 pm
Operating System: Please select

Re: programming question

Post by Allen313 » Wed Aug 01, 2012 8:02 pm

The recordings are not of myself. They are Air Traffic Control transmissions between air traffic controlers and pilots. The transmissions are recorded on the right channel and the time code is on the left channel. When both channels are played together on a convential audio player there are "noises" created by the time code,which can be elminated by muting the left channel. They are regular Wav files but the time code is not reconized/displayed by the audio player. I'm trying to explore the feasbility of gettting the time code on the left channel dispayed rather than the running time of the audio track or entering a known start time so I can track the time of day of each transmission.

thank you for the link Koz

Allen313
Posts: 10
Joined: Tue Jul 31, 2012 6:02 pm
Operating System: Please select

Re: programming question

Post by Allen313 » Wed Aug 01, 2012 8:17 pm

Edit to my previous post. The time of day is recorded on the left channel. I use a out dated VRS/DALR(digital Audio Legal Recoder) time Code decorder. There are no real play back options outside of stop and play. Which makes it a very tedious task to analyze the audio I collect.

hope this helps

steve
Site Admin
Posts: 80678
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: programming question

Post by steve » Wed Aug 01, 2012 9:15 pm

It may be possible for a plug-in to be developed that is able to read and decode those time codes and create labels that contain the decoded information. I would expect it to be a complex task and would require a detailed knowledge of the encoding.

Are you a programmer?
Do you have detailed knowledge of the time code that is used?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Allen313
Posts: 10
Joined: Tue Jul 31, 2012 6:02 pm
Operating System: Please select

Re: programming question

Post by Allen313 » Sun Aug 12, 2012 3:38 am

No,I don't have any programing experience. I'm exploring what would be the best way to adapt an existing audio player to our needs. Currently we listen to the audio on one player and use another player to log the time of each transition, I want to consolidate these two functions. So I'm guessing it would it be easier to make a plug in to start at a know time versus displaying the recorded time that's on the Left audio channel?

Post Reply