Skip to content

issues Search Results · repo:ikfly/java-tts language:Java

Filter by

7 results
 (76 ms)

7 results

inikfly/java-tts (press backspace or delete to remove)

是否需要TTSService对象 ts.close();mp3文件才会触发落地了? 我原来的使用是想多次调用合成TTS,但如果没有调用close方法的时候,发现mp3是没有落地。 当我检测文件的时候是不存在的! 所以想了解你设计的是每次TTS调用,都是需要主动调用close来结束当前tts合成语音这样吗?
  • yzygenuine
  • Opened 
    on Feb 18
  • #7

`SSML ssml3 = SSML.builder().outputFormat(OutputFormat.audio_24khz_48kbitrate_mono_mp3) .rate( -10% ) .synthesisText(content) .outputFileName(fileName+ _3 ) .voice(voice) .build(); ts.sendText(ssml3); ...
  • yzygenuine
  • 6
  • Opened 
    on Feb 17
  • #6

  • AE86-888
  • Opened 
    on Mar 5, 2024
  • #5

大佬你这个使用的是免费的额度吗?我这边试了下你的用起来很nice, 可能会大量使用,不知道能否使用
  • container-auto-tune
  • 3
  • Opened 
    on Nov 28, 2023
  • #4

场景需要将生成的文件上传至云服务器,但是无法定位到底是哪个文件,发现文件名是根据内容生成的,如果文字内容太多岂不是文件名也很长了吗?
  • BNUZ-YOscar
  • 5
  • Opened 
    on Oct 30, 2023
  • #3

设置 usingAzureApi(true) 发生异常, Expected HTTP 101 response but was 200 OK , 猜测 AzureApi 不可用,类似错误 https://github.com/kxxt/aspeak/issues/59
  • ikfly
  • 1
  • Opened 
    on Apr 7, 2023
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub