Skip to content

Commit

Permalink
docs: update readme for the added speech marks config.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigel committed Apr 10, 2021
1 parent 3efc50c commit 5fb6c4e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ return [
'polly' => [
/**
* Voice ID to use for the synthesis.
* You may use any of the following:
* You may use any of the following:.
*
* Aditi, Amy, Astrid, Bianca, Brian, Camila, Carla, Carmen, Celine,
* Chantal, Conchita, Cristiano, Dora, Emma, Enrique, Ewa, Filiz,
Expand All @@ -175,6 +175,14 @@ return [
*/
'voice_id' => env('AWS_VOICE_ID', 'Amy'),

/**
* You can request any or all of the speech mark types, but leave it empty if you don't use speech marks.
* You may add any of the following:.
*
* sentence, word, viseme, ssml
*/
'speech_marks' => [],

/**
* IAM Credentials from AWS.
*/
Expand Down

0 comments on commit 5fb6c4e

Please sign in to comment.