Search found 2 matches

by fabijand
Wed Oct 17, 2007 5:49 pm
Forum: General Feedback and Discussion
Topic: Generating *.aup file
Replies: 3
Views: 933

Re: Generating *.aup file

Tnx for comments.

I have downloaded source and added support for loading multiple trancription files from command line.

./audacity --wav=<wav_file> --trans=1.lab --trans=2.lab etc...
by fabijand
Tue Oct 16, 2007 7:36 am
Forum: General Feedback and Discussion
Topic: Generating *.aup file
Replies: 3
Views: 933

Generating *.aup file

Hi, audacity-heads! Problem: After voice recognition is done I need to launch audacity from bash script and it should contain (1) wav_file (2) labeling_file0 (true transcription) (3) labeling_file1 (estimate transcription) My "solution": I have opened wav_file, imported label1 and label2. Saved it a...