Skip to content

Commit

Permalink
Merge pull request #465 from internet4000/feat/speech
Browse files Browse the repository at this point in the history
add text to speech for #text2speech with new <r4-player speech=true>
  • Loading branch information
hugurp authored Dec 6, 2020
2 parents f01c448 + 9e665aa commit 025da6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions app/components/x-playback/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<div class="Playback-player">
<radio4000-player
speech="true"
autoplay="true"
r4-url="true"
track-id={{track.id}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"emberfire": "^2.0.10",
"lazysizes": "^4.1.5",
"media-url-parser": "^0.1.3",
"radio4000-player": "^0.6.10",
"radio4000-player": "^0.6.14",
"torii": "^0.10.1",
"youtube-regex": "^1.0.4"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8138,10 +8138,10 @@ qunit@^2.5.0:
resolve "1.5.0"
walk-sync "0.3.2"

radio4000-player@^0.6.10:
version "0.6.10"
resolved "https://registry.yarnpkg.com/radio4000-player/-/radio4000-player-0.6.10.tgz#12714cede6c8b56b7ab7bc0fcff73786a38932dd"
integrity sha512-eoR/Mt0OO/nYNfh9XD0dx87iASSU378Nsurwq/14RoGZZydjXhOSCETAtC5RtbD09uiF6o7V2mhOt1ilTpI1Xw==
radio4000-player@^0.6.14:
version "0.6.14"
resolved "https://registry.yarnpkg.com/radio4000-player/-/radio4000-player-0.6.14.tgz#9a229ae15971a72348a2e8a1f3e2526a34639845"
integrity sha512-ZBkk+MAEv63vspXNLvLV8sdqi3ympbcZXYoz9Vxi3tRni0hOSoi6+jshnGeJXxQ3U5UpeV92QZkILmkc0l5leA==
dependencies:
"@vimeo/player" "^2.9.1"
document-register-element "^1.8.1"
Expand Down

0 comments on commit 025da6f

Please sign in to comment.