Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
171 lines (143 loc) · 13.7 KB

File metadata and controls

171 lines (143 loc) · 13.7 KB

docs » plugins.finalcutpro.text2speech


Text to Speech Plugin.

API Overview

API Documentation

Constants

Signature plugins.finalcutpro.text2speech.copyToMediaFolder <cp.prop: boolean; live>
Type Constant
Description Copy to Media Folder Preferences Key.

Variables

Signature plugins.finalcutpro.text2speech.addCaption
Type Variable
Description Option to Add Text to Notes Field After Importing
Signature plugins.finalcutpro.text2speech.addCustomKeyword
Type Variable
Description Boolean that sets whether or not to add a custom keyword.
Signature plugins.finalcutpro.text2speech.addKeywordForVoiceName
Type Variable
Description Boolean that sets whether or not a tag should be added for the voice.
Signature plugins.finalcutpro.text2speech.addTextToNotesFieldAfterImport
Type Variable
Description Option to Add Text to Notes Field After Importing
Signature plugins.finalcutpro.text2speech.assignClipAudioRoleToVoiceName
Type Variable
Description Assign Clip Audio Role to Voice Name
Signature plugins.finalcutpro.text2speech.currentIncrementalNumber
Type Variable
Description Current Incremental Number as number
Signature plugins.finalcutpro.text2speech.customPrefix
Type Variable
Description String which contains the custom prefix.
Signature plugins.finalcutpro.text2speech.deleteFileAfterImport
Type Variable
Description Delete File After Import
Signature plugins.finalcutpro.text2speech.enableCustomPrefix
Type Variable
Description Boolean that sets whether or not a custom prefix for the generated filename is enabled.
Signature plugins.finalcutpro.text2speech.includeTextInFilename
Type Variable
Description Includes the entered text in the filename
Signature plugins.finalcutpro.text2speech.insertIntoTimeline
Type Variable
Description Boolean that sets whether or not new generated voice file are automatically added to the timeline or not.
Signature plugins.finalcutpro.text2speech.path
Type Variable
Description Text to Speech Path for generated files.
Signature plugins.finalcutpro.text2speech.recentText
Type Variable
Description Table of recent items in Text to Speech Search.
Signature plugins.finalcutpro.text2speech.replaceSpaceWithUnderscore
Type Variable
Description Replace Space with Underscore
Signature plugins.finalcutpro.text2speech.tag
Type Variable
Description Tag that will be added to generated voice overs.
Signature plugins.finalcutpro.text2speech.useUnderscore
Type Variable
Description If true then an underscore will be used in the Custom Prefix filename otherwise a dash will be used.
Signature plugins.finalcutpro.text2speech.voice
Type Variable
Description Text to Speech Voice.

Functions

Signature plugins.finalcutpro.text2speech.chooseFolder() -> string or false
Type Function
Description Prompts the user to choose a folder for the Text to Speech Tool.
Parameters
  • None
Returns
  • A string of the selected path or false if cancelled.
Signature plugins.finalcutpro.text2speech.insertFromPasteboard() -> none
Type Function
Description Inserts Text to Speech by reading the Pasteboard.
Parameters
  • None
Returns
  • None
Signature plugins.finalcutpro.text2speech.show() -> none
Type Function
Description Shows the Text to Speech Chooser.
Parameters
  • None
Returns
  • None