Remove johnsondict

This commit is contained in:
2022-07-19 20:13:15 +00:00
parent 6995477411
commit c8d83cc733
8 changed files with 54 additions and 40 deletions

View File

@@ -38,7 +38,7 @@ static void render_audio(plm_t * mpeg, plm_samples_t * samples, void *user)
for (int i = 0; i < samples->count * CHANNELS; i++) {
t = (short)(samples->interleaved[i] * SHRT_MAX);
cbuf_push(&ds->astream.buf, t*5);
cbuf_push(ds->astream->buf, t*5);
}
}