Search found 1327 matches
- Wed Oct 09, 2013 7:28 am
- Forum: Feature Request Archive
- Topic: intelligent Noise & Silence dialogues
- Replies: 3
- Views: 4261
Re: intelligent Noise & Silence dialogues
All the other built-in generators are well behaved and honor the user's Selection Format ALL of the generators seem to show hh:mm:ss+samples when inserting into a selection, and hh:mm:ss+milliseconds when inserting at a point. :? Yep, I made a mistake there because my preferred Selection Format is ...
- Wed Oct 09, 2013 4:12 am
- Forum: Feature Request Archive
- Topic: intelligent Noise & Silence dialogues
- Replies: 3
- Views: 4261
intelligent Noise & Silence dialogues
All the other built-in generators are well behaved and honor the user's Selection Format but these two always default to Seconds (when no selection has been made i.e. inserting) which I find annoying. It is only a couple of lines of code in three files. In srcTimeDialog.cpp: near the very top add on...
- Mon Oct 07, 2013 2:54 pm
- Forum: Windows
- Topic: Language preference not available
- Replies: 2
- Views: 340
Re: Language preference not available
I have now spent way way too many hours trying to debug this only to decide that I think it is a feature <grin>. While running from a command line terminal (on Windows 7 – maybe other versions of Windows as well) if one changes the directory of the terminal to that of the application executable then...
- Mon Oct 07, 2013 2:44 pm
- Forum: Feature Request Archive
- Topic: Export Multiple: Hide Metadata Editor after first file.
- Replies: 18
- Views: 8826
Re: Export Multiple: Hide Metadata Editor after first file.
+1 what Peter and Steve say
- Mon Oct 07, 2013 2:41 pm
- Forum: Feature Request Archive
- Topic: Suggestion: Repair Limits
- Replies: 20
- Views: 6741
Re: Suggestion: Repair Limits
I seem to recall that lengthening the repair selection exponentially increases the processing time :geek: Yes - for selections greater than 128 samples the repair time rises very rapidly. However, there was a suggestion that larger sections could be repaired as a sequence of 128 sample length block...
- Sat Oct 05, 2013 4:46 pm
- Forum: Feature Request Archive
- Topic: Export Multiple: Hide Metadata Editor after first file.
- Replies: 18
- Views: 8826
Re: Export Multiple: Hide Metadata Editor after first file.
probably requires to use a custom export dialogue, but I think most developers including Vaughan think this is the way to go. We could design the dialogue better so that people could actually find the "Options..." button. It would also give us the opportunity to label the button "Exp...
- Sat Oct 05, 2013 8:22 am
- Forum: Windows
- Topic: Language preference not available
- Replies: 2
- Views: 340
Language preference not available
SVN HEAD and at least as far back as 2.0 – if I start Audacity by double-clicking on its icon then open Preferences to the Interface section I can choose from lots of different languages and everything works as expected. However, when I start Audacity from the command line and open Preferences to th...
- Fri Oct 04, 2013 5:58 pm
- Forum: Audio Processing
- Topic: automatically strip redundant spaces from filenames
- Replies: 5
- Views: 2083
Re: automatically strip redundant spaces from filenames
As it turns out the supplied C++ code is not always reliable – just throw it out!
- Sat Sep 28, 2013 7:10 am
- Forum: Windows
- Topic: Command line functions or software integration
- Replies: 24
- Views: 6967
Re: Command line functions or software integration
I've got the job well over 1/2 done, The user (command line) interface is complete and working well; the export to specified folder is all working. Now all I need to do is the recording start/stop automation part (which will be either real easy or real hard <grin>).
- Fri Sep 27, 2013 6:31 am
- Forum: Audio Processing
- Topic: Selection Format: ss+ms
- Replies: 2
- Views: 909
Re: Selection Format: ss+ms
I have the same desire for similar reasons so I have added a few extra time selection formats:
I'm pretty sure I posted the code for this here in this section of the forum a few months ago.