Search found 1655 matches

by bgravato
Thu Aug 19, 2010 12:27 am
Forum: GNU/Linux and Unix-like
Topic: Using Jack Control Patchbay with Audacity
Replies: 9
Views: 6606

Re: Using Jack Control Patchbay with Audacity

Welcome to the wonderful world of regular expressions... :P I'm no regexp expert either but some chars between [ ] matches any of those chars (and only one) in that position. For example foo[15hT]bar will match: foo1bar, foo5bar, foohbar, fooTbar (case sensitive). It won't match: foobar, foo15bar, e...
by bgravato
Fri Aug 13, 2010 8:12 am
Forum: General Audio Programming
Topic: Need to record 30 min audio for web upload
Replies: 9
Views: 5189

Re: Need to record 30 min audio for web upload

Gale Andrews wrote:Does the Mac FFmpeg installer include libspeex?
I have no idea... I'll check that next week when I get back from camping.
by bgravato
Fri Aug 13, 2010 8:05 am
Forum: Mac OS X
Topic: Testers needed for Mac 1.3.13 Alpha to resolve bug fixes
Replies: 32
Views: 4492

Re: Testers needed for Mac 1.3.13 Alpha to resolve bug fixes

I was hoping to test the labels bugs too, but I didn't have the time... :(
I'm off for camping again this weekend so only monday I'll have some time again.

Have a nice weekend!
by bgravato
Thu Aug 12, 2010 6:13 pm
Forum: General Audio Programming
Topic: Need to record 30 min audio for web upload
Replies: 9
Views: 5189

Re: Need to record 30 min audio for web upload

Any plans to include speex support in audacity?
by bgravato
Thu Aug 12, 2010 5:53 pm
Forum: Mac OS X
Topic: Testers needed for Mac 1.3.13 Alpha to resolve bug fixes
Replies: 32
Views: 4492

Re: Testers needed for Mac 1.3.13 Alpha to resolve bug fixes

I don't know if this is a known bug but after the previous tests the following happened: I opened a new track in a new window about 3 minutes long, keeping the other 26 min track still open. I applied change speed effect to it a couple of times followed by undo. I then applied Sliding Time Scale/Pit...
by bgravato
Thu Aug 12, 2010 5:24 pm
Forum: Mac OS X
Topic: Testers needed for Mac 1.3.13 Alpha to resolve bug fixes
Replies: 32
Views: 4492

Re: Testers needed for Mac 1.3.13 Alpha to resolve bug fixes

I downloaded audacity-nightly-2010.08.12-03.15 on a MacBookPro 2.4GHz Intel Core 2 Duo, 2GB RAM, Mac OS X 10.6.4 Snow Leopard. Regarding bug #170, I opened a 26 min long mono track. Selected 10 seconds in middle of it and applied Sliding Time Scale/Pitch Shift with the following options: - tempo -90...
by bgravato
Wed Aug 11, 2010 5:02 pm
Forum: GNU/Linux and Unix-like
Topic: No sound heard on play back of recorded tracks
Replies: 8
Views: 3008

Re: No sound heard on play back of recorded tracks

One Note: I am not able to adjust the microphone input within Audacity. For some strange reason, the slider control feature is Greyed out and the slider is in the maximum setting, so I have to make the adjustment in my ALSA Mixer control panel. Like I said before that is normal behaviour, it means ...
by bgravato
Wed Aug 11, 2010 12:45 pm
Forum: GNU/Linux and Unix-like
Topic: Audacity record instructions not helpful for me
Replies: 8
Views: 2822

Re: Audacity record instructions not helpful for me

Try the .asoundrc method. The browser should use the default set by "pcm.!default" field in the .audiorc file, so you shouldn't need to do anything in the browser. I was never much apologist of using wine to run applications which are natively available for linux... To be honest I was never much suc...
by bgravato
Wed Aug 11, 2010 12:28 pm
Forum: GNU/Linux and Unix-like
Topic: No sound heard on play back of recorded tracks
Replies: 8
Views: 3008

Re: No sound heard on play back of recorded tracks

Audacity beta should work better than old stable version. Even at low volume level it's better than no sound at all... ;) Is the low volume for your recorded track only? What's the peak level of your recorded track? Have you tried to amplify it? Maybe you're recording at a low level. After you recor...
by bgravato
Wed Aug 11, 2010 12:16 pm
Forum: General Audio Programming
Topic: Need to record 30 min audio for web upload
Replies: 9
Views: 5189

Re: Need to record 30 min audio for web upload

Speex would be a better format for voice only but, eventhough it's a free codec, not all players/systems support it by default... MP3 is more widely supported, so it's always a safer bet. Exporting in mono will give you better results, specially at lower bitrates. Nonetheless, if you have the time,...