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