search for: snd_pcm_writei

Displaying 8 results from an estimated 8 matches for "snd_pcm_writei".

2020 May 06
3
defining r audio connections
...ple, `do_gzfile` is defined in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data using e.g. `snd_pcm_writei` which is part of the `alsa-lib` package. Thank you very much, Frederick
2020 May 06
2
defining r audio connections
...s defined in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. > > I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data using e.g. `snd_pcm_writei` which is part of the `alsa-lib` package. I don't think R supports user-defined connections, but probably writing readBin and writeBin equivalents specific to your library wouldn't be any harder than creating a connection. For those, you will probably want to work with...
2020 May 06
2
defining r audio connections
...nections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. > > > > I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data using e.g. `snd_pcm_writei` which is part of the `alsa-lib` package. > > I don't think R supports user-defined connections, but probably writing > readBin and writeBin equivalents specific to your library wouldn't be > any harder than creating a connection. For those, you will...
2020 May 07
1
defining r audio connections
...; thought > > I should ask here first in case there is a better place to start, than > > trying to copy this code. > > > > > > > > I only want an object that I can use `readBin` and `writeBin` > > on, to read and write audio data using e.g. `snd_pcm_writei` which is > part > > of the `alsa-lib` package. > > > > > > I don't think R supports user-defined connections, but probably > > writing > > > readBin and writeBin equivalents specific to your library > > wouldn't be > &g...
2020 May 06
0
defining r audio connections
...zfile` is defined in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. > > I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data using e.g. `snd_pcm_writei` which is part of the `alsa-lib` package. I don't think R supports user-defined connections, but probably writing readBin and writeBin equivalents specific to your library wouldn't be any harder than creating a connection. For those, you will probably want to work with an "externa...
2020 May 06
0
defining r audio connections
...in `connections.c` and referenced in `names.c`. However, I thought I should ask here first in case there is a better place to start, than trying to copy this code. > > > > I only want an object that I can use `readBin` and `writeBin` on, to read and write audio data using e.g. `snd_pcm_writei` which is part of the `alsa-lib` package. > > I don't think R supports user-defined connections, but probably writing > readBin and writeBin equivalents specific to your library wouldn't be > any harder than creating a connection. For those, you will probably >...
2020 May 07
0
defining r audio connections
...d in `names.c`. However, I thought > I should ask here first in case there is a better place to start, than > trying to copy this code. > > > > > > I only want an object that I can use `readBin` and `writeBin` > on, to read and write audio data using e.g. `snd_pcm_writei` which is part > of the `alsa-lib` package. > > > > I don't think R supports user-defined connections, but probably > writing > > readBin and writeBin equivalents specific to your library > wouldn't be > > any harder than creating...
2004 Oct 22
0
libao-0.8.5 patch
...9", + "alsa", "Bill Currie <bill@taniwha.org>/Kevin Cody, Jr. <kevinc@wuff.dhs.org>", "Outputs to the Advanced Linux Sound Architecture version 0.9.x.", + NULL, AO_FMT_NATIVE, 35, ao_alsa_options, @@ -181,7 +182,8 @@ internal->writei = snd_pcm_writei; internal->access_mask = SND_PCM_ACCESS_RW_INTERLEAVED; } - } + } else + return 0; return 1; } diff -ur libao-0.8.5/src/plugins/arts/ao_arts.c libao-0.8.5.new/src/plugins/arts/ao_arts.c --- libao-0.8.5/src/plugins/arts/ao_arts.c 2003-07-14 03:55:47.000000000 +0200 +++ libao-0.8.5.ne...