kmatheussen / jack_capture

A program for recording soundfiles with jack
http://www.notam02.no/arkiv/src/
Other
75 stars 28 forks source link

Add a line on output showing the "Elapsed recording time" #1

Closed kripton closed 12 years ago

kripton commented 12 years ago

I would like to have an additional line on the console output that shows for how long jack_capture has been recording.

Either count samples and calculate using the sample rate or remember time at startup and calculate by subtracting that time from the current time.

kmatheussen commented 12 years ago

Good idea. Implemented.

kmatheussen commented 12 years ago

closed