Search found 59476 matches
- Tue Sep 29, 2020 3:53 pm
- Forum: Windows
- Topic: CRC check fails on MP3 import
- Replies: 2
- Views: 481
Re: CRC check fails on MP3 import
or related to the bug noted in this forum post It is related to that bug. The problem with Opus import was because Audacity was too permissive with non-standard MP3 files, so Audacity was getting confused between MP3 files and Opus files. That was fixed by making Audacity more strict about MP3 file...
- Tue Sep 29, 2020 3:43 pm
- Forum: Windows
- Topic: Audacity 2.4.2 will not record from streamed music
- Replies: 10
- Views: 521
Re: Audacity 2.4.2 will not record from streamed music
I don't know what drivers Ocenaudio uses, but if it uses ASIO drivers then that's not possible for Audacity due to licensing restrictions. On Windows, Audacity uses Windows drivers.roberts175 wrote: ↑Tue Sep 29, 2020 9:45 amit would be good if it could work with the same drivers etc as Ocenaudio on PCs running Windows 10
- Tue Sep 29, 2020 7:40 am
- Forum: GNU/Linux
- Topic: [SOLVED] Record fills blank to cursor
- Replies: 10
- Views: 545
Re: Record fills blank to cursor
when I click "Click to start monitoring," the levels show correctly. I see the live feed from my recording device. But when I click record, it will simply refuse to record. When you "Click to start monitoring", Audacity captures audio from the selected (recording) audio device. ...
- Tue Sep 29, 2020 7:31 am
- Forum: macOS
- Topic: 2.2.1 stopped working??
- Replies: 3
- Views: 68
Re: 2.2.1 stopped working??
There's a post here that gives a solution: viewtopic.php?p=397034#p397034
- Tue Sep 29, 2020 7:26 am
- Forum: General Audio Programming
- Topic: How to name channels/tracks in my *.wav files in Python?
- Replies: 5
- Views: 2385
Re: How to name channels/tracks in my *.wav files in Python?
Audacity uses the file name as the name of the track.
- Mon Sep 28, 2020 9:05 pm
- Forum: General Audio Programming
- Topic: How to name channels/tracks in my *.wav files in Python?
- Replies: 5
- Views: 2385
Re: How to name channels/tracks in my *.wav files in Python?
I am creating and writing `*.wav` files using the `wavefile` Python package ... Is there a way to customize these names in Python Just change the name of the file that you are writing. If you write the file as "my example.wav", then when you import it into Audacity it will create a track ...
- Mon Sep 28, 2020 8:42 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: mod_script_pipe 2.4.2: first command return empty, second works
- Replies: 4
- Views: 366
Re: mod_script_pipe 2.4.2: first command return empty, second works
Thanks for testing on both.
- Mon Sep 28, 2020 8:35 pm
- Forum: Audio Processing
- Topic: Synthetic Ocean Wave Sound
- Replies: 3
- Views: 273
Re: Synthetic Ocean Wave Sound
I have been trying to use amplitude modulation on a pink noise track. I can generate a pink noise track and I can generate a carrier wave with a period of 11 seconds but I am not sure what to do next... After generating the noise, apply this code using the Nyquist Prompt effect: ;version 4 (mult *t...
- Mon Sep 28, 2020 8:13 pm
- Forum: Windows
- Topic: Bitrate & Hz
- Replies: 9
- Views: 269
Re: Bitrate & Hz
It still could be 320 kbps.
If you want to know the exact format of an MP3 file, use this web page: https://mediaarea.net/MediaInfoOnline
- Mon Sep 28, 2020 7:11 pm
- Forum: Windows
- Topic: Bitrate & Hz
- Replies: 9
- Views: 269
Re: Bitrate & Hz
We can see that file has a high frequency cut-off at around 18500 Hz. If that file was recorded with Lame, using one of the presets, then it corresponds with "preset standard" (about 190 kbps). Note that other MP3 encoders may filter at different frequencies. Note that Lame's presets may b...