Search found 59476 matches

by steve
Sat Feb 27, 2021 9:27 pm
Forum: Windows
Topic: Add-on for transferring audio edits between Blender and Audacity
Replies: 41
Views: 1687

Re: Bug: Importing Labels through command line fails

tintwotin wrote:
Sat Feb 27, 2021 9:13 pm
The first script seems to be working
Great :D

tintwotin wrote:
Sat Feb 27, 2021 9:13 pm
or how is this feature envisioned?
You can take it as far as you like, but I initially envisioned it as simply:
1. Launch Audacity and import the file
2. Select the required section of audio
3. (optional) add a label to the selected section.
by steve
Sat Feb 27, 2021 9:24 pm
Forum: macOS
Topic: How to open a file without hours and hours of nothing appearing after it.
Replies: 22
Views: 768

Re: How to open a file without hours and hours of nothing appearing after it.

So if you scroll out to the max it doesn't end up a tiny slice on the far left of your screen? Yes, of course it does, but why do that unless you need to see hours beyond the end? If you do need to see hours beyond the end (for example if you want a sound to play once each hour), then you can do it.
by steve
Sat Feb 27, 2021 9:21 pm
Forum: Windows
Topic: Invalid Sample Rate for Batch Processing
Replies: 2
Views: 85

Re: Invalid Sample Rate for Batch Processing

Noswad631 wrote:
Sat Feb 27, 2021 7:36 pm
Quality: 16kbps
That's very low quality. Are you sure you want such poor audio quality?
If you do, then you will need to add a "SetProject:" command to your macro to change the Project Rate prior to the Export step.
by steve
Sat Feb 27, 2021 6:47 pm
Forum: Windows
Topic: Add-on for transferring audio edits between Blender and Audacity
Replies: 41
Views: 1687

Re: Bug: Importing Labels through command line fails

There has been some discussion about adding an option to configure Audacity for use as an add-on editor for other apps, but currently Audacity is not ideal for that kind of use. Audacity does not directly edit files, it copies the audio data from a file into the "project" and exports from ...
by steve
Sat Feb 27, 2021 6:27 pm
Forum: Windows
Topic: Handling ZOOM H6 marks in Audacity
Replies: 2
Views: 83

Re: Handling ZOOM H6 marks in Audacity

CavailléColl wrote:
Sat Feb 27, 2021 5:56 pm
To identify cut marks later more easier I set marks during the session to identify them later in post production.
What sort of "marks" are they?
by steve
Sat Feb 27, 2021 6:08 pm
Forum: General Audio Programming
Topic: Analyzing single waveform for frequency over time?
Replies: 3
Views: 1067

Re: Analyzing single waveform for frequency over time?

What's the purpose? If you want to "see" the change in frequencies over time, then that's what the track spectrogram view does: https://manual.audacityteam.org/man/spectrogram_view.html If you need to do some numeric analysis, then you will need a different solution, which begs the questio...
by steve
Sat Feb 27, 2021 5:13 pm
Forum: Windows
Topic: Audacity does not record my voice, only the sound of the videos I listen to.
Replies: 21
Views: 442

Re: Audacity does not record my voice, only the sound of the videos I listen to.

Look in the Windows Sound control panel and ensure that your microphone is enabled.
by steve
Sat Feb 27, 2021 5:11 pm
Forum: Audacity in Education
Topic: What am I hearing when I generate a 10 Hz tone?
Replies: 4
Views: 1211

Re: What am I hearing when I generate a 10 Hz tone?

but if I look at the spectrogram (attached), there's frequencies that go up to 1 kHz Those multicoloured humps are graphic artefacts - a limitation of FFT analysis. If you increase the FFT "window size" you will see those humps diminish in size: Tracks000.png I can indeed hear a low rumbl...
by steve
Sat Feb 27, 2021 4:58 pm
Forum: Windows
Topic: Audacity does not record my voice, only the sound of the videos I listen to.
Replies: 21
Views: 442

Re: Audacity does not record my voice, only the sound of the videos I listen to.

Kreos wrote:
Sat Feb 27, 2021 2:13 pm
If i select "MME" i can select on microphone. El famoso "code 0".
"MME" and "microphone" is the correct setting. What exactly does the error say?
by steve
Sat Feb 27, 2021 4:39 pm
Forum: Windows
Topic: Add-on for transferring audio edits between Blender and Audacity
Replies: 41
Views: 1687

Re: Bug: Importing Labels through command line fails

The new pipe stuff looks quite powerful, but it'll demand of users to install and enable things How much do you know about Blender? I don't know a lot, but I've heard that it has an embedded Python interpreter. Is it possible to use that to communicate with Audacity via mod-script-pipe? The central...