Skip to content

Commit

Permalink
Marlene voice (#142)
Browse files Browse the repository at this point in the history
* added Marlene voice

* Update CHANGELOG.md

Co-authored-by: Huzaif <[email protected]>
  • Loading branch information
huzaif-plivo and Huzaif authored Mar 24, 2022
1 parent f828ecb commit 1df50db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [7.7.2](https://github.com/plivo/plivo-go/tree/v7.7.2) (2022-03-23)
**Bug Fix - Voice**
- Added `Polly.Marlene` to [SSML voices](https://www.plivo.com/docs/voice/concepts/ssml#ssml-voices)

## [7.7.1](https://github.com/plivo/plivo-go/tree/v7.7.1) (2022-03-17)
**Bug Fix - Voice**
- Added `machine_detection_url` and `machine_detection_method` in [Make a call API](https://www.plivo.com/docs/voice/api/call#make-a-call)
Expand Down
2 changes: 1 addition & 1 deletion baseclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/google/go-querystring/query"
)

const sdkVersion = "7.7.1"
const sdkVersion = "7.7.2"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down
2 changes: 1 addition & 1 deletion xml/plivoxml.go
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ func getLanguageVoices() map[string][]string {
"en-GB-WLS": {"Geraint"},
"fr-FR": {"Léa", "Céline", "Mathieu"},
"fr-CA": {"Chantal", "Chantal"},
"de-DE": {"Vicki", "Hans"},
"de-DE": {"Vicki", "Hans","Marlene"},
"hi-IN": {"Aditi"},
"is-IS": {"Dóra", "Karl"},
"it-IT": {"Carla", "Giorgio"},
Expand Down

0 comments on commit 1df50db

Please sign in to comment.