Kivy 应用程序的音频适用于 Windows,但不适用于 Android

发布于 2025-01-11 01:32:04 字数 561 浏览 1 评论 0原文

几天来我一直在试图解决这个问题。我有两个 .wav 文件,当我按下应用程序中的按钮时,我想播放它们。 当我在 Windows 设备上运行该程序时,音频播放得很好。但是,当我使用 buildozer 将 kivy 应用程序编译为 .apk 并在我的 Android 设备上运行时,音频无法播放。 我确实在我的应用程序上运行了 adb logcat,这是它显示的错误:

[WARNING] [AudioSDL2   ] Unable to load /data/data/org.test.myapp/files/app/137523215.wav: b'java.io.FileNotFoundException: /etc/timidity/freepats.cfg'`.  

我还在我的推土机规范文件中包含了 wav 文件。

# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,kv,atlas,ttf,wav

我缺少什么?

I have been trying to figure out this problem for days. I have two .wav files that I want to play when I press a button in my app.
When I run the program on my windows device the audio plays just fine. But when I compile my kivy app using buildozer into an .apk and run in it on my android device the audio doesn't play.
I did run a adb logcat on my app and this is the error it shows this:

[WARNING] [AudioSDL2   ] Unable to load /data/data/org.test.myapp/files/app/137523215.wav: b'java.io.FileNotFoundException: /etc/timidity/freepats.cfg'`.  

I also included the wav files in my bulldozer spec file.

# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,kv,atlas,ttf,wav

What am I missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文