Show CLOCK_TIME above graph, not STOPWATCH_Time?

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
BrianP007
Posts: 8
Joined: Sat Apr 04, 2015 11:43 pm
Operating System: Please select

Show CLOCK_TIME above graph, not STOPWATCH_Time?

Post by BrianP007 » Thu Oct 13, 2016 6:58 pm

The "Time ribbon" immediately above the waveform graph shows Stopwatch time starting at 0:00:00 on the left.

Is it possible to add an offset to this time to show actual CLOCK time? With 0:00 taken to be midnight, a +- hour:min:sec offset field could be added to show the Clock time. Or, a handle on each end of the time ribbon? I have looked at every menu and through many web pages.

I currently parse the Phone generated ending time (when file was written to disk) and use Exiftool to get the duration in hours:min:sec.
$ exiftool -s -basename -duration rec_20161013-0911.wav
BaseName : rec_20161013-0911 >> translates to Epoch time 1476367860
Duration : 11:31:05 >> == 41465 seconds. So Start_Time was 1476367860 -41465 = 1476326395

I have a Perl script which translates the display times to actual clock times and use Photoshop to plaster them over the graph.
epoch2date_time 1476326395 <ENTER> -> "2016-10-12 21:39:55"
bb.pl rec_20161013-0911.wav 5:53 <ENTER> -> RelTimes: 5:53->03:32AM

This solution seems circuitous if not Goldbergian! I hope I simply overlooked this useful, existing feature.

Audacity 2.0.6 windows 7/64, wxWidgets 2.8.12

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

Re: Show CLOCK_TIME above graph, not STOPWATCH_Time?

Post by steve » Fri Oct 14, 2016 9:31 am

BrianP007 wrote:Is it possible to add an offset to this time to show actual CLOCK time?
No, Audacity does not have that feature (and I've not seen it on any other general purpose audio editor either).
BrianP007 wrote:I currently parse the Phone generated ending time (when file was written to disk) and use Exiftool to get the duration in hours:min:sec.
The next version of Audacity has an option to include the "system time" (time according to the operating system clock) in the track name of recorded tracks.
The option will be in "Edit menu > Preferences > Recording".
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Show CLOCK_TIME above graph, not STOPWATCH_Time?

Post by Gale Andrews » Fri Oct 14, 2016 12:38 pm

steve wrote:
BrianP007 wrote:Is it possible to add an offset to this time to show actual CLOCK time?
No, Audacity does not have that feature (and I've not seen it on any other general purpose audio editor either).
BrianP007 wrote:I currently parse the Phone generated ending time (when file was written to disk) and use Exiftool to get the duration in hours:min:sec.
The next version of Audacity has an option to include the "system time" (time according to the operating system clock) in the track name of recorded tracks.
The option will be in "Edit menu > Preferences > Recording".
The time given is the starting time of the recording.

Do you still want to request the Timeline feature, BrianP007? If so we can move this to "Adding Features". That does not mean it will happen just that your "vote" will be counted.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply