Search found 24069 matches
- Wed Mar 30, 2016 12:43 pm
- Forum: Windows
- Topic: Strange: Applying effect removes waveform
- Replies: 13
- Views: 814
Re: Strange: Applying effect removes waveform
What format are the files in? If they are WAV, I am guessing you may have better success if you chose the option to make a copy of the files, which would then get the data onto the main PC drive D:\, assuming your Audacity temporary directory is on D:\. You may need several attempts. Look at the Log...
- Wed Mar 30, 2016 11:56 am
- Forum: Windows
- Topic: How do I extract True-hd (8CH) to individual wav track?
- Replies: 3
- Views: 569
Re: How do I extract True-hd (8CH) to individual wav track?
What step exactly do you need help with? Most people rip Blu-Ray with MakeMKV. See https://goo.gl/iTIQTa . When you have an MKV file, Audacity may be able to extract the audio from it if you install FFmpeg . But there are probably better tools unless you want to edit the audio. See the link above. G...
- Tue Mar 29, 2016 8:31 pm
- Forum: Windows
- Topic: Timer Record freezes but recording continues
- Replies: 28
- Views: 1976
Re: Timer Record freezes but recording continues
I did try the internal mic (I think that's what you mean as a different audio host) when Timer Record stopped, and Timer Record also stopped after 10 sec of recording from the internal mic. I meant the first box in Device Toolbar that offers MME, Windows DirectSound or Windows WASAPI. Norton anti-v...
- Tue Mar 29, 2016 1:29 pm
- Forum: Windows
- Topic: Import multiple files into single track with separators
- Replies: 9
- Views: 726
Re: Import multiple files into single track with separators
Perhaps you could write an AutoHotkey macro to do this. Thank you for advice. But I'd really like to know what's the best way to do it via Audacity means? That means that there isn't. ;) Ok, thank you for your time and help. I guess, if I really want it to happen, I need to start downloading the Au...
- Tue Mar 29, 2016 1:25 pm
- Forum: Compiling Audacity
- Topic: Audacity 2.1.2 failed to compile on RHEL60like system
- Replies: 2
- Views: 1220
Re: Audacity 2.1.2 failed to compile on RHEL60like system
export/ExportPCM.cpp:708: error: ‘SF_STR_GENRE’ was not declared in this scope export/ExportPCM.cpp:732: error: ‘SF_STR_TRACKNUMBER’ was not declared in this scope ‘SF_STR_GENRE’ and ‘SF_STR_TRACKNUMBER’ were first defined in libsndfile in version 1.0.23. Check what version of libsndfile is on your...
- Tue Mar 29, 2016 12:54 pm
- Forum: General Audio Programming
- Topic: ASRC
- Replies: 1
- Views: 1907
Re: ASRC
It is best not to use abbreviations. SRC is a known abbreviation for Sample Rate Conversion. I don't know what ASRC is. 1. If the Sample rate of the USB Sound card is 48000 Hz. [Windows is aware that this USB sound card supports only 48000Hz sample rate]. 2. And the user opens a Audio file whose nat...
- Tue Mar 29, 2016 12:40 pm
- Forum: Windows
- Topic: Import multiple files into single track with separators
- Replies: 9
- Views: 726
Re: Import multiple files into single track with separators
That means that there isn't.NorthCross wrote:Thank you for advice. But I'd really like to know what's the best way to do it via Audacity means?Gale Andrews wrote:Perhaps you could write an AutoHotkey macro to do this.
Gale
- Tue Mar 29, 2016 12:25 pm
- Forum: Windows
- Topic: Audacity does not recognize .aup Help!!!
- Replies: 2
- Views: 199
Re: Audacity does not recognize .aup Help!!!
Audacity does not recognize the type of file...If it is uncompressed try importing Raw. Either you used File > Import > Audio... instead of File > Open... or the AUP file is corrupted. if corrupted, you could attach the AUP file. Please see here for how to attach files: http://forum.audacityteam.or...
- Tue Mar 29, 2016 12:04 pm
- Forum: General Audio Programming
- Topic: opening more than 1 program
- Replies: 19
- Views: 8162
Re: opening more than 1 program
I'd expect both SoX and SoundRecorder to be pretty good for minimal processor load, though because of the very limited routing capabilities of the Windows sound system, there's still a problem of signal routing when recording "stereo mix" isn't there? Can VB-Audio CABLE / Voicemeeter help...
- Tue Mar 29, 2016 10:44 am
- Forum: General Audio Programming
- Topic: opening more than 1 program
- Replies: 19
- Views: 8162
Re: opening more than 1 program
Wiki might be a good place to post solutions to this question such as "jack-capture". I don't know if JACK for Windows comes with jack-capture. You can record from the command-line using Windows Sound Recorder on Windows 7 or Windows 8 in the form SoundRecorder /FILE filename.filetype /DUR...