Search found 59476 matches

by steve
Wed May 16, 2018 12:16 am
Forum: Windows
Topic: Windows 10 1803 Update Issues
Replies: 11
Views: 3429

Re: Windows 10 1803 Update Issues

I installed the 1803 update, not the creators update, and I can't record anymore, I get 'Error opening device. Try changing the audio host, recording device and the project sample." I tried changing all those things but it doesn't help. See if this fixes it: https://www.windowscentral.com/wind...
by steve
Tue May 15, 2018 9:33 pm
Forum: GNU/Linux
Topic: No sound through headphones
Replies: 12
Views: 3456

Re: No sound through headphones

I had a problem before where I could not hear the audio playback of the input while I was recording. This time I am using an iRig Pro. I tried all the settings for the playback device to no avail. I knew I had come across the answer before and it is under the following: Edit > Preferences > Recordi...
by steve
Tue May 15, 2018 9:22 pm
Forum: Audiobook Production
Topic: Trouble with Peaks and EQ
Replies: 13
Views: 1607

Re: Trouble with Peaks and EQ

Re. your original question, no you shouldn't be adjusting the record level on the fly. Set the recording level so that the peak level when you speak loudly into the microphone is just a fraction over half the track height. Peaks should never touch the top or bottom of the track when you record so le...
by steve
Tue May 15, 2018 8:20 pm
Forum: Audiobook Production
Topic: Trouble with Peaks and EQ
Replies: 13
Views: 1607

Re: Trouble with Peaks and EQ

Vitrushka wrote:I'm using Audacity 2.2.1
You should update to Audacity 2.2.2 as soon as possible as there is a serious bug in 2.2.1 that could cause loss of work. See: viewtopic.php?f=64&t=99026
by steve
Tue May 15, 2018 5:46 pm
Forum: Windows
Topic: Seaboard
Replies: 7
Views: 439

Re: Seaboard

Audacity is an "audio" recorder and only records "audio". Audacity does not support "soft synths" and does not record "midi".

How far have you got with your recent Seaboard? Are you able to produce any sound? Where does the sound come from?
by steve
Tue May 15, 2018 5:43 pm
Forum: Windows
Topic: I can't move a track forward or backward
Replies: 3
Views: 2016

Re: I can't move a track forward or backward

relztrah wrote:I am not seeing where to change the bit rate mode on the Export screen.
The selected format in that picture says "WAV (Microsoft) signed 16-bit PCM".
To set the MP3 settings and export as MP3, you need to select MP3 as the export format.
by steve
Tue May 15, 2018 4:15 pm
Forum: Windows
Topic: Vamp Aubio Onset Detector not working right Audacity 2.2.2
Replies: 11
Views: 986

Re: Vamp Aubio Onset Detector not working right Audacity 2.2

(I just don't recall having to make a selection from time=0.0) Old versions of Audacity had quirk that if nothing is selected and you apply an operation that requires a selection, the entire project would be selected automatically. In more recent versions of Audacity that "auto select all if n...
by steve
Tue May 15, 2018 2:20 pm
Forum: Windows
Topic: Vamp Aubio Onset Detector not working right Audacity 2.2.2
Replies: 11
Views: 986

Re: Vamp Aubio Onset Detector not working right Audacity 2.2

The "problem" is that the plug-in is returning the labels relative to the start of the selection, so to get the labels to line up with the detected beats, you need to ensure that the selection starts at time=0.0
by steve
Tue May 15, 2018 2:15 pm
Forum: General Audio Programming
Topic: Import WAV files into Audacity via programming
Replies: 7
Views: 3122

Re: Import WAV files into Audacity via programming

Something else that may be useful for you is that a project may contain other types of audio files, such as WAV or Ogg files. Here's an example AUP file that imports two WAV files from its _data folder. <?xml version="1.0" standalone="no" ?> <!DOCTYPE project PUBLIC "-//auda...