kopia lustrzana https://github.com/xdsopl/robot36
cleaned up
rodzic
efe2099405
commit
0ae2f47dc1
2
alsa.c
2
alsa.c
|
@ -16,7 +16,7 @@ typedef struct {
|
|||
void (*info)(pcm_t *);
|
||||
int (*rate)(pcm_t *);
|
||||
int (*channels)(pcm_t *);
|
||||
int (*rw)(struct pcm *, short *, int);
|
||||
int (*rw)(pcm_t *, short *, int);
|
||||
snd_pcm_t *pcm;
|
||||
int index;
|
||||
int frames;
|
||||
|
|
2
wav.c
2
wav.c
|
@ -34,7 +34,7 @@ typedef struct {
|
|||
void (*info)(pcm_t *);
|
||||
int (*rate)(pcm_t *);
|
||||
int (*channels)(pcm_t *);
|
||||
int (*rw)(struct pcm *, short *, int);
|
||||
int (*rw)(pcm_t *, short *, int);
|
||||
void *p;
|
||||
short *b;
|
||||
size_t size;
|
||||
|
|
Ładowanie…
Reference in New Issue