Search found 24069 matches
- Tue May 03, 2016 11:55 am
- Forum: Windows
- Topic: Unable to start Audacity after download ?
- Replies: 10
- Views: 538
Re: Unable to start Audacity after download ?
This is the page you can download Audacity from directly: http://www.fosshub.com/Audacity.html . Then tried on my upgraded Win 7 to 10 and although no problem downloading, both bars also had the same lines through them as well as in the pic above. I've now tried both Zip and the full download from y...
- Tue May 03, 2016 11:42 am
- Forum: GNU/Linux
- Topic: No wma support (yet) but want to understand build config
- Replies: 8
- Views: 874
Re: Compiling from source, ffmpeg versioning. Confused
So I can --enable-shared-library because it will still restrict it within usr/local? --enable-shared will build .so files for FFmpeg that Audacity can use. Installation of FFmpeg should default to /usr/local. You can always force the installation directory with ./configure --prefix=<directory> Gale
- Tue May 03, 2016 11:33 am
- Forum: Windows
- Topic: Sound recording not possible on desktop
- Replies: 8
- Views: 268
Re: Sound recording not possible on desktop
If it's a USB headset, restart Audacity or use Transport > Rescan Audio Devices at the top of Audacity. Audacity doesn't automatically see new devices connected after Audacity is running.
Gale
Gale
- Tue May 03, 2016 11:29 am
- Forum: Windows
- Topic: Only microphone as recording device on W10
- Replies: 7
- Views: 550
Re: Only microphone as recording device on W10
According to https://www.asus.com/support/Download/3/388/0/1/gkyI9iViQxXxueTd/36/ your laptop does not support Windows 10 so it is no surprise the audio did not work properly. According to that link the latest official audio drivers are for Windows 8. You can try recording computer playback with the...
- Tue May 03, 2016 11:16 am
- Forum: Windows
- Topic: Clicking sound when starting Audacity
- Replies: 3
- Views: 261
Re: Clicking sound when starting Audacity
Please don't forget to tell us what version of Audacity you are using (all three numbers, see the pink panel at the top of the page). It's not likely to be a problem. Audacity queries the hardware when it launches to see if it is compatible and to find out the sample rates it supports. Some people h...
- Tue May 03, 2016 11:10 am
- Forum: Compiling Audacity
- Topic: "non-virtual thunk" error when compling audacity on yosemite
- Replies: 6
- Views: 1816
Re: "non-virtual thunk" error when compling audacity on yose
Also, these are good instructions for uninstalling Xcode so you can start over with a new Xcode installation: http://osxdaily.com/2012/02/20/uninstall-xcode/.
Gale
Gale
- Tue May 03, 2016 11:06 am
- Forum: Compiling Audacity
- Topic: "non-virtual thunk" error when compling audacity on yosemite
- Replies: 6
- Views: 1816
Re: "non-virtual thunk" error when compling audacity on yose
Can you please specify the correct versions of OSx, Xcode, SDKs, source code etc to building with Xcode successfully. Those are specified in https://github.com/audacity/audacity/blob/master/mac/Build.txt . That is, no greater than Xcode 7.1, and use the 10.6 SDK as well as the SDK that came with Xc...
- Tue May 03, 2016 10:57 am
- Forum: Windows
- Topic: Incomplete recovery of files after crash [CLOSED]
- Replies: 17
- Views: 571
Re: Incomplete recovery of files after crash
Have you exited Audacity since saving the project you cut from in incorrect state? If yes, the log will show no errors. The orphan files should have been deleted as soon as you saved the project. If you never exited Audacity since saving the project you cut from, the log will still list the orphan f...
- Tue May 03, 2016 4:29 am
- Forum: Windows
- Topic: Unable to start Audacity after download ?
- Replies: 10
- Views: 538
Re: Unable to start Audacity after download ?
Thanks for your kind help, did as you suggested but unfortunately different problem now most likely as a result of local slow download speeds as it keeps saying failed - probably being Bank Holiday Monday.... Try clearing the download list in your web browser or download manager before downloading ...
- Mon May 02, 2016 4:37 pm
- Forum: GNU/Linux
- Topic: No wma support (yet) but want to understand build config
- Replies: 8
- Views: 874
Re: Compiling from source, ffmpeg versioning. Confused
Don't mess with system FFmpeg. Build your own FFmpeg 2.3, install it to /usr/local/ (the default location) and link Audacity to that FFmpeg. The linkage "should" happen automatically if pkg-config does its job. The whole point of the local install of FFmpeg is that you then "should&qu...