I can export them from Audacity as a list of text stings with corresponding time ranges in seconds, e.g:
Code: Select all
98.579581 98.579581 Test text 1
158.579581 158.579581 Test text 3
218.579581 218.579581 Test text 2
278.579581 278.579581 Test text 4
I can manipulate this so that the times are the coordinates where I'd like to place each piece of text.
What are my options for getting this text into an Inkscape drawing? I read that I can run commands from the command line, and tried the --verb-list option, but it didn't list anything. Even --help doesn't work. Should I be doing something to make that work? If I can create a piece of text in a particular position from the command line then I can manipulate the file into a series of command lines.
Are there any other methods? Scripts? Macros? Try to manipulate the file into svg format?