Please attach that file to your reply so I can see what's wrong with it.
Search found 59476 matches
- Thu Jun 20, 2019 9:59 pm
- Forum: Adding Features to Audacity
- Topic: Labels to id3v2 mp3 chapters spec
- Replies: 27
- Views: 3027
- Thu Jun 20, 2019 8:13 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: bug 2.3.2 mod-script-pipe
- Replies: 6
- Views: 722
Re: bug 2.3.2 mod-script-pipe
The "solution" that I proposed in my previous post has disadvantages for Nyquist Macros, but hopefully it's sufficient for you in the short term.
- Thu Jun 20, 2019 8:09 pm
- Forum: Windows
- Topic: Recording direct off web pages like YouTube
- Replies: 1
- Views: 99
Re: Recording direct off web pages like YouTube
The Audacity version number can be found in "Help menu > About Audacity". To record sounds that are playing on your computer, it's usually best to use the "WASAPI loopback" option as described here: https://manual.audacityteam.org/man/tutorial_recording_computer_playback_on_windo...
- Thu Jun 20, 2019 5:57 pm
- Forum: Adding Features to Audacity
- Topic: Time Scale/Pitch Shift Plugin for 2.x.x?
- Replies: 1
- Views: 295
Re: Time Scale/Pitch Shift Plugin for 2.x.x?
"Sliding Time Scale / Pitch Shift" is now included with Audacity and now has the much less verbose name "Sliding Stretch" "https://manual.audacityteam.org/man/sli ... retch.html
- Thu Jun 20, 2019 5:38 pm
- Forum: Adding Features to Audacity
- Topic: Macro extension: Export options
- Replies: 9
- Views: 598
- Thu Jun 20, 2019 3:07 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: bug 2.3.2 mod-script-pipe
- Replies: 6
- Views: 722
Re: bug 2.3.2 mod-script-pipe
I recall that you build Audacity yourself, so here's the fix if you wish to modify your version of Audacity. In each case in GetInfoCommand.cpp where you see a line: context.AddItem( <floating point value> ); rewrite the line as: context.AddItem( Internat::ToString(<floating point value>) ); For exa...
- Thu Jun 20, 2019 2:40 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: bug 2.3.2 mod-script-pipe
- Replies: 6
- Views: 722
Re: bug 2.3.2 mod-script-pipe
Thanks for the report. There's several other places this occurs too, such as clip start / end times, vertical zoom, and several others. A possible solution would be for each occurrence (in the Audacity code), to wrap the values in: Internat::ToString(<value>) Example: Now [ { "name":"...
- Thu Jun 20, 2019 1:42 pm
- Forum: Windows
- Topic: Adjusting the volume across all tracks
- Replies: 1
- Views: 171
Re: Adjusting the volume across all tracks
You can "Amplify" or "Normalize" all tracks together (just select all the tracks, then apply the Amplify or Normalize effects). There is currently no built-in way to adjust more than one track Gain sliders at a time. They can only be adjusted individually. I think it would be pos...
- Thu Jun 20, 2019 1:37 pm
- Forum: Windows
- Topic: Audacity macro-palette pushes around my shortcuts on a regular basis. [CLOSED]
- Replies: 19
- Views: 938
- Thu Jun 20, 2019 12:47 pm
- Forum: Podcasting with Audacity
- Topic: Exporting large audio files
- Replies: 1
- Views: 389
Re: Exporting large audio files
You need to use a format that supports recordings that long, and storage that has space for and support for such a big file. OGG Vorbis or MP3 should work, provided that there is sufficient disk space. Alternatively, you could split the recording into multiple files using "Export Multiple"...