JarodMica / audiobook_maker

GNU General Public License v3.0
255 stars 43 forks source link

Exported Audiobook files are 0 second length empty wav files. #4

Closed Artholos closed 1 year ago

Artholos commented 1 year ago

When I export an audiobook, it names the file "Audio Files_audiobook_0" regardless of what the name is set to in the application. The audio file that is supposed to be the stitched together audio parts is simply an empty .wav file with no content.

This behavior is reproducible on my system.

Platform: Windows 10 CPU: Processor AMD Ryzen 7 5800X GPU: RTX 3090 Ti RAM: 64GB

JarodMica commented 1 year ago

Could you layout the steps for reproducibilty? Is it when doing it on a finished audiobook?

Artholos commented 1 year ago

After writing my combine program and then reading through the code, I now realize I was doing it wrong.

The export is not for choosing where to export the file, but where to find the audio files to combine.

I think that's a bit confusing because typically 'exporting' a project in other programs like Gimp, Premiere, Audacity, etc have you choose where the file will be located once it's done combining the elements in the current project.