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

MP3解码出现bug #92

Open
lisMy521 opened this issue Jan 7, 2022 · 1 comment
Open

MP3解码出现bug #92

lisMy521 opened this issue Jan 7, 2022 · 1 comment

Comments

@lisMy521
Copy link

lisMy521 commented Jan 7, 2022

本人使用 int mp3dec_decode_frame(mp3dec_t *dec, const unsigned char *mp3, int mp3_bytes, mp3d_sample_t *pcm, mp3dec_frame_info_t *info) ; 函数是出现Bus error (core dumped) 。使用的平台是rv1109 的开发板。 请问有什么解决办法吗

@lieff
Copy link
Owner

lieff commented Jan 7, 2022

Hi)
Unfortunately, without any details, there is not much we can do.
Development for small SoC can be hard (rv1109 looks powerful though).
My only guess is possible stack overflow. So you can try mudita@446d3a3 patch to allocate scratch buffer dynamically and reduce stack usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants