2 Commits

Author SHA1 Message Date
xross
4a8ddb2e40 Changelog update 2018-02-19 15:01:40 +00:00
xross
0afcb6d65c Fixes #39 2018-02-19 14:36:17 +00:00
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ lib_xua Change Log
* ADDED: Application note AN00246
* RESOLVED: Runtime exception issues when incorrect feedback calculated
(introduced in sc_xud 6.13)
* RESOLVED: Output sample counter reset on stream start. Caused playback
issues on some Linux based hosts
0.1.1
-----

View File

@@ -834,6 +834,7 @@ void XUA_Buffer_Decouple(chanend c_mix_out
/* Reset OUT buffer state */
SET_SHARED_GLOBAL(g_aud_from_host_rdptr, aud_from_host_fifo_start);
SET_SHARED_GLOBAL(g_aud_from_host_wrptr, aud_from_host_fifo_start);
SET_SHARED_GLOBAL(aud_data_remaining_to_device, 0);
/* NOTE, this is potentially usefull for UAC1 */
unpackState = 0;