Search found 59476 matches

by steve
Wed Apr 01, 2015 3:55 pm
Forum: Windows
Topic: Volume Versus Time
Replies: 2
Views: 230

Re: Volume Versus Time

For a mono track, run this code in the Nyquist Prompt effect using the Debug button. If you are using Audacity 2.1.0 enable the "Use legacy (version 3) syntax" option. (let ((s (rms s 1))) (do ((val (snd-fetch s) (snd-fetch s))) ((not val) "Copy data from Debug window") (format t...
by steve
Wed Apr 01, 2015 3:44 pm
Forum: Windows
Topic: Volume Versus Time
Replies: 2
Views: 230

Re: Volume Versus Time

Are the tracks mono or stereo?

RMS will give you an approximate idea of the volume, but "loudness" is notoriously difficult to measure because it is subjective (primarily a psychological effect / sensation).
See here about loudness: https://en.wikipedia.org/wiki/Loudness
by steve
Wed Apr 01, 2015 3:08 pm
Forum: Windows
Topic: Garbled recording after 6 hours [SOLVED]
Replies: 15
Views: 1094

Re: Garbled recording after 6 hours

If the issue occurs at a particular time of day (or night), check to see if your computer has any tasks scheduled to run at that time.
You could also try defragmenting your hard drive (that can take a while, so you will probably want to leave that running overnight).
by steve
Wed Apr 01, 2015 12:56 pm
Forum: GNU/Linux
Topic: play a file of an actual written *.wav file
Replies: 9
Views: 2284

Re: play a file of an actual written *.wav file

Vielen Dank , VLC bedient die gewünschte Funktion und scheint die immer größer werdende Datei wiederzugeben , aber leider ohne waveform da ich 384kHz *.wav files nutze ? So bin ich weiter nach der Suche und für Tipps dankbar . If you require support in German, please write to the German forum: http...
by steve
Wed Apr 01, 2015 10:53 am
Forum: Making Music with Audacity
Topic: How to remove click between connections?
Replies: 3
Views: 919

Re: How to remove click between connections?

For best results you should try to minimise the clicks by making edits at (or close to) "Zero crossing points". Also, ensure that the audio is free of "DC offset" before you start editing. See here for more details: http://manual.audacityteam.org/o/man/faq_editing.html#clicks If ...
by steve
Wed Apr 01, 2015 10:36 am
Forum: Windows
Topic: Version 2.1.0
Replies: 1
Views: 352

Re: Version 2.1.0

The new 2.1.0 version of Audacity is for all supported platforms (which includes Windows 7, 8 and 8.1). Side note: 2.0.5 works so well I can't see how you can improve it. Thanks for the comment, I glad you find Audacity so useful. The "headline" new features of Audacity 2.1 are mentioned i...
by steve
Wed Apr 01, 2015 8:54 am
Forum: Making Music with Audacity
Topic: here is something i recenlty created in audacity.
Replies: 6
Views: 1471

Re: here is something i recenlty created in audacity.

Very nice drum machine. i recommmend it. So do I :) You know we have an Audacity SoundCloud group? (See: http://forum.audacityteam.org/viewtopic.php?f=62&t=81040) If you have songs on SoundCloud that are made with Audacity, you can post them to the Audacity SoundCloud group. (Adding a tag #Auda...
by steve
Wed Apr 01, 2015 8:47 am
Forum: GNU/Linux
Topic: Error compiling 2.1.0
Replies: 15
Views: 3695

Re: Error compiling 2.1.0

Check to see if there are warning during compile about lib-soxr.
by steve
Wed Apr 01, 2015 8:41 am
Forum: Windows
Topic: Audacity re-compile for ASIO
Replies: 1
Views: 429

Re: Audacity re-compile for ASIO

do I want to perform the tedious task of downloading various packages and re-compiling Audacity to gain ASIO capabilities, or should I just purchase "Reaper"? From your post I would guess that you might prefer to purchase Reaper. The developers of Reaper made the decision to not be open s...
by steve
Wed Apr 01, 2015 8:32 am
Forum: Compiling Audacity
Topic: soxr missing from lib-src
Replies: 1
Views: 1490

Re: soxr missing from lib-src

We don't generally include libraries that are available in repositories unless Audacity requires a patched version, and it was assumed that lib-soxr would be available. In the case of FreeBSD that assumption was wrong, so it will be packaged in future Audacity releases. In the meantime, lib-soxr is ...