Add Android Audio Decoder

This commit is contained in:
Florian Märkl 2019-09-26 19:51:04 +02:00
commit 6a829d5dfd
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 247 additions and 3 deletions

View file

@ -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");