Search found 59476 matches
- Fri Oct 30, 2015 10:14 am
- Forum: Feature Request Archive
- Topic: Zoom Normal (Cmd+2) cursor position
- Replies: 59
- Views: 5927
Re: Zoom Normal (Cmd+2) cursor position
I find it difficult to see exactly what is happening in that example because (a) I am unable to align 29.5 seconds exactly with the centre of the screen, and (b) there are very few zoom levels before the cursor comes into view. From testing with much longer tracks, it looks to me like the "prob...
- Fri Oct 30, 2015 9:50 am
- Forum: GNU/Linux
- Topic: No audio from HDMI output
- Replies: 5
- Views: 1724
Re: No audio from HDMI output
This question appears to be about configuring your hardware to work on Fedora rather than about Audacity. You may do better to ask on the Fedora forum as none of the regular contributors here use Fedora.
- Fri Oct 30, 2015 9:33 am
- Forum: macOS
- Topic: Audacity 2.1.1 crashes on Yosemite OS X 10.10.5
- Replies: 2
- Views: 291
Re: Audacity 2.1.1 crashes on Yosemite OS X 10.10.5
Post split to new topic. Similar symptoms are frequently not the same problem, so better to start a new topic.
What USB mic are you using?
Does Audacity actually "crash" (shut down unexpectedly), or freeze, or something else?
What USB mic are you using?
Does Audacity actually "crash" (shut down unexpectedly), or freeze, or something else?
- Fri Oct 30, 2015 9:00 am
- Forum: Windows
- Topic: Edit Labels somewhat broken in 2.1.1?
- Replies: 6
- Views: 451
Re: Edit Labels somewhat broken in 2.1.1?
pressing Enter on a specific label does not put focus on that position in the track. On my computer (Linux) it does put focus on the label, but only while the Label Editor is open. As soon as the label editor is closed, the cursor goes to the first label position. I assume that is the same problem ...
- Fri Oct 30, 2015 8:35 am
- Forum: Nyquist
- Topic: REQ: R1 MF ("Blue box") Tone Generator
- Replies: 40
- Views: 13527
Re: REQ: R1 MF ("Blue box") Tone Generator
That's better, but you've missed a couple. The straightforward one is in line 51. The other is a bit more interesting, see lines 47 to 50. Do you understand what those lines do? What do you suggest doing there?
- Fri Oct 30, 2015 1:51 am
- Forum: Nyquist
- Topic: REQ: R1 MF ("Blue box") Tone Generator
- Replies: 40
- Views: 13527
Re: REQ: R1 MF ("Blue box") Tone Generator
Is this thaepart you're talking about? (if (member key '(#\K #\6 #\9)) 1100 (if (member key '(#\S)) 1500 0)))))) (if (member key '(#\K #\S)) 1700 (if (member key '(#\K #\1 #\2 #\3 #\4 #\5 #\6 #\7 #\8 #\9 #\0 #\S)) Yes. The first line is looking to see if the input character "key" is in th...
- Thu Oct 29, 2015 7:24 pm
- Forum: Audio Processing
- Topic: Artificial wow and flutter
- Replies: 10
- Views: 4534
Re: Artificial wow and flutter
Your "Tremolo/Vibrato" plug-in will do that (on vibrato), but has the added advantage that users can select to have the rate gradually change over time. Unfortunately the "Tremolo/Vibrato" plug-in is not suitable for long sections of audio because cumulative rounding errors (it'...
- Thu Oct 29, 2015 7:16 pm
- Forum: Windows
- Topic: Not sure about decibel levels
- Replies: 4
- Views: 205
Re: Not sure about decibel levels
When I do a narration, the decibel level seems to be low in the track editor. Is this typical? What should a typical voice recording be at? your recording level is a little low. if your mouth is much more than 10 cm away from the mic, try getting a bit closer (ensure that you use a "pop shield...
- Thu Oct 29, 2015 6:45 pm
- Forum: Audio Processing
- Topic: Artificial wow and flutter
- Replies: 10
- Views: 4534
Re: Artificial wow and flutter
Assuming that you are using the current Audacity version 2.1.1, ensure that "Use legacy (version 3) syntax" is not selected (see http://manual.audacityteam.org/o/man/ny ... rompt.html)
(The current version of Audacity is available here: http://web.audacityteam.org/download/)
(The current version of Audacity is available here: http://web.audacityteam.org/download/)
- Thu Oct 29, 2015 4:49 pm
- Forum: Nyquist
- Topic: REQ: R1 MF ("Blue box") Tone Generator
- Replies: 40
- Views: 13527
Re: REQ: R1 MF ("Blue box") Tone Generator
There's still a few "#\K" and "#\S" characters that should be deleted, for example, line 28.