Search found 59476 matches

by steve
Mon Jun 04, 2012 12:15 pm
Forum: Audio Processing
Topic: Figuring out tab notes
Replies: 6
Views: 4476

Re: Figuring out tab notes

You may be interested in this section of the Nyquist manual: http://www.cs.cmu.edu/~rbd/doc/nyquist/part11.html Not everything here is implemented in Audacity, but basic Adagio notation is implemented (in Audacity 2.0) In particular: W (whole, 4 beats), H (half, 2 beats), Q (quarter, 1 beat), I (eig...
by steve
Mon Jun 04, 2012 11:16 am
Forum: GNU/Linux
Topic: Problem with slight latency when making addt'l trac (Solved)
Replies: 16
Views: 4494

Re: Problem with slight latency when making additional track

briandc wrote:One last thing: I see that when I open a new track, it acually makes two new tracks. I also see this "ghost" track when I open the mixer. What is the purpose of this track?
I don't know what you mean. Could you post some screenshots to illustrate.
by steve
Mon Jun 04, 2012 11:14 am
Forum: Feature Request Archive
Topic: Help in other languages
Replies: 30
Views: 11470

Re: Help in other languages

It's rather inconsistent. Some links throw me back to English even if there is a translation available, other links stay in the selected language. Some of the <a href=""> tags are translated and some are not. Can anybody provide an example where a link points to a translated page, but an ...
by steve
Mon Jun 04, 2012 11:08 am
Forum: macOS
Topic: Difficulty using Rode Podcaster mic
Replies: 10
Views: 10442

Re: Difficulty using Rode Podcaster mic

DosCoyotes wrote:Love for you to listen to my work - it can be found at aero-news.net
I don't see any mp3 links and I can't be bothered to wade through a mass of adverts to find one.
If you'd like us to listen to your recording please see here: http://forum.audacityteam.org/viewtopic ... 49&t=64936
by steve
Mon Jun 04, 2012 10:58 am
Forum: Français
Topic: Enregistrer une radio internet (résolu)
Replies: 14
Views: 3811

Re: Enregistrer une radio internet

Je ne parle pas français mais je vais essayer d'aider (Google Translate). 1) S'il vous plaît envoyer le contenu de ~ /. asoundrc 2) Avez-vous "pavucontrol" installé? S'il vous plaît installer "pavucontrol". 3) Veiller à ce que le "Maître" Channel est activé dans KMix. 4...
by steve
Mon Jun 04, 2012 1:56 am
Forum: Maintaining / Improving this Forum
Topic: RSS Feed
Replies: 3
Views: 4252

Re: RSS Feed

thusband wrote:Is there a feed for this forum so I can read new posts in Google Reader?
Currently no there isn't.
There does not appear to be much demand (as far as I recall you are the first and only person to request RSS feed).
If anyone else would like this feature, please speak up.
by steve
Sun Jun 03, 2012 4:21 am
Forum: Plug-in Archive
Topic: Sample Printer
Replies: 43
Views: 37996

Re: Sample Printer

I wonder if it may not be useful to be able to enter seconds instead (I see someone asked for this a while ago but I have not added this to Wiki Feature Requests yet). One existing FR for Sample Printer asks to "include RMS data, not just peak values (1 votes)". The problem that I see wit...
by steve
Sat Jun 02, 2012 4:34 pm
Forum: macOS
Topic: Difficulty using Rode Podcaster mic
Replies: 10
Views: 10442

Re: Difficulty using Rode Podcaster mic

With a mono track, the sound card/CD player/amplifier or whatever uses the same signal for both left and right speakers. With dual mono you split the microphone signal to produce 2 identical channels so that the sound card/CD player/amplifier or whatever has 2 identical channels for left and right s...
by steve
Sat Jun 02, 2012 3:01 pm
Forum: Windows
Topic: Is there any way to change tempo without distortion?
Replies: 4
Views: 2750

Re: Is there any way to change tempo without distortion?

solanus wrote:I never realized how much better the Sliding Time Scale/Pitch Shift is.
It's a shame about the glitch that it creates at the start of the selection, but that has been fixed in the next version of Audacity (2.0.1 or whatever).
by steve
Sat Jun 02, 2012 2:59 pm
Forum: Plug-in Archive
Topic: Sample Printer
Replies: 43
Views: 37996

Re: Sample Printer

Three points here: 1) The dc offset is for the specific number of samples that are analysed, not for the entire selection. 2) The plug-in sums the sample values using the (integrate) function, which is single precision whereas I think the Audacity Normalize function uses double precision, 3) I may ...