Michael Schwendt wrote:
On 20/11/2007, stan <goedigi89__e@xxxxxxx> wrote:
stan wrote:
Michael Schwendt wrote:
Hi everyone!
[snip]
The source of these packages can be found in Fedora Package CVS, of
course, albeit in a separate devel branch. A README file in the
rpms/audacity directory contains a few notes about that branch:
http://cvs.fedoraproject.org/viewcvs/rpms/audacity/README?rev=1.7&view=markup
[snip]
I tried checking out the cvs after looking at the above link, but I
couldn't figure it out.
Can you provide the correct command? I am trying to check out the CVS
version that uses only alsa.
cvs -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxx:/cvs/pkgs \
co -r audacity-1_3_4-0_2_beta_fc9 audacity
make srpm
And yes, 1.3.3-beta does not start jackd if built _with_ JACK support,
but it also determines invalid sample/project rates here which are
rejected by ALSA.
I'll have a look at this. It should be easy to fix as alsa provides a
call to check if a rate is supported by the card.
Thanks for the link.