I found in this forum how to create a label:
Code: Select all
(list (list 1.0 "label name"))Code: Select all
;control labelType "Type" choice "Type1,Type2" 01. Start recording
2. Click on the Plugin GUI to select the type of label, and press the "Ok" button, label selection begin…
3. Start speaking…
4. Stop speaking
5. Click on the "Stop" button, label selection ends
Code: Select all
(list (list begin end labelType))7. Click the "Start" button, label selection begin…
8. Start speaking…
9. Stop speaking…
10. Click on the "Stop" button, label selection end
Code: Select all
(list (list begin end labelType))11. Export to audio files each label selection…
I know that there are no button controls, I use them only to clarify the use case.
http://wiki.audacityteam.org/wiki/Nyqui ... in_Widgets
I need your help and advice to know if this is possible and some examples to start working on it. Any help will be appreciated.
Thanks for reading!