Search found 59476 matches

by steve
Sat Jun 27, 2020 3:37 pm
Forum: macOS
Topic: Been using for months new error message can't open anything please help!
Replies: 9
Views: 434

Re: Been using for months new error message can't open anything please help!

Download this test file (it's a 6 second tone in WAV format)
tone.wav
(516.84 KiB) Downloaded 12 times
Launch Audacity, then "File menu > Import > Audio" and select the downloaded "tone.wav" format.
Does Audacity import it successfully?
by steve
Sat Jun 27, 2020 3:32 pm
Forum: GNU/Linux
Topic: Installation packages for Linux
Replies: 15
Views: 1311

Re: Installation packages for Linux

if possible to upload wxwidgets along with audacity source into launchpad? I don't know how launchpad works, but on a PC you can clone wx3.1 from here: https://github.com/audacity/wxWidgets Build and install wxWidgets, then build Audacity. To build wxWidgets: git clone --recurse-submodules https://...
by steve
Sat Jun 27, 2020 3:13 pm
Forum: Windows
Topic: Seamless loop of engine sound
Replies: 26
Views: 548

Re: Seamless loop of engine sound

What frequency do you think would be best for looping this sound in general? (without worrying about the game's limitations). Ideally, for full frequency range audio, 44100 Hz sample rate. Going lower than that will cut down high frequencies, but I'd guess that the engine sound will be OK down to 2...
by steve
Sat Jun 27, 2020 3:08 pm
Forum: Windows
Topic: Crackle on recording Focusrite Scarlet 4i4 USBC
Replies: 27
Views: 853

Re: Crackle on recording Focusrite Scarlet 4i4 USBC

kotdb wrote:
Sat Jun 27, 2020 1:02 pm
Sadly that doesn't seem to improve things either going up or down.
Did it make it worse in either direction? It should at least make some difference.
by steve
Sat Jun 27, 2020 3:07 pm
Forum: Windows
Topic: Problem upgrading to 2.4.2
Replies: 14
Views: 296

Re: Problem upgrading to 2.4.2

What settings are you using in the Device Toolbar with Audacity 2.3.1?
by steve
Sat Jun 27, 2020 1:00 pm
Forum: Adding Features to Audacity
Topic: Double-click stop to reset
Replies: 9
Views: 457

Re: Double-click stop to reset

waxcylinder wrote:
Sat Jun 27, 2020 12:56 pm
There already is a shortcut for Skip to Start - which is Ctrl+Home
I think that should be just "Home" (it is on Linux - "Ctrl + Home" does nothing on Linux)
"Shift + Home" selects from the current cursor position / selection to the start of the project (time = 0)
by steve
Sat Jun 27, 2020 12:58 pm
Forum: Adding Features to Audacity
Topic: Double-click stop to reset
Replies: 9
Views: 457

Re: Double-click stop to reset

why not make it a shortcut via a different method. It only takes two key presses to stop and return to zero: Space, then Home. Or for mouse users, the "Stop" and "Skip to Start" buttons are right next to each other. Other related commands: To stop and return to the start of the ...
by steve
Sat Jun 27, 2020 12:44 pm
Forum: General Audio Programming
Topic: What programming language is Audacity in?
Replies: 1
Views: 2274

Re: What programming language is Audacity in?

What programming language is Audacity in? Mostly C++ The full source code is here: https://github.com/audacity/audacity In the Wicki for building it on the Mac it refers to Xcode. Does this mean it has been translated into Swift for the Mac? Yes we use Xcode on macOS. No it hasn't been translated i...
by steve
Sat Jun 27, 2020 12:36 pm
Forum: GNU/Linux
Topic: Installation packages for Linux
Replies: 15
Views: 1311

Re: Installation packages for Linux

All of this could be avoided by the developers creating installable Linux packages in-house. I can’t for the life of me understand why that doesn’t happen. Because there is no single build that will work on all 'Nix OS's, and we don't have the resources to build and test multiple versions for Linux...
by steve
Sat Jun 27, 2020 11:25 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Hello
Replies: 1
Views: 236

Re: Hello

Hi Joe,
If you're interested in the development side of Audacity, you may find some things of interest in this part of the Audacity wiki: https://wiki.audacityteam.org/wiki/For_Developers