Search found 24069 matches
- Sun May 18, 2014 10:31 pm
- Forum: Windows
- Topic: file won't go over 2GB
- Replies: 39
- Views: 5094
Re: file won't go over 2GB
it behooves me to try an older version of Audacity. Which I plan to do. I will let you know the results. To put it simply for you, if you can find an obsolete version of Audacity on Windows that exports FLAC over 2 GB, then you will be exposing yourself to more bugs than the current latest 2.0.6-al...
- Sun May 18, 2014 9:41 pm
- Forum: Windows
- Topic: Needing total help
- Replies: 2
- Views: 296
Re: Needing total help
Moved to the Windows board. You need to select the correct playback and recording devices. Try following http://manual.audacityteam.org/o/man/recording_with_usb_turntables.html . If Help > About Audacity... says "2.05" (one decimal place), it's not made by us. You can get the official 2.0....
- Sun May 18, 2014 8:19 pm
- Forum: Windows
- Topic: file won't go over 2GB
- Replies: 39
- Views: 5094
Re: file won't go over 2GB
I do not seem to have an RF64 plug-in for my Audacity, which is now presently 2.0.2. In your first post you said you had 2.0.5. 2.0.5 has the latest bug fixes, so it is better to stay with 2.0.5 (or use 2.0.6-alpha if you accept such risk as there is). Can this be found? Both 2.0.2 and 2.0.5 can ex...
- Sun May 18, 2014 12:05 am
- Forum: Windows
- Topic: Problem Importing 24-bit DTS
- Replies: 11
- Views: 3766
Re: Problem Importing 24-bit DTS
I have not figured out the correct syntax to use for listing or setting - it just returns Unrecognized option 'sample_format' For me ffmpeg -sample_fmts shows name depth u8 8 s16 16 s32 32 flt 32 dbl 64 u8p 8 s16p 16 s32p 32 fltp 32 dblp 64 OK I was using FFmpeg 0.6. In FFmpeg 1.0 I get the output ...
- Sat May 17, 2014 10:55 pm
- Forum: Windows
- Topic: Use Audacity as a live input stream
- Replies: 2
- Views: 8429
Re: Use Audacity as a live input stream
Input (Mic/Internal Sounds) -> processing/effects (Audacity) -> Output (a virtual output device that can be accessed) One of the ways I would utilize this is real time static noise removal, to save having to go back and process the audio afterwards, it would do it in real time. You can do it with a...
- Sat May 17, 2014 10:40 pm
- Forum: Windows
- Topic: Crackle in bass when recording from USB mixer [SOLVED]
- Replies: 14
- Views: 1667
Re: Crackle in bass when recording from USB mixer
Where are you listening to the playback?
Gale
Gale
- Sat May 17, 2014 10:25 pm
- Forum: Windows
- Topic: Windows 8 Audacity poor quality playback
- Replies: 10
- Views: 1507
Re: Windows 8 Audacity poor quality playback
Set project rate bottom left of Audacity to 44100 Hz. Then Generate > Tone and play to the USB mixer. If that sounds steady then the problem is the recording. Or do you mean the problem is playing a track while you are recording a new one? Audacity doesn't modify the recorded input at all, whatever ...
- Sat May 17, 2014 10:04 pm
- Forum: Windows
- Topic: Problem with second track
- Replies: 11
- Views: 1411
Re: Problem with second track
To be honest, I did not get that so many thanks for the add. Is my sound card broken or just not suitable for this purpose? The computer is relatively new, so if it's broken I'll take it back to the store. Motherboard sound cards cost a few dollars to produce. You may just be unlucky with it, and i...
- Sat May 17, 2014 9:27 pm
- Forum: Windows
- Topic: file won't go over 2GB
- Replies: 39
- Views: 5094
Re: file won't go over 2GB
No, the issue is not resolved. What you propose is not working because what you are proposing is an experimental version that has not been released The issue is resolved in our source code. It is your choice whether you use an "experimental version" or not. We are just trying to help you ...
- Sat May 17, 2014 8:47 pm
- Forum: Windows
- Topic: Problem Importing 24-bit DTS
- Replies: 11
- Views: 3766
Re: Problem Importing 24-bit DTS
" Use custom mix " instead of "Always mix all tracks down" Now with FFmpeg ffmpeg -i - -c:a dca -strict -2 -ar 48000 "%f" The final result is dts, 6 channels, 48KHz, 16 bits. Is -c:a the same as -acodec I am not an expert in this, I just quoted what someone told me had...