-
Thank you for this wonderful service! I'm trying it out in a new site.
The voice is working fine but calls to the http://talkify.net API are failing because I'm using an https page. I've removed t…
-
This plugin does is not as easy as other media plugins, should not be so difficult to make the installation and setup just as easy
-
Hello, I have integrate CefSharp.WPF in my WPF application for showing html5 content.
I have ContentList.xaml that showing all Html5 content list and Html5Player.xaml that playing all Html5 content. …
-
I have these pop up in my logs every so often. Prob just a unique case, hopefully its helpful in some way. If you need more info please let me know I can try to get it
```
6/7/2017 2:26:09 PMCould…
-
This is my code based on your example provided...
```
talkify.config.host = 'http://talkify.net';
talkify.config.ui.audioControls = {
enabled: true, //
-
It's now pretty hard to determine if a player has updated their plugins. We should get somehow an indication of which versions of plugins people are running. This helps with debugging.
-
Looks like this was introduced in https://github.com/fent/node-ytdl-core/releases/tag/v0.9.2
It seems that the sig.js file in `lib` is referencing a file in `test`. https://github.com/fent/node-ytd…
-
//转域名
{
name: "userscripts转Mirror",
from: /^https?:\/\/(userscripts\.org(?:\:8080|)|(?:www.|)webextender.net)\/(.*)/i,
to: "http://userscripts-mirror.org/$2",
regex: true
},{…
ghost updated
7 years ago
-
```
ERROR: Signature extraction failed: Traceback (most recent call last):
File "C:\Users\Justin\AppData\Local\Programs\Python\Python35-32\lib\site-packages\youtube_dl\extractor\youtube.py", line …
-
The readme talks about `Play simple text` with `talkify.playText('Hello world');`.
However, there is no instruction on how to create `talkify`. Is it implicitly added to the `window` object?