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

Audacity Bugzilla



Bug 2345 - "Ignore blank space" Preference fails on Export Multiple based on "Tracks"
"Ignore blank space" Preference fails on Export Multiple based on "Tracks"
Status: RESOLVED FIXED
Product: Audacity
Classification: Unclassified
Component: Other
2.4.0
Per OS All
: P2 RepeatableAll
Assigned To: Default Assignee for New Bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-02-29 10:32 UTC by Steve Daulton
Modified: 2020-04-16 19:06 UTC (History)
3 users (show)

See Also:
Steps To Reproduce:
1) Create a new project with audio in 2 or more tracks. 2) Time shift the audio so that each track has leading "white space". 3) Use "Export Multiple" based on tracks. 4) Import the files exported in step 3. 5) Note that the tracks imported in step 4 do not have leading silence.
Release Note:
Group: Imports/Exports *Preferences: Ignore blank space at the beginning does not work with "Export Multiple".
First Git SHA:
Group: ---
Workaround:
For tracks with leading empty space, replace the start of the empty space with "silence" before exporting.
Closed: 2020-04-17 00:00:00
stevethefiddle: Must‑Test‑All‑OS+
petersampsonaudacity: Test‑OK‑Win+
petersampsonaudacity: Test‑OK‑Mac+
stevethefiddle: Test‑OK‑Lin+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Daulton 2020-02-29 10:32:52 UTC
Tested on Linux only.

According to the manual:

"Ignore blank space at the beginning: This is off by default, so Audacity will treat any leading blank space as silence when exporting audio and will place the appropriate amount of silence at the beginning of the exported audio file. You can check this option if you do not wish to have such silence added.
A use case for turning this "on" is track-based multiple export ..."

The clear implication is that this option "should" work with Export Multiple based on tracks.

The obvious use case for why this behaviour is needed is when exporting tracks from a multi-track project for use in a DAW.
Comment 1 Peter Sampson 2020-02-29 13:00:18 UTC
Fails on W10 too - so assume all platforms

Normal Export Audio does pad properly with the leading silence when that option is checked "off" (default setting).

Raising this to P2 as we really should be fixing this for 2.4.0
Comment 2 Peter Sampson 2020-03-01 05:19:35 UTC
This also fails if you work with a single track and export multiple by tracks, but succeeds if yo work with a label driven multiple export.

1) ensure "Ignore blank space at the beginning" is set to "off"
2) get some audio
3) Time shift it rightwards
4) File>  Export Multiple
5) set it to export based on "Tracks"
6) Import the exported track
7) Observe: the audio has *not* been padded with the leading silence

8) Add a label at T=0
9) File>  Export Multiple
10) set it to export based on "Labels"
11) Import the exported track
12) Observe: the leading silence is present (as expected)
Comment 3 Leland Lucius 2020-04-14 14:28:02 UTC
Fixed in:

https://github.com/audacity/audacity/commit/38da22c
Comment 4 Peter Sampson 2020-04-15 05:08:33 UTC
(In reply to Leland Lucius from comment #3)
Tested on W10 with Audacity 2.4.0 9f51770

This now works properly on both platforms

1) Default settings
The tracks are exported with proper leading silence

2) turn on export pref for "Ignore blank space at the beginning"
The tracks are exported without leading silence, starting at T-0

3) 2) turn off export pref for "Ignore blank space at the beginning"
The tracks are exported with proper leading silence
Comment 5 Peter Sampson 2020-04-15 05:10:41 UTC
(In reply to Peter Sampson from comment #4)
>Tested on W10 with Audacity 2.4.0 9f51770
and on macOS 10.15.4
Comment 6 Steve Daulton 2020-04-16 19:06:30 UTC
Tests OK on Linux.