For our audio-book recording people, we provide a folder containing as many Audacity aup projects as there are book’s elements to be recorded. For example: 001_Title.aup(&.data), 002_Chapter_1.aup(&.data), etc.
Actually I have a linux bash script with a function to create $1.aup file and $1_data folder. For example if $1=“001_Title”, with some echo commands and one mkdir the script creates the xml 001_Title.aup(&.data) with given TRCKNAME=$1.
Now I would like to do the same but with a single track mono well named aup3 file.
There is no problem for Audacity 3 to open Audacity 2 projects. But it would be simpler to be only in aup3 especially when people are saving their projects.
If I understand your question right, you should try creating a template AUP3 file that has a very short clip you need in the format you need, save that template somewhere and have your script make a copy of it and rename the copy.
Thanks for your suggestion. It would be ok for aup3’s file name but not for aup3’s track name.
I did install sqlite3 but I am really new to SQLite. Question is “where is track name in aup3 sqlite data ?” Still now I did not find any help on the net so some help would be appreciated.
The idea is to simplify technical handling as much as possible for our voice-givers. That’s why I would like to have a ready to use aup3’s track named mono project.