Search found 59476 matches
- Tue Nov 21, 2017 5:34 pm
- Forum: macOS
- Topic: Audacity quit unexpectedly
- Replies: 33
- Views: 2992
Re: Audacity quit unexpectedly
It seems exclusively third party applications, with quite a lot from Sourceforge, like Audacity, Inkscape, Burn-OSC and Filezilla. Don't get Audacity from Sourceforge. Their version is very out of date, and we can't guarantee that they haven't meddled with it. Always use the links on the download p...
- Tue Nov 21, 2017 4:31 pm
- Forum: Windows
- Topic: Exporting tracks to ave the same length as the full song
- Replies: 1
- Views: 702
Re: Exporting tracks to ave the same length as the full song
When exporting a track, Audacity exports from the start of the first audio clip in the track to the end of the final audio clip in the track. Any empty spaces between these points is filled with silence. Empty space before the first audio clip in the track is not filled with silence. If you need to ...
- Tue Nov 21, 2017 1:12 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Default WAV 24-bit extension is .AIFF
- Replies: 12
- Views: 3406
Re: Default WAV 24-bit extension is .AIFF
Please test with Audacity 2.2.0.
- Tue Nov 21, 2017 11:41 am
- Forum: GNU/Linux
- Topic: Convert pcm encode to pdm so auto outputs pulses to speaker
- Replies: 7
- Views: 1534
Re: Convert pcm encode to pdm so auto outputs pulses to spea
For the benefit of anyone reading this topic, perhaps you can tell us how you did it.dnorric` wrote:All i wanted to do was the conversion, thats it, done.
- Tue Nov 21, 2017 11:06 am
- Forum: Windows
- Topic: blank progress box, minor bug
- Replies: 11
- Views: 830
Re: blank progress box, minor bug
I can't reproduce that here (on Linux). Which operating system are you using? Which version of Audacity? Are you using the "Graphic Eq" or the "Draw" mode? Does it make any difference? Are you using a preset, or your own custom settings? Does that make any difference? Is the issu...
- Tue Nov 21, 2017 10:59 am
- Forum: GNU/Linux
- Topic: Convert pcm encode to pdm so auto outputs pulses to speaker
- Replies: 7
- Views: 1534
Re: Convert pcm encode to pdm so auto outputs pulses to spea
I see that you have been pursuing this same question for months , but I still don't see how you intend to solve the fundamental problem that PDM (and PWM) require a much higher frequency than sound cards can achieve. If this is just an academic exercise, I can give any number of relevant references ...
- Tue Nov 21, 2017 10:41 am
- Forum: Adding Features to Audacity
- Topic: Wish-list on Compressed saving
- Replies: 9
- Views: 1881
Re: Wish-list on Compressed saving
The way that "Save a compressed copy" works, is that each track is rendered (effectively the same as exporting) as OGG files, and these OGG files then replace the normal audio data. As when exporting a track, the track data forms a single audio file. One thing that you could do, is to labe...
- Tue Nov 21, 2017 10:34 am
- Forum: Windows
- Topic: Audacity with ASIO and Focusrite (Win 10) [SOLVED]
- Replies: 5
- Views: 2175
Re: Sound problem - Audacity with ASIO and Focusrite (Win 10
and I presume that you have checked that your computer is using the 4.36.4 driver? I don't think that this is an Audacity problem. I think that the problem is that on Windows 10, ASIO is not releasing the sound card as it did on Windows 8. If you use Audacity with ASIO, then close Audacity and all o...
- Tue Nov 21, 2017 10:17 am
- Forum: Windows
- Topic: Information dialogs interrupt and stop entire chains
- Replies: 1
- Views: 312
Re: Information dialogs interrupt and stop entire chains
For Nyquist plug-ins it should be fairly easy to disable the message. For built-in effects, probably not.quartrez wrote:Is it possible to deactivate this prompt entirely when applying a clipping removal chain to multiple files?
Which effect is giving you the problem?
- Tue Nov 21, 2017 10:12 am
- Forum: GNU/Linux
- Topic: Convert pcm encode to pdm so auto outputs pulses to speaker
- Replies: 7
- Views: 1534
Re: Convert pcm encode to pdm so auto outputs pulses to spea
To output PDM for audio frequency input, you need to be able output extremely fast pulses (PDM is typically around 3 MHz). If your hardware can't output pulses that fast (which obviously a normal sound card can't), then you have no way to output the pulses to the speaker. To do what you want, you wo...