audio_record
int audio_record(struct audio *aud, uint8_t *buf, size_t count);
err = audio_record(aud, st->buf, sizeof(st->buf));