Search found 59476 matches

by steve
Sun Nov 05, 2017 12:48 pm
Forum: GNU/Linux
Topic: Audacity 2.2.0 cannot load ffmpeg libs [SOLVED]
Replies: 4
Views: 983

Re: Audacity 2.2.0 cannot load ffmpeg libs

You may still be compiling against the local headers. Try: --with-ffmpeg="system" --disable-dynamic-loading Before running "make", check the output from ./configure to ensure that configure found the necessary headers for FFmpeg (you need to have the FFmpeg development headers in...
by steve
Sun Nov 05, 2017 12:36 pm
Forum: Windows
Topic: Chain conversion crashes Audacity 2.2.0
Replies: 21
Views: 1725

Re: Chain conversion crashes Audacity 2.2.0

Update:
It has been verified that there is a problem with some Chains. Developers are working on this now.
by steve
Sun Nov 05, 2017 12:34 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: 2.2.0 odd problem
Replies: 9
Views: 1215

Re: 2.2.0 odd problem

Cannot envision a fix for the problem above, and note that 2.1.3 is not longer available for download. The older program is the one I use in my studio, thank goodness that I did not download to that computer, or I would be out of luck. Have used Audacity for about three years, strictly as a hobby, ...
by steve
Sun Nov 05, 2017 12:15 pm
Forum: GNU/Linux
Topic: Audacity 2.2.0 cannot load ffmpeg libs [SOLVED]
Replies: 4
Views: 983

Re: Audacity 2.2.0 cannot load ffmpeg libs

Try disabling dynamic loading. To do that, add the following option to your ./configure command:

Code: Select all

--disable-dynamic-loading
Hint: to perform a "clean" rebuild, clean the previous build with:

Code: Select all

make distclean
by steve
Sun Nov 05, 2017 12:11 pm
Forum: Windows
Topic: Cursor position in relation to the waveform heard
Replies: 2
Views: 375

Re: Cursor position in relation to the waveform heard

What you are describing is an inevitable consequence of buffering by an "on demand" sound system. My usual operating system (which I'm using now) is Linux, and I can easily reproduce the problem when using the default ASIO / PulseAudio sound system. What's happening is: 1) You press the Pl...
by steve
Sun Nov 05, 2017 11:27 am
Forum: Windows
Topic: win-2.2.0 installer - partially wrong Russian encoding
Replies: 7
Views: 563

Re: win-2.2.0 installer - partially wrong Russian encoding

mwz wrote: the main was a bug report about the wrong codepage in this line.
I'm trying to log a bug report for this. Please tell me what "this line" should say.
by steve
Sun Nov 05, 2017 11:24 am
Forum: Windows
Topic: Which interface?
Replies: 10
Views: 1045

Re: Which interface?

Tascam simply say "we do not support this driver for windows 10, we have not tried this combination and therefore cannot comment on compatibility" That then is the 'definitive' answer : it may work, but not guaranteed. I just thought there is a very good chance someone on here will have t...
by steve
Sat Nov 04, 2017 4:24 pm
Forum: Windows
Topic: Recording skips a bit at the beginning
Replies: 1
Views: 1111

Re: Recording skips a bit at the beginning

Open the Windows Sound Control Panel and find the sample rate for the device that you are using. Set that to 44100 so that it matches the setting that you want to use in Audacity.
by steve
Sat Nov 04, 2017 12:21 pm
Forum: Windows
Topic: Which interface?
Replies: 10
Views: 1045

Re: Which interface?

For a definitive answer about the Tascam US122, you should ask Tascam http://tascam.com/contact/
You are welcome to post back here when you have a definitive answer.
by steve
Sat Nov 04, 2017 12:18 pm
Forum: GNU/Linux
Topic: 2.2.0 bug
Replies: 7
Views: 3266

Re: 2.2.0 bug

Are you using PulseAudio for playback?
Try selecting the appropriate "hw" option in the device toolbar as the playback device.