dsnote icon indicating copy to clipboard operation
dsnote copied to clipboard

[Feature request] Any chance to support export as a file in the command line switches?

Open ssteo opened this issue 8 months ago • 2 comments

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?

ssteo avatar Apr 23 '25 08:04 ssteo

Yes, that's missing. Adding to "to-do" list.

mkiol avatar Apr 27 '25 18:04 mkiol

Thanks

ssteo avatar Apr 28 '25 08:04 ssteo

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

mkiol avatar Jun 21 '25 11:06 mkiol

Thank you @mkiol

ssteo avatar Jun 27 '25 10:06 ssteo