feat(tests): 增加speex ico编码测试用例

Signed-off-by: Hiker.Mon <symao@listenai.com>
7 job 使用!67feat/ext_encode in 1 minute 和 9 second (queued for 2 second)
detached
状态 作业 ID 名称 覆盖率
  Lint
已通过 #74519
generic
code-check

00:01:08

已失败 #74518
generic
code-style

00:00:14

已失败 #74517
generic
dco

00:00:09

已通过 #74520
generic
lisa

00:00:13

 
  Build
已跳过 #74523
generic
docs
已跳过 #74522
generic
guardian
已跳过 #74521
generic
zephyr
 
名称 暂存 失败
已失败
dco Lint
  https://developercertificate.org/
To indicate acceptance of the DCO every commit must have a tag
Signed-off-by: REAL NAME <EMAIL>
This can be achieved by passing the "-s" flag to the "git commit" command.
To bulk update all commits on current branch "git rebase" can be used:
git rebase -i master -x 'git commit --amend --no-edit -s'

Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

已失败
code-style Lint
-		if (ret != 0) return -1;
+ if (ret != 0) {
+ return -1;
+ }

ico_enc_len <<= 1;
ret = session_voice_send_audio(ico_data, ico_enc_len);
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1