Search found 1327 matches
- Fri Aug 09, 2013 9:58 pm
- Forum: Audio Processing
- Topic: automatically strip redundant spaces from filenames
- Replies: 5
- Views: 2083
automatically strip redundant spaces from filenames
Occasionally when I am inserting text into a label (for Export Multiple), or the file requester, it will have redundant (leading, trailing or extra-between-words) spaces - maybe even tabs. wxString has a partial solution: wxString::Trim wxString& Trim(bool fromRight = true) Removes white-space (...
- Thu Aug 01, 2013 3:06 pm
- Forum: Windows
- Topic: How does the Track Panel become "active"?
- Replies: 8
- Views: 1096
Re: How does the Track Panel become "active"?
Don't hesitate to ask; I frequently have blocks of spare time and tweaking the Audacity source code is one of my favorite hobbies!yoshemitzu wrote: To Edgar: […] if I have any non-imposing questions or develop more interest in pursuing deeper Audacity modifications, I will let you know.
- Thu Aug 01, 2013 2:59 pm
- Forum: Audio Processing
- Topic: Import Label Text
- Replies: 5
- Views: 2190
Re: Import Label Text
What I'm thinking, is for a version of Album Track Marker (optional download) that allows pasting plain text into a text box in the plug-in GUI that contains a list of track labels. Sometimes you need an ax, sometimes an hatchet sometimes a chainsaw. I find my solution incredibly useful for my need...
- Sun Jul 28, 2013 6:57 pm
- Forum: Windows
- Topic: How does the Track Panel become "active"?
- Replies: 8
- Views: 1096
Re: How does the Track Panel become "active"?
I'm a transcriber who uses OpenOffice on the right side of the screen and Audacity on the left side of the screen when I perform transcriptions. […] So I figured it may be possible to activate the Track Panel specifically, even if the window itself isn't active, but I don't know what cue Audacity i...
- Sat Jul 20, 2013 4:56 am
- Forum: Audio Processing
- Topic: Import Label Text
- Replies: 5
- Views: 2190
Import Label Text
Quite often I will have a text file which has all the track titles: First song name second song name third song name I have used an Analyzer or my own senses to put a blank label at the beginning of each song. It would be nice to automatically insert the title from the text file right into the label...
- Thu Jul 18, 2013 3:37 pm
- Forum: Compiling Audacity
- Topic: msgfmt.zip offline[SOLVED]
- Replies: 5
- Views: 3124
Re: msgfmt.zip offline
This is what I have for Windows.
- Tue Jul 09, 2013 5:59 pm
- Forum: Windows
- Topic: Export with Custom FFmpeg Export produces zero length files
- Replies: 7
- Views: 1391
Re: Export with Custom FFmpeg Export produces zero length fi
what happens? Seems to work fine (note however that the sample rate is 41,800 not 48,000) Sorry I am not seeing where the "41,800" occurs. Your input "a.wav" and output "mp2.wav" both seem to be 44100 Hz. The 41,800 was a typo - it was meant to be 44,100. I created a n...
- Tue Jul 09, 2013 5:25 pm
- Forum: Windows
- Topic: Export with Custom FFmpeg Export produces zero length files
- Replies: 7
- Views: 1391
Re: Export with Custom FFmpeg Export produces zero length fi
what happens? Seems to work fine (note however that the sample rate is 41,800 not 48,000): D:AudacityFFmpeg for Audacity>ffmpeg -i a.wav -acodec mp2 -ab 256000 mp2.wav FFmpeg version 0.6.2, Copyright (c) 2000-2010 the FFmpeg developers built on Apr 4 2011 10:07:47 with gcc 4.5.2 configuration: --di...
- Sun Jul 07, 2013 6:01 pm
- Forum: Windows
- Topic: Export with Custom FFmpeg Export produces zero length files
- Replies: 7
- Views: 1391
Re: Export with Custom FFmpeg Export produces zero length fi
FFmpeg 0.6.2. Is that the version you are using? edgar "I seem to be using 0.6.2": D:AudacityFFmpeg for Audacity>ffmpe FFmpeg version 0.6.2, Copyright (c) 2 built on Apr 4 2011 10:07:47 with configuration: --disable-ffplay --d -enable-gpl --enable-nonfree --enable able-libspeex --enable-l...
- Sun Jul 07, 2013 5:53 pm
- Forum: Windows
- Topic: Export with Custom FFmpeg Export produces zero length files
- Replies: 7
- Views: 1391
Re: Export with Custom FFmpeg Export produces zero length fi
However I can export a valid file using your steps (30 seconds mono or stereo tone) and FFmpeg 0.6.2. Is that the version you are using? I just tried again with a 30 sec Chirp and failed with a zero length file (I entered zero as the tooltip suggested). 10:36:37: Audacity 2.0.4-alpha-Jun 28 2013 10...