Search found 59476 matches
- Sun Oct 22, 2017 9:21 am
- Forum: Windows
- Topic: Waveform issues
- Replies: 1
- Views: 298
Re: Waveform issues
Does it look something like this: http://manual.audacityteam.org/m/images/3/38/multiselect.png If so, you may have accidentally pressed the F6 key (http://manual.audacityteam.org/man/multi_tool.html), in which case, press the F1 key, or press the "I" cursor button to go back to the normal ...
- Sun Oct 22, 2017 9:14 am
- Forum: Adding Features to Audacity
- Topic: Custom colors in spectral view
- Replies: 9
- Views: 1768
Re: Custom colors in spectral view
Vote added.vitaly-zdanevich wrote:I am also +1 for dark theme for spectral view
- Sun Oct 22, 2017 12:29 am
- Forum: GNU/Linux
- Topic: Audacity wont run [SOLVED]
- Replies: 11
- Views: 3313
Re: Audacity wont run
Audacity should not be run as sudo.danzi wrote:However if I run Audacity as SUDO
What repository is that from?danzi wrote:.1.3.0build3-ubuntu
I'm using Ubuntu 16.04 and Audacity is listed as 2.1.2-1 (https://packages.ubuntu.com/xenial/audacity)
- Sun Oct 22, 2017 12:24 am
- Forum: GNU/Linux
- Topic: Ubuntu 16.04 Audacity 2.1.2
- Replies: 24
- Views: 4187
Re: Ubuntu 16.04 Audacity 2.1.2
Sorry, I only now found dracconi had that mic This is the problem with tagging onto the end of someone else's topic - the problem may seem similar, but usually the details are different, so very often the similarity is only superficial and the cause / solution can be totally different. This is why ...
- Sat Oct 21, 2017 4:48 pm
- Forum: GNU/Linux
- Topic: Audacity wont run [SOLVED]
- Replies: 11
- Views: 3313
Re: Audacity wont run
That's just a warning, not a critical failure. I get that warning too, but no reason for it to prevent Audacity from running.danzi wrote: (Audacity:6189): Gtk-WARNING **: gtk_disable_setlocale() must be called before gtk_init()
- Sat Oct 21, 2017 3:56 pm
- Forum: GNU/Linux
- Topic: Ubuntu 16.04 Audacity 2.1.2
- Replies: 24
- Views: 4187
Re: Ubuntu 16.04 Audacity 2.1.2
Test your Samson Go mic on another computer.bentsu wrote:I found this old thread when trying to find solution to my problem which seems to be the same as
"dracconi";s. All the details are the same on my set up too.
Is there any further info in this matter?
- Sat Oct 21, 2017 3:19 pm
- Forum: Windows
- Topic: Locking Up, Not Crashing.
- Replies: 8
- Views: 1165
Re: Locking Up, Not Crashing.
One possibility that has been reported by some users, is that some anti-virus / security products can interfere with Audacity by scanning all of the "AU" data files that Audacity produces. When processing a long track, Audacity can create thousands of AU data files, so not surprisingly, if...
- Sat Oct 21, 2017 3:14 pm
- Forum: Adding Features to Audacity
- Topic: Suggestion for Tap Code Generator
- Replies: 3
- Views: 1024
Re: Suggestion for Tap Code Generator
If you are a blind / VI user of Audacity, Robert Hänggi may be able to offer some tips. Robert is a regular contributor to this forum and to the audacity4blind mailing list (he's blind), and he's very experienced in writing Nyquist plug-ins (he wrote the "Vocal Reduction and Isolation" eff...
- Sat Oct 21, 2017 3:06 pm
- Forum: macOS
- Topic: Vocal Remover Isolation Effect Not Available?
- Replies: 2
- Views: 2382
Re: Vocal Remover Isolation Effect Not Available?
In a tutorial, I'm told to go to Effects, and then click on "Vocal Remover." Sounds like you are trying to follow an old tutorial for an old version of Audacity. and just downloaded the latest Audacity. Unless you tell us the actual version number (from Audacity > About Audacity), we don'...
- Sat Oct 21, 2017 1:30 pm
- Forum: GNU/Linux
- Topic: Sample Data Export/Import is “bit-perfect”/lossless?[SOLVED]
- Replies: 35
- Views: 3560
Re: Sample Data Export/Import is “bit-perfect”/lossless?
Does Sample Data Import truncate or round the values when importing? Or Audacity itself? Converting floating point values to decimal is handled by Nyquist. You would need to dig into the Nyquist programming language code (http://www.cs.cmu.edu/afs/cs.cmu.edu/project/music/web/music.software.html) t...