pyttsx3 icon indicating copy to clipboard operation
pyttsx3 copied to clipboard

save_to_file returns corrupted 4kb diff on osx m1

Open Lodimup opened this issue 2 years ago • 3 comments

version 2.91 5d3755b ffmpeg and espeak installed

import pyttsx3 as tts 
engine = tts.init()
engine.save_to_file('Hello there general kenobi', 'test.aiff')

engine.runAndWait()

.mp3 file will not write at all

Lodimup avatar Nov 22 '22 08:11 Lodimup

I have the same issue

Miran126 avatar Dec 25 '22 18:12 Miran126

exactly the same issue but on 2,6 GHz 6-Core Intel Core i7 Macbook Pro with macOS Ventura 13.1

gustavz avatar Jan 03 '23 15:01 gustavz

same issue, 4kb empty file, on macOS 15.0 beta

holytony avatar Jun 30 '24 14:06 holytony