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

大佬您好! 我个人觉得,音频文件的储存名称以及, 储存路径, 应该做成接口, 让用户自定义传值, 不然每次都改源文件 #14

Open
e2366705 opened this issue Jun 14, 2019 · 0 comments

Comments

@e2366705
Copy link

    StringBuilder saveFile = new StringBuilder();
    saveFile.append("src\\main\\java\\\\com\\swjtu\\TTS_multimedia\\")
            .append(this.getClass().getName())
            .append("-")
            .append(Util.md5(uri))
            .append(".mp3");
@e2366705 e2366705 changed the title 我觉得,音频文件的储存名称以及, 储存路径, 应该做成接口, 让用户自定义传值, 不然每次都改源文件 大佬您好! 我个人觉得,音频文件的储存名称以及, 储存路径, 应该做成接口, 让用户自定义传值, 不然每次都改源文件 Jun 14, 2019
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

1 participant