forked from PAWPAW-Mirror/lib_xua
Compare commits
2 Commits
v0.1.2alph
...
v0.1.2alph
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a8ddb2e40 | ||
|
|
0afcb6d65c |
@@ -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
|
||||
-----
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user