Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to Split Output Audio on Text to Speech Code
Post: RE: How to Split Output Audio on Text to Speech Co...

OK, I managed to cobble together some code after watching a few more tutorials... try: for FileNumber in range (1,1000): with open((str(FileNumber).zfill(3)) + ".txt") as text_file: ...
Base12 General Coding Help 2 6,788 Aug-29-2020, 03:23 AM
    Thread: How to Split Output Audio on Text to Speech Code
Post: RE: How to Split Output Audio on Text to Speech Co...

I broke down the problem into something simpler. I used a free 'Text Splitter' program called GSPLIT to break the .TXT file into separate files... 001.TXT contains: This is sentence number one. This...
Base12 General Coding Help 2 6,788 Aug-28-2020, 11:49 PM
    Thread: How to Split Output Audio on Text to Speech Code
Post: How to Split Output Audio on Text to Speech Code

Hello, this is my first post here and I have extremely little Python experience. My goal is to use IBM Watson Text to Speech to read a .TXT file and output it to multiple .MP3 files. I have been ab...
Base12 General Coding Help 2 6,788 Aug-26-2020, 11:54 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020