Search found 59476 matches
- Wed Nov 26, 2014 9:25 pm
- Forum: Windows
- Topic: how to correct this?
- Replies: 5
- Views: 468
Re: how to correct this?
Aim for getting the waveform about half the track height (about -6 dB). If the 78s are very crackly it won't matter if a few crackles go higher than that, but keep the main "musical" waveform away from the top/bottom of the track. (there is no magic number for setting the recording level c...
- Wed Nov 26, 2014 9:21 pm
- Forum: Windows
- Topic: playback device settings and the project sample
- Replies: 6
- Views: 6502
Re: playback device settings and the project sample
Audacity.BrandonK wrote:What is the best free music editing program?
Try this in the FAQ: http://manual.audacityteam.org/o/man/fa ... und_deviceBrandonK wrote: It comes up: “Error while opening sound device. Please check the playback device settings and the project sample rate."
- Wed Nov 26, 2014 9:14 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24381
Re: reset Preferences CFG file
That's a neat idea - I like itEdgar wrote: My personal belief is that, given that these files are tiny, the application should create a date-named (audacity26November2014.cfg) backup by renaming the current file instead of deleting it
- Wed Nov 26, 2014 9:09 pm
- Forum: Windows
- Topic: Why is sample rate 44.1 Hz and bitrate 144 kbps not supporte
- Replies: 3
- Views: 719
Re: Why is sample rate 44.1 Hz and bitrate 144 kbps not supp
There are three MP3 codecs: MPEG-1 layer III, MPEG-2 layer III and MPEG-3 layer III. Each use slightly different encoding methods and support different sample rate/bit rate combinations. As you can see here: http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/usage.html, 144 kbps is a supporte...
- Wed Nov 26, 2014 5:36 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24381
Re: reset Preferences CFG file
Rescan without selecting a plugin does not remove that plugin from pluginregistry.cfg. Can you see any reason it should not do so? Is it supposed to be removed from the plugin registry, or just marked as "don't use"? I'm not sure what the intention is. I can see a good reason for keeping ...
- Wed Nov 26, 2014 1:32 pm
- Forum: New Plug-Ins
- Topic: Append Import
- Replies: 57
- Views: 39392
Re: Append Import
Windows nightly 26th November, the file system.lsp is missing from the nyquist folder.
It was there in the nightly 23rd Nov.
It looks like some sort of build error. Copying that file from the 23rd to the 26th should fix the problem.
It was there in the nightly 23rd Nov.
It looks like some sort of build error. Copying that file from the 23rd to the 26th should fix the problem.
- Wed Nov 26, 2014 1:11 pm
- Forum: New Plug-Ins
- Topic: Append Import
- Replies: 57
- Views: 39392
Re: Append Import
It's working fine here with revision 13651, and I'm not aware of any recent changes relating to that.
*FILE-SEPARATOR* is defined in Nyquist, not in the plug-in or even in the Audacity code.
Do you get the same errors from these commands?
.
*FILE-SEPARATOR* is defined in Nyquist, not in the plug-in or even in the Audacity code.
Do you get the same errors from these commands?
Code: Select all
(print *default-sf-format*)
(print *default-sf-dir*)
- Wed Nov 26, 2014 11:17 am
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3945
Re: Add track display view to AUP
FWIW I slightly favour: <wavetrack name="Audio Track" WaveTrackDisplay="Spectrum" channel="2" linked="0" mute="0" solo="0" height="150" minimized="0" isSelected="1" rate="44100" gain="1.0" p...
- Wed Nov 26, 2014 10:24 am
- Forum: Windows
- Topic: Silent Subliminal Recording
- Replies: 16
- Views: 6163
Re: Silent Subliminal Recording
"Die samplefrequenz der tonspur muss mindestens 44100Hz sein" According to Google Translate: "The sample frequency of the sound track must be at least 44100". What is the sample rate of the track you are working on? (look on the panel on the left end of the track). If it is less...
- Wed Nov 26, 2014 9:26 am
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3945
Re: Add track display view to AUP
To do so we will need to create a way of translating these numbers into human readable strings, writing tha AUP in pseudo code: if (display() == WaveformDisplay) write("wave"); else if (display() == WaveformDBDisplay) write("wavedb"); else if (display() == SpectrumDisplay) write...