Search found 59476 matches
- Sat Mar 16, 2019 11:09 am
- Forum: GNU/Linux
- Topic: After upgrade to 2.2.2, no spanish language
- Replies: 18
- Views: 2567
Re: After upgrade to 2.2.2, no spanish language
Are you looking in the right place? It is listed as "Español" (not "Spanish") in "Edit menu > Preferences > Interface -> Language:" It's possible that Panda Jim has not included the language files. Do you have the file: /usr/share/locale/es/LC_MESSAGES/audacity.mo
- Sat Mar 16, 2019 10:17 am
- Forum: GNU/Linux
- Topic: Menu text on Ubuntu 18.10 are very light
- Replies: 3
- Views: 473
Re: Menu text on Ubuntu 18.10 are very light
Try using a different Desktop Theme.
I'm surprised if you're not seeing the same problem in some other applications.
I'm surprised if you're not seeing the same problem in some other applications.
- Sat Mar 16, 2019 10:11 am
- Forum: Windows
- Topic: Chains disappeared??
- Replies: 4
- Views: 10663
Re: Chains disappeared??
one of the designed editing fra the old Chains What does that mean? I also created a new Macro, but when applying that, the same message comes up. What is in the macro? Are you applying it to the project, or to files? If you are applying to the project, what is in the project, and what is selected?...
- Sat Mar 16, 2019 10:00 am
- Forum: Audio Processing
- Topic: Not-great mic, but not abysmal. Is it salvageable?
- Replies: 2
- Views: 263
Re: Not-great mic, but not abysmal. Is it salvageable?
You can't magically transform that into good quality sound.
You can make it sound less muffled by applying the "Bass and Treble" effect with -12 db Bass and +12 dB Treble.
You can make it sound less muffled by applying the "Bass and Treble" effect with -12 db Bass and +12 dB Treble.
- Sat Mar 16, 2019 2:43 am
- Forum: Windows
- Topic: Remove pop-up window when generating silence
- Replies: 1
- Views: 90
Re: Remove pop-up window when generating silence
If you want to silence existing audio: "Edit menu > Remove Special > Silence Audio" (or "Ctrl + L") If you want to paste some silence, you need to copy some silence first, then "Edit menu > Paste" (or "Ctrl + V") If you want to generate some silence, then you ...
- Fri Mar 15, 2019 6:17 pm
- Forum: Making Music with Audacity
- Topic: How to put (book)marks into a whole MP3
- Replies: 8
- Views: 1633
Re: How to put (book)marks into a whole MP3
But why, in addition to the "exporting multiple", not let create a single whole file with marks to go from a song to the next song? Because there is no standard way to do that. If you use iTunes, then you can add iTunes "chapter" markers, and that will work in iTunes, but not in...
- Fri Mar 15, 2019 5:47 pm
- Forum: Making Music with Audacity
- Topic: How to put (book)marks into a whole MP3
- Replies: 8
- Views: 1633
Re: How to put (book)marks into a whole MP3
I referred to the link in my first post: https://manual.audacityteam.org/man/creating_and_selecting_labels.html Thanks. The rest of my reply still applies, but note that if it is more convenient to do so, you can also use "point labels" (at the start of each section) with Export Multiple.
- Fri Mar 15, 2019 5:33 pm
- Forum: Making Music with Audacity
- Topic: How to put (book)marks into a whole MP3
- Replies: 8
- Views: 1633
Re: How to put (book)marks into a whole MP3
the exemple for creating labels in the Wiki (about an interview) There's about 1000 pages in the wiki. Which one are you referring to? If you create labels in an Audacity Project, you can use those labels with "Export Multiple" (https://manual.audacityteam.org/man/export_multiple.html) to...
- Fri Mar 15, 2019 5:29 pm
- Forum: Windows
- Topic: Spectral editing selection and cutting/pasting
- Replies: 7
- Views: 291
- Fri Mar 15, 2019 1:02 pm
- Forum: Windows
- Topic: Play File without Opening?
- Replies: 2
- Views: 100
Re: Play File without Opening?
Audacity uses " wxFileDialog " as the base for the file dialog window. wxFileDialog has an option "wxFD_PREVIEW", which show a preview of the selected files. I don't know if this includes previewing audio files, or only a visual preview (I suspect the latter). In either case, the...