Search found 59476 matches
- Mon Aug 26, 2019 12:22 pm
- Forum: macOS
- Topic: Open Letter from Etre Check on the future of Audacity
- Replies: 4
- Views: 481
Re: Open Letter from Etre Check on the future of Audacity
Audacity v23.3.2 I'm guessing that you mean Audacity 2.3.2 (?) EtreCheck identifies Audacity as a 32 bit app because of the funky way Audacity works. If EtreCheck says Audacity 2.3.2 for Mac is 32-bit, then that's a bug in EtreCheck. Audacity 2.3.2 for Mac is 64-bit. Since EtreCheck is not capable ...
- Mon Aug 26, 2019 12:00 pm
- Forum: macOS
- Topic: Generating silence at end of selection, then save
- Replies: 2
- Views: 211
Re: Generating silence at end of selection, then save
I want to generate 30 seconds of silence to the end of the selection, Rather than making a selection, just click on the track where you want the silence. Then open "Generate menu > Silence" and enter the amount of silence that you want (30 seconds). This will insert the specified amount o...
- Mon Aug 26, 2019 11:51 am
- Forum: GNU/Linux
- Topic: Script for 388 files
- Replies: 1
- Views: 278
Re: Script for 388 files
I will download the plugin mod-script-pipe No need to do that because the source code for mod-script-pipe is included with the main Audacity source code (it's in the lib-src directory). Better still, I don't think that you need to use mod-script-pipe at all for this task, if all 388 audio files are...
- Mon Aug 26, 2019 11:47 am
- Forum: Podcasting with Audacity
- Topic: Playback Without Recording
- Replies: 1
- Views: 411
Re: Playback Without Recording
If you recorded you voice first, just "Import" the audio files that you want and they will appear in additional tracks below your voice track.
See also: https://manual.audacityteam.org/man/tut ... music.html
See also: https://manual.audacityteam.org/man/tut ... music.html
- Mon Aug 26, 2019 11:44 am
- Forum: macOS
- Topic: Audacity not seeing TEAC LP-R550USB
- Replies: 1
- Views: 171
Re: Audacity not seeing TEAC LP-R550USB
Ensure that the device is connected (for audio) before you launch Audacity.
- Mon Aug 26, 2019 11:37 am
- Forum: GNU/Linux
- Topic: Mark tones by horizontal lines in spectrogram
- Replies: 2
- Views: 320
Re: Mark tones by horizontal lines in spectrogram
Audacity does not provide horizontal guide lines on the spectrum, but if you enable "Advanced vertical zooming" then you can easily zoom in vertically for any frequency range that you are interested in. See: https://manual.audacityteam.org/man/vertical_zooming.html#advanced Note that while...
- Mon Aug 26, 2019 11:31 am
- Forum: Windows
- Topic: play music from 1.2.6 version with new Audacity
- Replies: 2
- Views: 309
Re: play music from 1.2.6 version with new Audacity
It tells me I am missing "alias files" That problem is not due to the Audacity version, it's because your projects are missing some of their data. Modern versions of Audacity make it a bit harder to fall into this hole, because Audacity defaults to copying all of the data into the project...
- Mon Aug 26, 2019 11:26 am
- Forum: Nyquist
- Topic: Code to Select Audio
- Replies: 51
- Views: 4863
Re: Code to Select Audio
is there a code to select a certain range of samples within an audio selection, let's say something like "from sample 35000 to sample 45000" Selecting from 10.0 to 11.0 seconds within the selection: ;version 4 (setf start 10) (setf end 11) (extract-abs start end (cue *track*)) Selecting f...
- Mon Aug 26, 2019 11:16 am
- Forum: Windows
- Topic: apertura file
- Replies: 2
- Views: 461
Re: apertura file
Ensure that you save Audacity projects and audio file in locations that have read/write permission for your normal user account. For example, you could save projects in your "Documents" folder.
- Mon Aug 26, 2019 11:13 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Let Proejct sit in Dropbox Folder for live updates?
- Replies: 7
- Views: 806
Re: Let Proejct sit in Dropbox Folder for live updates?
Rather than send the project back and forth, would it actually work to leave the file and the data folder sit live in my dropbox folder and share it with her. that way we can both go in and make edits to the project, and the other one can see it immedieltey? Obviously only one of us would be in it ...