Audacity Bug Summary
••• Introduction •••
••• Keywords •••
    Audacity 3.0.3 development began 19th April 2021

Audacity Bugzilla



Bug 1851 - Timer Record with a selection present can get a truncated recording with data loss
Timer Record with a selection present can get a truncated recording with data...
Status: RESOLVED QUICKFIXED
Product: Audacity
Classification: Unclassified
Component: User Interface
2.2.2
Per OS All
: P2 RepeatableAll
Assigned To: Steve Daulton
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-03-04 07:08 UTC by Peter Sampson
Modified: 2018-08-20 11:45 UTC (History)
5 users (show)

See Also:
Steps To Reproduce:
1) get some audio 2) make a short 10 second selection at the end of the audio or beyond it 3) save the project (project must be "clean" for TR) 4) set up a Timer Record for 5 minutes 5) Observe that only 10 seconds of audio is recorded (but TR carries on for the full 5 minutes with no further recording).
Release Note:
First Git SHA:
Group: ---
Workaround:
Closed: 2018-08-20 00:00:00
petersampsonaudacity: Test‑OK‑Win+
petersampsonaudacity: Test‑OK‑Mac+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Sampson 2018-03-04 07:08:19 UTC

    
Comment 1 Peter Sampson 2018-03-04 07:08:43 UTC
This command has previously been hidden bt Bug #1839 which has recently been fixed.

If the user has a selection which is at the end of the audio or beyond it and the sets up a Timer Record for a period longer than the selection length then The recording will stop at the end of the selection

This is normal expected behavior in normal attended recording - but given that Timer Recording is mainly designed for unattended recording this bug exposes the user to potential data loss (quite possibly of an unrepeatable event).  For a TR I am firmly of the view that the user's settings in the TR should over-ride any selection lenththa may be present.

Because of the potential for data loss I am giving this a P2 rating.
Comment 2 Steve Daulton 2018-03-04 08:02:38 UTC
I'll take this.
Comment 3 Steve Daulton 2018-03-04 11:45:58 UTC
Fix committed:
https://github.com/audacity/audacity/commit/5c4b2249
Comment 4 Peter Sampson 2018-03-05 06:12:06 UTC
(In reply to Steve Daulton from comment #3)
Tested on W10 Audacity 2-3-0 20180305-76
and on macOS 10.13.3 High Sierra  audacity-macos-nightly-2.3.0-ea0e0d7.dmg 

The Timer Record settings are honored properly on both platforms (this is achieved by cancelling the selection)