sh123/esp32_opus_arduino

Wrong data used to write I2S

Closed this issue · 1 comments

i2s_write(I2S_NUM_0, opus_samples_, sizeof(uint16_t) * decoded_size, &bytes_written, portMAX_DELAY);

opus_samples_ is used instead of opus_samples_out

sh123 commented

typo, fixed in 1.0.2