Skip to content
Commit 6ab315b8 authored by Ahmed Ismail's avatar Ahmed Ismail Committed by Ahmed Ismail
Browse files

speech: Fix behaviour with audio in ROM



In case the audio is received from VSI through
the host machine, the target has to wait some
time for the new buffer to be received which
allow some time for the connectivity task to
send and receive data to and from the cloud.

In case the audio is located inside the ROM,
the target does not have to wait as the full
audio clip is available. Hence, keeps running
without allowing some time for the
connectivity task to send and receive
data to and from the cloud, to fix this
issue a delay of 50 ticks was added
based on testing the behaviour of the
FVP and FPGA on the three available endpoints.

Signed-off-by: default avatarAhmed.Ismail <Ahmed.Ismail@arm.com>
parent 16d54fce
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment