mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added lfloat plugin code (not finished)
This commit is contained in:
parent
72a221be2c
commit
bb749766d4
6 changed files with 33 additions and 4 deletions
|
|
@ -318,7 +318,7 @@ enum _snd_pcm_type {
|
|||
SND_PCM_TYPE_DROUTE,
|
||||
/** Loopback server plugin (not yet implemented) */
|
||||
SND_PCM_TYPE_LBSERVER,
|
||||
/** Linear <-> float format conversion PCM */
|
||||
/** Linear Integer <-> Linear Float format conversion PCM */
|
||||
SND_PCM_TYPE_LINEAR_FLOAT,
|
||||
/** LADSPA integration plugin */
|
||||
SND_PCM_TYPE_LADSPA,
|
||||
|
|
@ -808,6 +808,7 @@ snd_pcm_sframes_t snd_pcm_mmap_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframe
|
|||
int snd_pcm_format_signed(snd_pcm_format_t format);
|
||||
int snd_pcm_format_unsigned(snd_pcm_format_t format);
|
||||
int snd_pcm_format_linear(snd_pcm_format_t format);
|
||||
int snd_pcm_format_float(snd_pcm_format_t format);
|
||||
int snd_pcm_format_little_endian(snd_pcm_format_t format);
|
||||
int snd_pcm_format_big_endian(snd_pcm_format_t format);
|
||||
int snd_pcm_format_cpu_endian(snd_pcm_format_t format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue