Skip to content
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

Voiceware decoding sometime broken #6

Open
pc-coholic opened this issue Jan 25, 2015 · 0 comments
Open

Voiceware decoding sometime broken #6

pc-coholic opened this issue Jan 25, 2015 · 0 comments
Labels

Comments

@pc-coholic
Copy link
Member

23:44:53 < pc-coholic> if you look for example at pcm7 and pcm8, you can hear, that pcm7 also contains the first few milliseconds of pcm8...
23:47:18 < sinetek> yes, I just found a bug thanks to you
23:47:32 < sinetek> decoding bits 7-6 is broken
23:48:14 < sinetek> so then it is possible that the opcode is mistaken as another one, and the code goes on and gets confused
23:49:18 < sinetek> if you want to fix it, remove my sequence of ifelse and just extract 7-6 by say >> 6 and then switch() over it

@pc-coholic pc-coholic added the bug label Jan 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant