Search found 272 matches

by jan.kolar
Sun Jun 01, 2008 1:07 pm
Forum: General Feedback and Discussion
Topic: Minor interface bugs (Trim and Split New)
Replies: 14
Views: 5100

Minor interface bugs (Trim and Split New)

(It looks like they are completely new features in 1.3.5. I like them VERY much.) It the Edit menu, 1. "Trim" should be called "Trim to Selection". (Compare the text inserted to History windows.) Also the description in manual is confused: " Trim Remove all audio before or after??? the selection" {{...
by jan.kolar
Sun Jun 01, 2008 12:51 pm
Forum: Mac OS X
Topic: Trimming
Replies: 5
Views: 1181

Re: Trimming

courtnic7, that already happened to somebody else. Simply, he forgot he started Playback and paussed it. Needs to be Stopped before editing.
by jan.kolar
Sun Jun 01, 2008 10:32 am
Forum: Windows
Topic: multiple wav files out of sync
Replies: 11
Views: 4135

Re: multiple wav files out of sync

You method would be fine until you change your latency setting, or incidently select some other track before recording. This makes the new tracks start at even earlier time. -- Now, Oops. I Changed the interface from Czech to English and now I CAN SEE i was blind before ... Edit > Trim does what we ...
by jan.kolar
Sun Jun 01, 2008 9:43 am
Forum: Audio Processing
Topic: Easy way to concatenate a bunch of audio files?
Replies: 14
Views: 14545

Re: Easy way to concatenate a bunch of audio files?

Aha, try to replace "> outputfile.flac" with "-o outputfile.flac". Should be much better. flac -d -c --force-raw-format --endian=big --sign=signed someprefix*.flac |tee tmpx | flac --force-raw-format --endian=big --sign=signed --channels 2 --bps 16 --sample-rate 44100 - -o outputfile.flac And maybe ...
by jan.kolar
Sat May 31, 2008 9:00 pm
Forum: Windows
Topic: Re: bug? my fault? makearray won't work.
Replies: 14
Views: 3641

Re: bug? my fault? makearray won't work.

(continued from electric-x post. for simultaneous existing) ... "make-array" works within the Audacity implimentation of Nyquist, but as jan says, you cannot return stereo data to a mono track. he must have identical misunderstandings as you. that is one of them. i didn't need "stereo to mono". nee...
by jan.kolar
Sat May 31, 2008 8:41 am
Forum: Windows
Topic: Re: bug? my fault? makearray won't work.
Replies: 14
Views: 3641

Re: bug? my fault? makearray won't work.

Audacity documentation defines stereo sound as an array of two sounds. Is (vector NIL NIL) a sound? Sctrictly speaking, not. So, the issue you say "solved by devellopers" is the following: (Non-audacity) Nyquist users are used to call that sound, while Audacity does not consider that sound. (You may...
by jan.kolar
Sat May 31, 2008 8:03 am
Forum: Windows
Topic: Can't record
Replies: 8
Views: 1444

Re: Can't record

If I change the recording i/o in audacity to microsoft soundmapper, I still do not get any outgoing audio from the computer in audacity. It only picks up the sound of me using the trackpad on the computer. If I change the settings to my external sound card, I get nothing at all in audacity, but can...
by jan.kolar
Sat May 31, 2008 12:11 am
Forum: Windows
Topic: multiple wav files out of sync
Replies: 11
Views: 4135

Re: multiple wav files out of sync

*** BOOKMARK *** maurigug, Far above I explain that I think you have the problem with sync after export because your tracks do not start at the same time. They start at time zero and diferent times before zero. This is somehow connected to timings of playback and recording and cannot be avoided. No...
by jan.kolar
Fri May 30, 2008 11:55 pm
Forum: Windows
Topic: multiple wav files out of sync
Replies: 11
Views: 4135

Re: multiple wav files out of sync

Steve, do not give so detailed explanation when talking to me, unless others take benefit from it. Treat me much like programmer than user. Two ideas of your post are useless in our situation - we have problem with what is before zero, and we want it to be NOT-exported. I wrote more, but I got logge...