-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没有声音 #7
Comments
可能调试中注释掉了代码 |
请问可以加您QQ或者微信吗?最近的项目中需要用到这个功能,希望可以多多跟您交流学习!
…------------------ 原始邮件 ------------------
发件人: "xmtggh"<[email protected]>;
发送时间: 2019年11月5日(星期二) 上午9:18
收件人: "xmtggh/VideoCalling"<[email protected]>;
抄送: "冷月葬花"<[email protected]>;"Author"<[email protected]>;
主题: Re: [xmtggh/VideoCalling] 没有声音 (#7)
可能调试中注释掉了代码
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@kunbile00 微信qq是私人的,若是有什么项目问题直接在这里提问,我要是能解惑一定会回复 |
好的,谢谢您!我在您的代码中没有找到关于您注释的语音的代码,您可以帮我看看吗?辛苦您了!
…------------------ 原始邮件 ------------------
发件人: "xmtggh"<[email protected]>;
发送时间: 2019年11月5日(星期二) 上午9:23
收件人: "xmtggh/VideoCalling"<[email protected]>;
抄送: "冷月葬花"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [xmtggh/VideoCalling] 没有声音 (#7)
@kunbile00 微信qq是私人的,若是有什么项目问题直接在这里提问,我要是能解惑一定会回复
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@kunbile00 若是代码没问题就是其他问题了,看也没有用,你自己检测一下音频是否有录音回调,有没有接收正常,排除一下问题 |
419776791我QQ
…------------------ 原始邮件 ------------------
发件人: "kunbile00"<[email protected]>;
发送时间: 2019年11月5日(星期二) 上午9:21
收件人: "xmtggh/VideoCalling"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: Re: [xmtggh/VideoCalling] 没有声音 (#7)
请问可以加您QQ或者微信吗?最近的项目中需要用到这个功能,希望可以多多跟您交流学习!
------------------&nbsp;原始邮件&nbsp;------------------
发件人:&nbsp;"xmtggh"<[email protected]&gt;;
发送时间:&nbsp;2019年11月5日(星期二) 上午9:18
收件人:&nbsp;"xmtggh/VideoCalling"<[email protected]&gt;;
抄送:&nbsp;"冷月葬花"<[email protected]&gt;;"Author"<[email protected]&gt;;
主题:&nbsp;Re: [xmtggh/VideoCalling] 没有声音 (#7)
可能调试中注释掉了代码
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
E/AndroidRuntime: FATAL EXCEPTION: Thread-728
Process: com.ggh.video, PID: 28872
java.lang.IndexOutOfBoundsException
at java.util.LinkedList.remove(LinkedList.java:660)
at java.util.Collections$SynchronizedList.remove(Collections.java:613)
at com.ggh.video.decode.AudioDecoder.run(AudioDecoder.java:72)
at java.lang.Thread.run(Thread.java:833)
//定位在这一行
AudioData encodedData = dataList.remove(0);
我参考您之前的代码进行修改后,一打开语音就报这个错。
…------------------ 原始邮件 ------------------
发件人: "kunzaigithub"<[email protected]>;
发送时间: 2019年11月5日(星期二) 上午9:28
收件人: "xmtggh/VideoCalling"<[email protected]>;
抄送: "冷月葬花"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [xmtggh/VideoCalling] 没有声音 (#7)
419776791我QQ
------------------&nbsp;原始邮件&nbsp;------------------
发件人:&nbsp;"kunbile00"<[email protected]&gt;;
发送时间:&nbsp;2019年11月5日(星期二) 上午9:21
收件人:&nbsp;"xmtggh/VideoCalling"<[email protected]&gt;;
抄送:&nbsp;"Subscribed"<[email protected]&gt;;
主题:&nbsp;Re: [xmtggh/VideoCalling] 没有声音 (#7)
请问可以加您QQ或者微信吗?最近的项目中需要用到这个功能,希望可以多多跟您交流学习!
------------------&amp;nbsp;原始邮件&amp;nbsp;------------------
发件人:&amp;nbsp;"xmtggh"<[email protected]&amp;gt;;
发送时间:&amp;nbsp;2019年11月5日(星期二) 上午9:18
收件人:&amp;nbsp;"xmtggh/VideoCalling"<[email protected]&amp;gt;;
抄送:&amp;nbsp;"冷月葬花"<[email protected]&amp;gt;;"Author"<[email protected]&amp;gt;;
主题:&amp;nbsp;Re: [xmtggh/VideoCalling] 没有声音 (#7)
可能调试中注释掉了代码
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,我想问问视频过程中没有声音是什么原因呢?
The text was updated successfully, but these errors were encountered: