convert txt to mp3 directly in my Mac
Good morning, sir,
How do I export a Textedit text to mp3 using the voice of the Mac player?
Thanks
Daniel
From France ...
iMac 21.5", macOS 10.13
Good morning, sir,
How do I export a Textedit text to mp3 using the voice of the Mac player?
Thanks
Daniel
From France ...
iMac 21.5", macOS 10.13
Outside of iTunes, Apple does not bundle an .mp3 converter with macOS, so there is no means to achieve .mp3 conversion of any of the audio output formats from the Terminal's say command, or Automator's Text to audio file action. One would have to install a third-party tool capable of converting .m4a audio files to .mp3 if still required.
For instance, here is an Automator Service that when you select text, and run this service, it passes the selected text into the first action, where it is saved into the designated file and location. That file is encoded as an .m4a MPEG file, and acquires a sequential extension (Text2VoiceFile001.m4a, etc.) as more of these are generated. One then can play, pause, resume the audio file from the Finder.
Hi Daniel,
How to Record Text to Speech Using Terminal...
https://www.iclarified.com/2922/how-to-record-text-to-speech-using-terminal
So create an Applications -> Automator drag and drop app, and then you can do this again and again without needing the Terminal.
Thank you for your very detailed answer.
It's a pity that you can't directly export a text in txt format to an audio file in mp3 format by choosing the male or female voice you want.
Because the use of the terminal is rather reserved to computer specialists and not to classic users.
The procedure seems quite complicated to follow, but I will nevertheless try to experiment with it.
Thanks again!
Daniel
Confined!!
Great advice from BobHarris! :)
convert txt to mp3 directly in my Mac