Search found 24069 matches
- Wed Feb 08, 2012 1:14 am
- Forum: Windows
- Topic: Does not append ".txt" when saving an FFT as text
- Replies: 6
- Views: 980
Re: Does not append ".txt" when saving an FFT as text
Thanks for the report. This is known about already: http://bugzilla.audacityteam.org/show_bug.cgi?id=387 . I have not tested, but I suspect Windows Vista and earlier (but not Windows 7) have the same issue with other text files such as labels.txt and tags.xml (saving a template in Metadata Editor). ...
- Wed Feb 08, 2012 12:29 am
- Forum: Windows
- Topic: Dropped/lost audio during transfers of archival audio tapes
- Replies: 7
- Views: 1011
Re: Dropped/lost audio during transfers of archival audio ta
Is it XP Media Center Edition? If turning off Software Playthrough doesn't help, there is a long list of things you can try here: http://wiki.audacityteam.org/wiki/Managing_Computer_Resources_and_Drivers#Ensuring_sufficient_computer_resources_are_available . For example, maybe your IT department has...
- Wed Feb 08, 2012 12:16 am
- Forum: Windows
- Topic: I can't choose which method to record my audio
- Replies: 5
- Views: 14846
Re: I can't choose which method to record my audio
but you don't get it , It happened in three different computers of my family . they all work fine until this bug happens , it always happens by it self even though I have chose the right settings for recording ! Unfortunately, we are not interested in Audacity 1.2 as it will be superseded in the ne...
- Wed Feb 08, 2012 12:06 am
- Forum: Windows
- Topic: VLC Will Not Open .TS
- Replies: 2
- Views: 845
Re: VLC Will Not Open .TS
Removing FFmpeg v0.6.2 for Audacity solved the problem Why would that be? Are you suggesting a conflict? VLC should come with its own FFmpeg libraries, but have you asked VLC? Standalone FFmpeg should I believe be able to do demuxing at the command line if you use -vcodec copy and -acodec copy. Gale
- Tue Feb 07, 2012 11:48 pm
- Forum: Windows
- Topic: Importing Audio .TS Introduces Delay
- Replies: 2
- Views: 1437
Re: Importing Audio .TS Introduces Delay
I demuxed the AC-3 audio stream from a .TS video and the track is silent for ~54sec at the beginning. I'd like to have no delay so there's no synch problem when I remux. I'm using v1.3.14 and FFmpeg v0.6.2 for Audacity. I have little experience with .TS files but I wonder if it is meant to have a d...
- Tue Feb 07, 2012 4:21 pm
- Forum: Windows
- Topic: Another newbie needing help. PLEASE!
- Replies: 14
- Views: 2522
Re: XP installs USB Microphone driver instead of USB Turntab
(to [email protected]) Initially says installed successfully but then a new balloon pops up saying there was a problem with the installation and the new hardware may not work. I've tried getting an answer from the Forum but with no luck. I've wasted 6 weeks now and am ready to take this unit back. Where ca...
- Tue Feb 07, 2012 2:49 am
- Forum: New Plug-Ins
- Topic: 78rpm EQ Curve Generator
- Replies: 56
- Views: 22836
Re: 78rpm EQ Curve Generator
In fact I specifically tested this time to see if it was fixed. And it's not fixed is it? No, on Win XP (real machine). I've already got a test for Windows in the new "write-to-file" function (thanks to Edgar-rtf for that), so we can use something like: (if (and (windowsp)(= (length (setd...
- Tue Feb 07, 2012 2:35 am
- Forum: Nyquist
- Topic: Sound Finder / Silence Finder improvements
- Replies: 106
- Views: 35882
Re: Sound Finder / Silence Finder improvements
even if no one else wants it I would still like an option not to treat ignored sounds as silence. In this example we are not treating the 0.2 second sound "as silence". We are "ignoring it". If we were treating that 0.2 seconds "as silence", then we would have silence ...
- Tue Feb 07, 2012 1:44 am
- Forum: New Plug-Ins
- Topic: 78rpm EQ Curve Generator
- Replies: 56
- Views: 22836
Re: 78rpm EQ Curve Generator
There's a bug in "78rpm EQ Curve Generator" that we'd missed. On Windows, if the output path is set to "D:" the path is not found. (Thanks to Edgar for spotting the same problem in writefile.ny ) The problem is that if the working directory is a drive letter, then (setdir "...
- Tue Feb 07, 2012 12:15 am
- Forum: General Audio Programming
- Topic: Software Development Methodologies
- Replies: 9
- Views: 8239
Re: Software Development Methodologies
Hello, CS students often seem to get assignments to look at software development methodologies in various projects or application areas but we don't really have any formal model we follow. We have a somewhat documented Release Process: http://wiki.audacityteam.org/wiki/Release_Process . Otherwwise I...