Search found 59476 matches
- Tue Nov 23, 2010 11:31 pm
- Forum: Windows
- Topic: Modulate a tone with another at a specific depth
- Replies: 10
- Views: 2162
Re: Modulate a tone with another at a specific depth
@Steve: if you use Tremolo to modulate a 425 Hz tone with a 25Hz sine wave then you have an amplitude-modulated 425 Hz carrier with sidebands at 400 Hz and 450 Hz. You're right of course Bill. Identical results can be achieved by amplitude modulation or additive synthesis (though its the carrier an...
- Tue Nov 23, 2010 8:58 pm
- Forum: Windows
- Topic: Why does it say "32-bit float" when I open a 16-bit WAV file
- Replies: 6
- Views: 3868
Re: Why does it say "32-bit float" when I open a 16-bit WAV
I thought if you do a 32-bit operation, it will temporarily convert it to 32-bit, do the operation, and then downsample it back to 16-bit. Yes it will. But when it down-samples it to 16 bit it will apply dither according to the dither settings in Preferences. If you set the track to 32 bit, then th...
- Tue Nov 23, 2010 8:47 pm
- Forum: Windows
- Topic: Why are files always saved differently?
- Replies: 15
- Views: 2954
Re: Why are files always saved differently?
Would it be better though for Audacity to keep the data in 32-bit until the time that the user wants to export it to a 16 bit format? Yes it would. That's why the default "Quality" setting is 32 bit and why uncompressed audio files are imported as 32 bit. I suspect that some compressed fi...
- Tue Nov 23, 2010 8:45 pm
- Forum: GNU/Linux and Unix-like
- Topic: can not import audio files
- Replies: 35
- Views: 15875
Re: can not import audio files
Update:
I'm getting crashes with WMA import and export with 1.3.13, but not with 1.3.12 (both using the same nightly build of FFmpeg).
I'll have a go building Audacity with that patch and see if that works any better.
I'm getting crashes with WMA import and export with 1.3.13, but not with 1.3.12 (both using the same nightly build of FFmpeg).
I'll have a go building Audacity with that patch and see if that works any better.
- Tue Nov 23, 2010 8:18 pm
- Forum: GNU/Linux and Unix-like
- Topic: can not import audio files
- Replies: 35
- Views: 15875
Re: can not import audio files
I'm just now testing with FFmpeg from the current nightly. The default ./configure creates a static build of FFmpeg which does not have .SO files. I've built with the --enable-shared option, then the .SO files are produced. I modified Audacity using the instructions here: http://manual.audacityteam....
- Tue Nov 23, 2010 8:00 pm
- Forum: Windows
- Topic: Why are files always saved differently?
- Replies: 15
- Views: 2954
Re: Why are files always saved differently?
If you are working entirely in 32 bit, there should be no dither applied. When you opened the AAC file, did it create a 16 bit track? If so, then the data is 16 bit, and when Audacity processes that data, it processes it in 32 bit and returns the data as 16 bit (to match the format of the track) and...
- Tue Nov 23, 2010 7:54 pm
- Forum: Windows
- Topic: Why does it say "32-bit float" when I open a 16-bit WAV file
- Replies: 6
- Views: 3868
Re: Why does it say "32-bit float" when I open a 16-bit WAV
Audacity does not import all file types in the same way. It uses various "libraries" to assist with converting the file into the raw data that will be used in the project. In most cases it is an advantage to work with 32 bit audio data as it allows calculations to be performed with incredi...
- Tue Nov 23, 2010 7:09 pm
- Forum: GNU/Linux and Unix-like
- Topic: can not import audio files
- Replies: 35
- Views: 15875
Re: can not import audio files
So far I've only used FFmpeg with Audacity 1.3.12 (both from the Ubuntu 10.10 repository).Gale Andrews wrote:Steve if you are reading, do you use latest git FFmpeg with SVN HEAD on Ubuntu 10.10?
I've not investigated Audacity 1.3.13 with FFmpeg. Would you like me to?
- Tue Nov 23, 2010 6:38 pm
- Forum: Mac OS X
- Topic: can't change playback speed
- Replies: 3
- Views: 1474
Re: can't change playback speed
With the assistance of "FFmpeg", Audacity 1.3.12 supports a lot more audio formats than the old 1.2.6 version. http://audacityteam.org/download/ http://manual.audacityteam.org/index.php?title=FAQ:Installation_and_Plug-Ins#installffmpeg I think that SUPER is Windows only (and this is the Ma...
- Tue Nov 23, 2010 6:35 pm
- Forum: Windows
- Topic: Windows 08-R2, RDP, HP thin clients
- Replies: 2
- Views: 600
Re: Windows 08-R2, RDP, HP thin clients
As Koz says, it's usually the network delays that are the killer, however, for small projects it may be possible to use Audacity by configuring Audacity to write data to the thin client's memory rather than to the network. This will of course severely restrict the size and complexity of the Audacity...