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

文件名或扩展名过长 #45

Closed
qaq1000w opened this issue Jan 16, 2024 · 2 comments
Closed

文件名或扩展名过长 #45

qaq1000w opened this issue Jan 16, 2024 · 2 comments

Comments

@qaq1000w
Copy link

向客户端拖入大量音频文件导致错误

Screenshot_2024-01-16-23-28-24-122_com carriez flutter_hbb
Screenshot_2024-01-16-23-30-37-066_com carriez flutter_hbb

@HaujetZhao
Copy link
Owner

感觉不是客户端的问题,是系统本身的限制,无法传递太长的参数。建议写个 bat 批处理,调用 core_client.py ,给批处理拖入文件夹,递归处理文件夹内的 wav 文件。

客户端倒如果要写处理拖入文件夹,问题会是,应当处理哪些后缀名的文件。所以建议还是自己写个遍历文件夹内文件的 bat 脚本。

@qaq1000w
Copy link
Author

写了一个脚本,解决了

chcp 65001
@echo off
FOR /f %%a in ("转换文件的绝对路径*.wav") do ("转换工具的绝对路径" "%%a")
pause

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