I'm just wishing i can "copy/paste" these in a spreadsheet. Try running this in the Nyquist Prompt (requires a recent version of Audacity): ;version 4 ;type tool ;debugflags trace (let ((info (aud-get-info "labels"))) (dolist (trk info "") (setf tracknum (first trk)) (...
WARNING: Only try this if you obtained Audacity via the links on https://www.audacityteam.org/download/windows/ Have you tried temporarily disabling "Controlled Folder Access"? (see: https://www.tenforums.com/tutorials/113380-enable-disable-controlled-folder-access-windows-10-a.html) If th...
I noticed the LED on the mic was flashing when starting Audacity, to end in the "no operation" state (LED is blue). That's interesting. It appears that the mic has built-in software ("firmware") rather than just being a microphone with a class compliant USB audio chip. I install...
Audacity already has the ability to export all of the label data (including the track number), but not as CSV. You can export the label data as JSON, or as a Nyquist "List". The JSON version looks like this: [ [ 1, [ [ 0, 0, "A" ], [ 0.309172, 0.460292, "b" ], [ 0.73757...