Speechify READMEThis extension allows you to convert selected text into speech using Azure Text to Speech service. The converted speech is saved as an MP3 file in the same directory as your current file. FeaturesOnce the extension is installed and configured with Azure Text to Speech service keys, you can select any text in your editor and convert it into speech. The speech is saved as an MP3 file in the same directory as your current file. The converted speech can be played back using any standard media player. RequirementsYou need to have an Azure account and a subscription key for Azure Text to Speech service. Extension SettingsThis extension contributes the following settings:
Please refer to the official Azure documentation for a full list of supported voices. The voice name should be in the format of "[language]-[region]-[name][Neural]". The gender should be either "Male" or "Female". The style should be one of the styles supported by the chosen voice. Known IssuesNo known issues so far. Release Notes1.0.0Initial release of speechify. The extension now supports text to speech conversion for selected text and saving the converted speech as an MP3 file. 1.0.1Fix the issue the file name of the converted speech may not correct. 1.0.2Add new configuration options for voice attributes. 1.0.3Add icon for the extension. |