docs » plugins.finalcutpro.text2speech
Text to Speech Plugin.
- Constants - Useful values which cannot be changed
- copyToMediaFolder
- Variables - Configurable values
- addCaption
- addCustomKeyword
- addKeywordForVoiceName
- addTextToNotesFieldAfterImport
- assignClipAudioRoleToVoiceName
- currentIncrementalNumber
- customPrefix
- deleteFileAfterImport
- enableCustomPrefix
- includeTextInFilename
- insertIntoTimeline
- path
- recentText
- replaceSpaceWithUnderscore
- tag
- useUnderscore
- voice
- Functions - API calls offered directly by the extension
- chooseFolder
- insertFromPasteboard
- show
| Signature | plugins.finalcutpro.text2speech.copyToMediaFolder <cp.prop: boolean; live> |
|---|---|
| Type | Constant |
| Description | Copy to Media Folder Preferences Key. |
| 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. |
| 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 |
|
| Returns |
|
| Signature | plugins.finalcutpro.text2speech.insertFromPasteboard() -> none |
|---|---|
| Type | Function |
| Description | Inserts Text to Speech by reading the Pasteboard. |
| Parameters |
|
| Returns |
|
| Signature | plugins.finalcutpro.text2speech.show() -> none |
|---|---|
| Type | Function |
| Description | Shows the Text to Speech Chooser. |
| Parameters |
|
| Returns |
|