dsnote
dsnote copied to clipboard
[Feature request] Any chance to support export as a file in the command line switches?
dsnote currently supports some command line but there is no support for the export TTS audio in the switches. Would there be any chance to add this?
Yes, that's missing. Adding to "to-do" list.
Thanks
Implemented in v4.8.0. Fix: 4a574e27ac4e35144a491372260b699cb1daa681
You need to use --output-file option.
Example:
flatpak run net.mkiol.SpeechNote --action start-reading-text --text "Hello, how are you doing?" --output-file speech.mp3
Thank you @mkiol