Before I go "all out" and build a low-latency kernel, shutdown 90% of my
system, and run jackd and ardour as root.......... I would like to be
able to just familiarize myself with the tools and technology.
So, is it possible, and if so, what are options to give jackd for things
like sample rate and such, that would work for a user in a
non-low-latency environment that would allow me to run some of the
plug-ins, ardour, and other jack enabled tools... kind of "test drive"
if you will... without causing a system crash.
Obviously, I wouldn't attempt to do any serious stuff until updating the
kernel and all the other stuff.
Thanks.
Lonnie Borntreger
> Everyone needs jack, they just dont know it yet ;)
Surely if Audacity is the only audio app running then it would be more
efficient to access the alsa drivers directly?
> If this is your feeling
> then the right thing to do is to fix jack to make it less arcane. Ideas
> welcome.
It would be good if it could start and run as easily as other daemons - I know
there are attempts being made to address this, such as jackstart. I guess it
will be better when jack is fully integrated into distros, with the necessary
kernel patches for capabilities etc.
One of the main things that put me off using jack with audacity is that with
the standalone program I didn't think I had any latency problems. I tried
running jack and it told me I have xruns...
Can jack verbose output be directed to a console so that you could check for
xruns with ctrl-alt-f7 or whatever? I seem to remember trying this and it
made the xruns worse!
Cheers
Daniel
I relased today zynaddsubfx 1.0.8 at sourceforge.
News:
- added mono mode and portamento
- added the EQ effect
- the output of the system effects can
be sent to other system effects
- minor bugfixes and improovements
Get it from http://zynaddsubfx.sourceforge.net
__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
i got my new Audiophile 2496 installed with Alsa 0.9.0rc5. i have an external A/D
converter and the SPDIF light is lit, meaning that the card is working.
alsamixer shows *lots* of controls. What do they all do?
Can someone post a working /etc/asound.state?
--
Victory to the Divine Mother!! after all,
http://sahajayoga.orghttp://why-compete.org
Kai Vehmanen <kai.vehmanen(a)wakkanet.fi> wrote:
> Try adding -z:db to the ecasound command-line.
That did the trick!!! I simply added -z:db (no numerical perimeter)
and was able to produce 5 tracks of 16,2,44100 (5 minutes long) without a single interruption.
> PS Sorry for not answering sooner to your query. I did read
> your original mail on ecasound-list, but just didn't have
> time to answer it... :(
I've always trusted that you were just busy. Besides, I'm just
greatful that you took the time (and continue to upgrade) ecasound.
Thanks,
Rocco
__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
Two little things to tell everyone.
First, I finally got my copy of the February issue of Sound on Sound.
The Linux article is there, and I was very impressed with it. Plus,
this issue has a great how-to on micing drums for studio recording.
The surprise was the copy of Home Recording I picked up on a whim
today, because it has an article on DIY surround sound. In the back,
under the Computer Central heading, is an article called "The Other
Operating System," by Thad Brown. I'll give you three guesses which one
he's talking about. :-)
It's a very positive article, saying that he ultimately thinks that
Linux will be a serious competitor to MS and Apple for music
production. The article also mentions a company called Digigram who has
released drivers for their audio hardware under an Open Source license
(does anybody know anything about Digigram?). He does say, though, that
there seems to be no real replacement in the works for the likes of
ProTools and Cubase, so I think somebody needs to point him to Ardour
and Rosegarden.
Just thought you all would like to know. :-)
Regards,
Darren Landrum
>> Mark Knecht <mknecht(a)controlnet.com> Wrote:
>> Rocco,
>> Hi. Why all the focus on the disk drive side only? There's
>> also a good chance that the sound card is not getting serviced
>> and this causes the interruption.
>>
>> Things to think about and look for:
>>
>> 1) Interrupts are not set up well
> Someone on this list mentioned an article that you wrote about
> IRQ priority ordering and Latency using lspci.
<CHOP>
> This time I used the correct keywords and it took me right
> to the HOWTO.
<CHOP>
> I will work with that and see if that has an effect on the situation.
I read the article, and did "cat /proc/interrupts" and got the
following:
CPU0
0: 30093 XT-PIC timer
1: 356 XT-PIC keyboard
2: 0 XT-PIC cascade
8: 2 XT-PIC rtc
11: 21919 XT-PIC EMU10K1
12: 73 XT-PIC usb-ohci, usb-ohci
14: 12651 XT-PIC ide0
15: 15 XT-PIC ide1
NMI: 0
LOC: 0
ERR: 0
MIS: 0
>From what I read from the article, (and the little understanding I have
about this subject) nothing seemed unusual. With the exception of the
non-PCI slot IRQ's, the Sound Card appears to be before all others.
The article talks about some IRQ's being shared. Would that be
reflected in the output of "cat /proc/interrupts"?
Before I switched my Sound Card to another slot, I thought I would
disable USB in the BIOS since it's just being used for the mouse. I'm
now using a ps mouse.
after booting up and doing "cat /proc/interrupts" I got the following:
CPU0
0: 25160 XT-PIC timer
1: 542 XT-PIC keyboard
2: 0 XT-PIC cascade
8: 2 XT-PIC rtc
11: 0 XT-PIC EMU10K1
14: 7620 XT-PIC ide0
15: 15 XT-PIC ide1
NMI: 0
LOC: 0
ERR: 0
MIS: 0
Even though there was no indication that the Interuptions (while
recording) would stop, I still tried recording. I got the usual
interruptions.
Then I switched the sound card to the other PCI slot. There's only 2
PCI slots because the Mother Board came with onboard this and onboard
that (all of which I don't use and have disabled in the BIOS).
The other thing is that there's _nothing_ in the other PCI slot. But I
put it in the other slot anyways. And as you can guess, I got the same
results from "cat /proc/interrupts".
All I can think of is that there may be a reason why my Mother Board
was inexpensive. Maybe it's time to buy a new Mother Board.
Can anyone think of any other solution?'
Thanks,
Rocco
__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
Mark Knecht <mknecht(a)controlnet.com> Wrote:
> Rocco,
> Hi. Why all the focus on the disk drive side only? There's
> also a good chance that the sound card is not getting serviced
> and this causes the interruption.
> From my experience your drives have more than enough raw speed
> to record and playback a few channels of audio anyway, so I think
> that the disk drive is unlikely to be the issue here.
> Things to think about and look for:
> 1) Interrupts are not set up well
Early on I worked on the Sound Card end of this long investigation.
Someone on this list mentioned an article that you wrote about
IRQ priority ordering and Latency using lspci. Unfortunatly, I
(carelessly) did a Google search with the wrong key words. Your
responce (this email) prompted me to look back at the original
email. This time I used the correct keywords and it took me right
to the HOWTO. It looks pretty promising. I will work with that and
see if that has an effect on the situation.
I wish I had done this in the first place. I wasted so much time
trying to "push IRQ's around" by using the only BIOS setting
available ("reserve IRQ for legacy ISA"). Partly what made this
useless was that (prior to finding the HOWTO), I wasn't even sure
what was a "good" IRQ or a "bad" IRQ. Besides, that was such a
hap-hazard way to proceed.
> 2) Some other application is stealing cycles
I eliminate as much of this as possible by running ecasound
without X and as root. But there could be a background process
going on. I would assume (by the consistency and predictability
of these "interrupts" that it's a problem with data transfer).
> a) autorun trying to play CDs automatically
I guess I don't understand this. If you're simply referring to
the CD player being busy, I'm not running the CD Player while
recording.
> b) some other app started automatically
Certainly possible.
Thanks for taking the time to help. I will work with the
HOWTO that I found and see how that works out.
Thanks,
Rocco
__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp
Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/
Hi Cecilia users,
I need your help.
I'm making a Mandrake RPM for cecilia, and the default setting are very
non-linux friendly. I don't know enough about the program or its file
formats to chose good preference settings, so I was wondering what you
use for the following programs in cecilia (must be GPL/BSD/MIT type
license):
Soundfile player (default is 'hear', don't know it)
Soundfile editor (default is 'mixviews', not freely-distributable)
Soundfile converter (default is 'xsox', we have that, but is there
anything better?)
Just wondering what you personally use for these settings.
Thanks for your help,
Austin
--
Austin Acton Hon.B.Sc.
Synthetic Organic Chemist, Teaching Assistant
Department of Chemistry, York University, Toronto
MandrakeClub Volunteer (www.mandrakeclub.com)
homepage: www.groundstate.ca
I e-mailed the list a couple of days ago asking for some advice
regarding my RTMix app ("how to make it more user-friendly"). I am still
waiting for some help on this one :-D. Again, any insight is greatly
appreciated!
Sincerely,
P.S. Web server hosting my page is still down, thanks to the "smart"
university technicians... If someone desires screenshots I'd be more
than willing to send them to you as an attachment (I just don't wanna do
that over the mailing list because it would clutter a lot of people's
inboxes).
Ico