From: Raymond <rayau@netvigator.com>
To: alsa-devel@lists.sourceforge.net
Cc: openvortex-dev@nongnu.org
Subject: Re: Alsa mix in HW
Date: Wed, 17 Aug 2005 20:42:55 +0800 [thread overview]
Message-ID: <430330CF.3090006@netvigator.com> (raw)
In-Reply-To: <42EBAE72.9090608@e4a.it>
snd_pcm_hardware_t of the sound cards will need to support
1) Hardware Mixing ( spatializing mono audio stream into 2, 4, 5.1, ..
speakers
.channels_min = 1
.formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_U8
2) Doppler Effect ( Frequency shift by pitch )
.rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000 or
SNDRV_PCM_RATE_8000_44100
3) Recording API ( full duplex )
4) Mono/Stero Hint ( Playing stereo background music )
.channels_max >= 2
Do anyone have a list of the sound cards ( alsa driver ) which support
the above features ?
Dino Puller wrote:
>
> Hi all,
> here http://dino.e4a.it/openal-alsa you can find an implementation of
> OpenAL library that can mix sources in HW. It's based on C.J.Purnell
> openal-alsa-emu10k1 but in this one i've replaced all code relative to
> emu10k1 processor, with a more compatible one, so now it's should works
> with every sound card that supports multiple sub streams. It's not based
> on OpenAL official tree because it's play too much with conversions to a
> canonical format of samples witch slow down any trial to mix in
> hardware. Don't expect too much it's only a first release but it's seems
> to works.
>
>
> bye,
> Dino Puller
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
next parent reply other threads:[~2005-08-17 12:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <42EBAE72.9090608@e4a.it>
2005-08-17 12:42 ` Raymond [this message]
2005-08-17 16:42 ` Re: Alsa mix in HW Lee Revell
2005-08-17 17:25 ` Takashi Iwai
2005-08-18 6:05 ` Manuel Jander
[not found] ` <43054957.1000407@netvigator.com>
2005-08-19 16:30 ` Manuel Jander
2005-08-20 8:30 ` Raymond
2005-08-22 16:41 ` Takashi Iwai
2005-08-23 15:45 ` Raymond
2005-08-23 17:14 ` Takashi Iwai
2005-08-27 2:02 ` Raymond
2005-09-02 13:07 Raymond
-- strict thread matches above, loose matches on Subject: below --
2005-09-05 2:32 Raymond
2005-09-06 9:26 Raymond
2005-09-10 0:22 Raymond
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=430330CF.3090006@netvigator.com \
--to=rayau@netvigator.com \
--cc=alsa-devel@lists.sourceforge.net \
--cc=openvortex-dev@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox