Search found 59476 matches

by steve
Thu Jul 30, 2020 8:01 pm
Forum: Macros and Scripting
Topic: Macro to Remove Tracks
Replies: 5
Views: 317

Re: Macro to Remove Tracks

steve wrote:
Thu Jul 30, 2020 7:59 pm
I'll correct it to avoid confusion.
Done.
by steve
Thu Jul 30, 2020 7:59 pm
Forum: Macros and Scripting
Topic: Macro to Remove Tracks
Replies: 5
Views: 317

Re: Macro to Remove Tracks

mafg1953 wrote:
Thu Jul 30, 2020 7:58 pm
Should TrackCount="4" be TrackCount="3"? Just wondering.
Yes, but it won't do any harm. If there is a "track 15", it will be deleted.
I'll correct it to avoid confusion.
by steve
Thu Jul 30, 2020 7:56 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: I'm unhappy with how to start recording
Replies: 4
Views: 351

Re: I'm unhappy with how to start recording

And if I try that trick with the MONO track which seems to work when I test, how do I get rid of the empty mono track after I've recorded a song? Getting rid of that empty track is optional - it makes no difference to the exported file because it is empty. To remove the track, click the [ X ] in th...
by steve
Thu Jul 30, 2020 7:49 pm
Forum: Macros and Scripting
Topic: Macro to Remove Tracks
Replies: 5
Views: 317

Re: Macro to Remove Tracks

Code: Select all

SelectTracks:Mode="Set" Track="0" TrackCount="2"
SelectTracks:Mode="Add" Track="3" TrackCount="7"
SelectTracks:Mode="Add" Track="11" TrackCount="3"
RemoveTracks:

by steve
Thu Jul 30, 2020 6:54 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: I'm unhappy with how to start recording
Replies: 4
Views: 351

Re: I'm unhappy with how to start recording

This is a Windows issue rather than an Audacity issue. When recording with WASAPI as host, Audacity can only start recording when there is an active audio stream - this is just how WASAPI works. If there is no active audio stream, then Audacity receives no audio samples and there is nothing to recor...
by steve
Thu Jul 30, 2020 5:19 pm
Forum: Windows
Topic: 32 bits Flac splitting
Replies: 14
Views: 167

Re: 32 bits Flac splitting

FLAC files are nearly always either 16-bit or 24-bit. 8-bit and 12-bit FLAC files are also possible, but hardly ever used. Audacity supports importing any valid FLAC file (8 to 24 bits per sample). Audacity supports exporting 16-bit and 24-bit FLAC. On import, Audacity decodes FLAC files to 32-bit f...
by steve
Thu Jul 30, 2020 3:24 pm
Forum: macOS
Topic: Input signal comes and goes
Replies: 5
Views: 100

Re: Input signal comes and goes

cesarmenezes wrote:
Thu Jul 30, 2020 2:00 pm
Will it work on a windows laptop?
Those devices are supposed to work on any computer, though we get reports of the same kind of problems with them on Windows, Mac and Linux.
If you have access to a Windows machine, then you could certainly try it, though I would expect the same or similar problem.
by steve
Thu Jul 30, 2020 2:37 pm
Forum: Windows
Topic: recording/playback not same tone as raw
Replies: 7
Views: 129

Re: recording/playback not same tone as raw

i'm plugging my guitar into pc mb sound line in and it goes then speaker out ... How are you routing the signal from the input to the output? Are you using Audacity's "Software Playthrough", or Windows' "Listen to this device", or something else? Is it an acoustic guitar or a so...
by steve
Thu Jul 30, 2020 2:25 pm
Forum: General Audio Programming
Topic: Automating file conversion
Replies: 2
Views: 2172

Re: Automating file conversion

What I am looking to do is have a script (Python, Powershell) run on a schedule and look in a folder for mp3 files. If it sees a files, I want to feed this file in to Audacity to convert it to a different specific format (WAV, u-law, 8bit, mono, 8000khz) It would be quicker and easier to use a comm...
by steve
Thu Jul 30, 2020 11:20 am
Forum: Windows
Topic: Export MP3 from Audacity 2.4.2 to a CD
Replies: 1
Views: 41

Re: Export MP3 from Audacity 2.4.2 to a CD

If you wish to make a normal "audio CD", then Export from Audacity as a WAV file, and use your CD burning software to make the CD (selecting "Audio CD" as the type of CD).