Skip to content

Commit

Permalink
remove audio.tts
Browse files Browse the repository at this point in the history
  • Loading branch information
flupke committed Aug 19, 2016
1 parent 8d373b0 commit 48add01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
4 changes: 2 additions & 2 deletions api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Tasks API methods
Storage API methods
-------------------

.. http:method:: GET /v2/storage/files/path
.. http:method:: GET /v2/storage/files/{path}
:label-name: v2_storage_files_get
:title: /v2/storage/files (GET)

Expand Down Expand Up @@ -415,7 +415,7 @@ Storage API methods
}


.. http:method:: DELETE /v2/storage/files/path
.. http:method:: DELETE /v2/storage/files/{path}
:label-name: v2_storage_files_delete
:title: /v2/storage/files (DELETE)

Expand Down
27 changes: 4 additions & 23 deletions tasks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,29 +64,6 @@ audio.info
:output codec: Codec of the audio file.
:output_type codec: string

audio.tts
---------

.. dragon:task:: audio.tts
Create audio voice-over file using Text-to-Speech (US English, male/female voices), returns duration.

:input url_callback: URL to callback when the task completes successfully. See :doc:`callbacks` for details.
:input_type url_callback: string
:input url_errback: URL to callback when the task fails. See :doc:`callbacks` for details.
:input_type url_errback: string
:input text: Text string to be transformed into audio via speech synthesys.
:input_type text: string
:input voice: 9 voices are available (English males: Paul & Mike - English females: Julie, Kate, Bridget & Crystal - Spanish male: Alberto - Spanish females: Violeta & Rosa). *(choices:* ``'neospeech:julie'``, ``'neospeech:paul'``, ``'neospeech:kate'``, ``'neospeech:neobridget'``, ``'neospeech:neovioleta'``, ``'att:crystal'``, ``'att:mike'``, ``'att:rosa'``, ``'att:alberto'`` *)* *(default:* ``u'neospeech:julie'`` *)*
:input_type voice: string
:input codec: Audio codec used for the output file. *(choices:* ``'mp3'``, ``'ogg'`` *)* *(default:* ``u'mp3'`` *)*
:input_type codec: string
:output duration: Duration of the audio file in seconds.
:output_type duration: float
:output content_type: Content-type of the audio file.
:output_type content_type: string
:file output: URL of the output file.

audio.waveform
--------------

Expand Down Expand Up @@ -541,6 +518,10 @@ video.upload.fb
:input_type privacy: string
:input no_story: If set to true, this will suppress feed and timeline story. *(default:* ``False`` *)*
:input_type no_story: boolean
:input api_key: Facebook API key. *(default:* ``u'-'`` *)*
:input_type api_key: string
:input app_secret: Facebook app secret. *(default:* ``u'-'`` *)*
:input_type app_secret: string
:output duration: Duration of the input video file, in seconds.
:output_type duration: float
:file output: URL of the uploaded video on Facebook.
Expand Down

0 comments on commit 48add01

Please sign in to comment.