At Tue, 1 Jun 2004 13:18:26 GMT,
[EMAIL PROTECTED] wrote:
>
>
> > both are ok for ALSA native apps. you can specify the substream index
> > in the configuration.
> > the latter would be easier for OSS compatible layer, though.
>
> Do you have a preference? I can change the emu10k1x driver to do
At Sat, 29 May 2004 16:05:05 +0100,
James Courtier-Dutton wrote:
>
> Hi,
>
> I am trying to do work on the Audigy LS driver.
>
> I have now discovered that I can send sound to the Front, Rear and
> Center/LFE.
> I have not found out how to set the amount of interleaved channels that
> the soun
Zack Borschuk wrote:
I was wondering if a petition asking Creative Labs to release the needed
information to create efficient support for the Audigy LS would be
plausible or not. Please let me know, so that if it is plausible, I
could start working on getting the petition signed by enough peop
Clemens Ladisch wrote:
Cournapeau David wrote:
My second problem is related to snd_card_next: If the card value
returned by snd_card_next is different from -1, does that always mean
than a alsa audio device is present on the system ?
It means that same kind of device with an ALSA driver
Cournapeau David wrote:
> My second problem is related to snd_card_next: If the card value
> returned by snd_card_next is different from -1, does that always mean
> than a alsa audio device is present on the system ?
It means that same kind of device with an ALSA driver is present.
This does n
Måns Rullgård wrote:
If you are playing fairly short pieces of sound you might be able to
use this function I wrote some time ago:
function playsnd(y,fs,bits)
wf = tempname;
ws = warning;
warning off
wavwrite(y, fs, bits, wf);
warning ws
wf = [wf '.wav'];
[s,o] = unix(sprintf('aplay %s', wf));
dele
holborn wrote:
>>Hi,
>>
>>Can someone please explain to me the relationship between midi
>>bank_msb/bank_lsb_prognum, and soundfontnum/bank_lsb/prognum on
>>fluidsynth?
> Read this:
>
> http://mail.gnu.org/archive/html/fluid-dev/2003-07/msg00029.html
>
> maybe can help you.
Thanks, but that didn't
Hi
On Viernes 21 Mayo 2004 05:44, Don Mackie wrote:
> Hi,
>
> Can someone please explain to me the relationship between midi
> bank_msb/bank_lsb_prognum, and soundfontnum/bank_lsb/prognum on fluidsynth?
>
> I'm successfully sending prog change events, as well as LSB bank select
> events.
>
> Howe
David McNab wrote:
However, I've got a problem, where I'm getting intermittent
'scratch'/'pop' noises (sounds a bit like a dodgy jack or lead).
Any ideas what could be causing this?
For the benefit of others who may be new to alsa seq api, I'll post what
I found out.
It seems that if a client p
[EMAIL PROTECTED]
>Hullo, I can't seem to find how to create MIDI channel mode messages
>(like "reset all controllers" or "all notes off"), nor can I find out
>how to create many MIDI meta events (like "text event" or "copyright
>notice" or "sequence name"), I've been able to find out how to creat
>Admittedly, it's quite old but that, if anything speaks only in Linux's
>favor in terms of its pro-audio readiness. At any rate, I was checking
>out the benchmark data and was wondering as to how did this
>person/software app get to the 0.73ms buffer fragment that is equal to
>128bytes? In other w
At Thu, 03 Jul 2003 22:17:37 +0900,
Patrick Shirkey wrote:
>
> Takashi Iwai wrote:
> >
> >
> >>And at last, could someone please with suggar on the top update the ALSA
> >>support matrix ???!! The Aureal Vortex cards -YES THEY ARE- supported.
> >>(http://savannah.nongnu.org/projects/openvortex/)
Takashi Iwai wrote:
And at last, could someone please with suggar on the top update the ALSA
support matrix ???!! The Aureal Vortex cards -YES THEY ARE- supported.
(http://savannah.nongnu.org/projects/openvortex/)
please ask Patrick Shirkey <[EMAIL PROTECTED]>, the
maintainer of the web page.
C
At 02 Jul 2003 21:24:57 -0400,
Manuel Jander wrote:
>
> Hello,
>
> I wrote support for the Hardware Equalizer (10 band stereo = 20
> controls) for the Aureal Vortex cards. For testing purposes i used the
> controls as "MIXER" type controls, so they are visible from any mixer.
> The question: How
At Wed, 24 Jul 2002 00:31:57 +0200,
Pedro Lopez-Cabanillas wrote:
>
> In alsa-lib/src/rawmidi/rawmidi.c there are two functions :
> "snd_rawmidi_params", and "snd_rawmidi_params_current". Both documented with
> very similar brief descriptions: "get parameters about rawmidi stream" and
> "ge
On Tue, Apr 30, 2002 at 01:06:01AM -0400, Ivica Bukvic wrote:
> I've been trying to get the Crystal Sound (CS4205) notebook (Dell
> Inspiron 8200) soundcard to work with both OSS and Alsa (although I
> would prefer to get Alsa working rather than OSS), but it seems that
> both drivers have insuffi
> To: Ivica Bukvic
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [Alsa-devel] Question regarding the CS4205 driver (used
in
> all current Dell notebooks)
>
> On Tue, Apr 30, 2002 at 01:06:01AM -0400, Ivica Bukvic wrote:
> > I've been trying to get the Cr
>> Hi!
>>
>> I tried to write some programs for sound processing recently. Most of it
>> went very well, but some questions about the aplay code (version 0.5.10),
please do not use ALSA 0.5.X anymore. it is old and no longer under
development. it has many design issues that are fixed in ALSA 0.
On Thu, 21 Mar 2002, Ken McMillan wrote:
> I have an application that is running a capture and playback
> simultaneously, with a fixed latency between them. In case of an
> underrun on the playback channel, I'd like the driver to keep running,
> without a short gap in the sound, but without losin
On Wed, Feb 27, 2002 at 02:11:18 -0500, Ivica Bukvic wrote:
> Well that's exactly where lies the problem. Most of the laptop
> soundcards have marginal Alsa (and for that matter OSS) support. The
> only ones that I am aware of so far of being able to do multiple
> hardware streams in Linux are es1
> 1a) Get Abramo to post (or point to) detailed information on using a
>"share" PCM device
>
> 1b) Get Abramo or Jaroslav to post (or point to) detailed information
>on setting up libaoss (specifically, how to map /dev/dspN to a
specific
>ALSA PCM device)
>
> 2) edit your ~/.asoundrc
>I agree, my "flawless" statement was certainly overrated. Yet, the
>question remains: what am I to do as a musician needing to utilize my
>portable laptop while the apps/software I currently use get ported to
>the JACK architecture (if they get ported at all)?
1a) Get Abramo to post (or point t
> The trident cards can also do this. I believe that all cards that are
> actually capable of doing this and for which the docs have been
> provided have ALSA drivers that support it.
Well that's exactly where lies the problem. Most of the laptop
soundcards have marginal Alsa (and for that matte
>I do not mean to be hammering this issue into the ground, but Linux OS
>as an audio workstation solution has been around for 3 years now, yet
>the only soundcard I am aware of that is capable of doing hardware
>mixing is SBLive!, and even that one is due to fact that Creative had
>their hands in
--- "Ivica Bukvic" <[EMAIL PROTECTED]> wrote:
>> > *There is esd, which is outdated and simply crappy.
>> > *There is artsd, which is better, but not good enough, and again,
>the
>> > app must be made to be aware of it in order to utilize it.
>> > *There is JACK project which has a huge potential
rd at all out there that IS capable of doing
>that.
>
>P.S. What about Yamaha/Intel 753 chip that is found in the Toshiba
>Satellite 5005's?
>
>Thanks for your assistance!
>
>Ico
>
>> -Original Message-
>> From: Patrick Shirkey [mailto:[EMAIL PR
On Wed, 27 Feb 2002, Ivica Bukvic wrote:
> wouldn't it be a rather easy step to make it also
> be capable of accepting multiple queries and down-mixing them before
> sending them to the actual dsp?
Good resampling is hard, and good mixing is even harder and very
processor intensive. You surely d
> > *There is esd, which is outdated and simply crappy.
> > *There is artsd, which is better, but not good enough, and again,
the
> > app must be made to be aware of it in order to utilize it.
> > *There is JACK project which has a huge potential but none of its
> > effects are again universal, no
On Tue, 26 Feb 2002, Ivica Bukvic wrote:
> *There is JACK project which has a huge potential but none of its
> effects are again universal, nor backwards-compatible with already
> released software.
if you're working on new software, you should look into it.
> *There is Gstreamer, but I do not
On Tue, 26 Feb 2002, Ivica Bukvic wrote:
> > > P.S. What about Yamaha/Intel 753 chip that is found in the Toshiba
> > > Satellite 5005's?
> > All yamaha 75x should be supported with the alsa 'ymfpci' driver.
> Yes, but does it include hardware mixing?
Yes it does.
> So my question is since this
> > P.S. What about Yamaha/Intel 753 chip that is found in the Toshiba
> > Satellite 5005's?
>
> All yamaha 75x should be supported with the alsa 'ymfpci' driver.
Yes, but does it include hardware mixing?
I do not mean to be hammering this issue into the ground, but Linux OS
as an audio worksta
On Tue, 26 Feb 2002, Ivica Bukvic wrote:
> I am, however, baffled by what you had to say. Crystal company claims
> complete Linux "friendliness"
What is claimed and what is provided is two completely different things.
Crystal still does not provide complete documentation for CS4630.
> and I've
P.S. What about Yamaha/Intel 753 chip that is found in the Toshiba
Satellite 5005's?
Thanks for your assistance!
Ico
> -Original Message-
> From: Patrick Shirkey [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 26, 2002 2:25 AM
> To: Ivica Bukvic; [EMAIL PROTECTED]
>
On Mon, Feb 25, 2002 at 07:11:02 -0500, Ivica Bukvic wrote:
> Finally, my last question is whether anyone has had any experience with
> Dells new line of Inspirons 4100 which have only one fan and have been
> relatively altered from the old 4000/8000 models, also whether anyone
> knows if that mo
On Sat, Feb 16, 2002 at 10:46:05 -0500, Ivica Bukvic wrote:
> capable of improving the driver)? Also, what are the chances for
> reverse-engineering the Windows drivers to build a better Linux driver?
If all we need is the DSP code it could be possible to find it in the
Windows driver.
It may no
ED]]
> Sent: Tuesday, February 12, 2002 6:14 AM
> To: Ivica Bukvic
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [Alsa-devel] Question regarding current ESS Maestro 3M
> soundcard support
>
> Hi,
>
> At Mon, 11 Feb 2002 21:28:53 -0500,
> Ivica Bukvic wrot
On Mon, Feb 11, 2002 at 09:28:53 -0500, Ivica Bukvic wrote:
> Hi all!
>
> I have an Dell Inspiron 8K and my question is whether the current
> Maestro M3 chip is fully supported or does it currently only furnish
> SB16 compatibility mode (I might be talking nonsense here, but this is
I have an 81
Hi,
At Mon, 11 Feb 2002 21:28:53 -0500,
Ivica Bukvic wrote:
>
> Hi all!
>
> I have an Dell Inspiron 8K and my question is whether the current
> Maestro M3 chip is fully supported or does it currently only furnish
> SB16 compatibility mode (I might be talking nonsense here, but this is
> what I
On Thu, 17 Jan 2002, Paul Davis wrote:
> jaroslav -
>
> for some time now, i've had a version of the wavefront driver that
> doesn't require any module parameters - it just uses isapnp to figure
> out the configuration of the card. i would have submitted the changes
> to you already, except for o
At Thu, 17 Jan 2002 09:23:26 -0500,
Paul Davis wrote:
>
> jaroslav -
>
> for some time now, i've had a version of the wavefront driver that
> doesn't require any module parameters - it just uses isapnp to figure
> out the configuration of the card. i would have submitted the changes
> to you alr
On Fri, 2001-11-30 at 02:06, Alexander Ehlert wrote:
> Hi,
>
> I have the following code in glame's alsa_audio_out plugin:
>
> char *pcm_name="plughw:0,0";
> ...
> err = snd_pcm_open(&handle, pcm_name, SND_PCM_STREAM_PLAYBACK,
> SND_PCM_NONBLOCK);
> if (err<0)
> FILTER_ERR
41 matches
Mail list logo