mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Android Audio Decoder
This commit is contained in:
parent
6748a94767
commit
6a829d5dfd
6 changed files with 247 additions and 3 deletions
|
@ -608,6 +608,9 @@ static void stream_connection_takion_data_expect_streaminfo(ChiakiStreamConnecti
|
|||
return;
|
||||
}
|
||||
|
||||
CHIAKI_LOGD(stream_connection->log, "StreamConnection received audio header:");
|
||||
chiaki_log_hexdump(stream_connection->log, CHIAKI_LOG_DEBUG, audio_header, audio_header_buf.size);
|
||||
|
||||
if(audio_header_buf.size != CHIAKI_AUDIO_HEADER_SIZE)
|
||||
{
|
||||
CHIAKI_LOGE(stream_connection->log, "StreamConnection received invalid audio header in streaminfo");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue