MCPcopy Create free account
hub / github.com/audacity/audacity / export

Function export

scripts/piped-work/recording_test.py:136–142  ·  view source on GitHub ↗

Export the new track, and deleted both tracks.

(filename)

Source from the content-addressed store, hash-verified

134
135
136def export(filename):
137 """Export the new track, and deleted both tracks."""
138 do_command("Select: Track=1 mode=Set")
139 do_command("SelTrackStartToEnd")
140 do_command(f"Export2: Filename={os.path.join(PATH, filename)} NumChannels=1.0")
141 do_command("SelectAll")
142 do_command("RemoveTracks")
143
144
145def do_one_file(name):

Callers 1

do_one_fileFunction · 0.85

Calls 1

do_commandFunction · 0.70

Tested by

no test coverage detected