Search found 59476 matches

by steve
Mon Apr 23, 2012 5:42 pm
Forum: Compiling Audacity
Topic: make error in linuxmint!
Replies: 2
Views: 2524

Re: make error in linuxmint!

emma157 wrote:i was facing the same error and tried as told by iamsiva11 but still no results. any other suggestions?
Yes indeed I have a suggestion, bur please clarify what operating system you are using and what exactly you are trying to do,.
by steve
Mon Apr 23, 2012 2:37 pm
Forum: GNU/Linux and Unix-like
Topic: Availability of Audacity 2 deb package for Ubuntu
Replies: 19
Views: 35048

Re: Availability of Audacity 2 deb package for Ubuntu

what options do I assign when unpacking the tar-ball? Dead easy - have you used file-roller before? It's the standard Ubuntu archiving program. Download the tarball to your computer - it's not really important where other than it should be somewhere in your home folder so that you have full read/wr...
by steve
Mon Apr 23, 2012 2:05 pm
Forum: GNU/Linux
Topic: no devices with 2.x build
Replies: 9
Views: 4357

Re: no devices with 2.x build

In Ubuntu I think Audacity is in what they refer to a "Universe". The Mint repositories are a little strange as they "borrow" so much from Ubuntu but replace other parts with their own patched and customised versions. I know that "build-dep" does not work on all distros...
by steve
Mon Apr 23, 2012 1:57 pm
Forum: Windows
Topic: Repeat edits?
Replies: 6
Views: 1142

Re: Repeat edits?

The default "Quality" setting in Audacity is to use 32-bit float, and as PGA wrote Audacity works internally in this format. If you look on the left end of an audio track (just below the track name) the sample rate and bit format are shown. By default this is "44100 Hz" "32-...
by steve
Mon Apr 23, 2012 6:42 am
Forum: Windows
Topic: Repeat edits?
Replies: 6
Views: 1142

Re: Repeat edits?

When an effect is applied it changes the audio data. If you apply the effect a second time, then it is that changed data that is processed not the original. This is why it is best to work in 32-bit float format when processing audio. 32-bit float is extremely precise so it is possible to apply thous...
by steve
Mon Apr 23, 2012 5:35 am
Forum: Windows
Topic: Sound corruption in the latest build with ASIO
Replies: 39
Views: 7147

Re: Sound corruption in the latest build with ASIO

I'm struggling with free space Me to, so I deleted the files that I downloaded from you, then realised that I really need to take a closer look at that distortion. Oh well, just post a couple of seconds of scrambled audio if/when it happens again, or if you still have a bit lying around. I'll keep ...
by steve
Mon Apr 23, 2012 2:17 am
Forum: Windows
Topic: Sound corruption in the latest build with ASIO
Replies: 39
Views: 7147

Re: Sound corruption in the latest build with ASIO

xruns (or x-run) is a buffer under-run or over-run. They occur if either the audio buffers are not filled fast enough so that incomplete buffers are written to disk, or the buffers are not emptied fast enough so that the captured audio data has nowhere to go. Some ASIO applications will display x-ru...
by steve
Mon Apr 23, 2012 1:38 am
Forum: Windows
Topic: Sound corruption in the latest build with ASIO
Replies: 39
Views: 7147

Re: Sound corruption in the latest build with ASIO

I'll come back to xruns.

Rats. with https://www.dropbox.com/s/clyi6q3bra7oc ... 20cuts.rar I've got a bad download.

Unpacking it I'm getting an error:

Code: Select all

knuckle 2 (2 cuts_data/e00/d07/e0007be0.au - CRC failed
Unexpected end of archive
by steve
Mon Apr 23, 2012 1:33 am
Forum: Windows
Topic: Sound corruption in the latest build with ASIO
Replies: 39
Views: 7147

Re: Sound corruption in the latest build with ASIO

I've re-downloaded that file now so feel free to delete from Dropbox.
by steve
Mon Apr 23, 2012 1:31 am
Forum: Windows
Topic: How to export smaller sized .wavs?
Replies: 1
Views: 508

Re: How to export smaller sized .wavs?

WAV format is an "uncompressed" PCM file format. The file size in "bits" can be calculated like this: "duration (seconds)" x "number of channels" x "bits per sample" x "samples per second". To convert to "bytes" divide the result ...