Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Computers are not intelligent. They only think they are.


devel / comp.lang.tcl / Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

SubjectAuthor
* Totally off-topic: Interface to a media player (ultimately via speech) ?Helmut Giese
+* Totally off-topic: Interface to a media player (ultimately via speech) ?Rich
|`- Totally off-topic: Interface to a media player (ultimately via speech) ?Helmut Giese
+* Totally off-topic: Interface to a media player (ultimately viaAlan Grunwald
|+* Totally off-topic: Interface to a media player (ultimately via speech) ?Richard Owlett
||`- Totally off-topic: Interface to a media player (ultimately via speech) ?Helmut Giese
|`- Totally off-topic: Interface to a media player (ultimately via speech) ?Helmut Giese
+* Totally off-topic: Interface to a media player (ultimately viaThe Rickster
|`- Totally off-topic: Interface to a media player (ultimately via speech) ?Helmut Giese
`* Totally off-topic: Interface to a media player (ultimately viaSchelte
 `- Totally off-topic: Interface to a media player (ultimately via speech) ?Helmut Giese

1
Totally off-topic: Interface to a media player (ultimately via speech) ?

<6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12493&group=comp.lang.tcl#12493

  copy link   Newsgroups: comp.lang.tcl
Path: rocksolid2!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: hgiese@ratiosoft.com (Helmut Giese)
Newsgroups: comp.lang.tcl
Subject: Totally off-topic: Interface to a media player (ultimately via speech) ?
Date: Fri, 08 Sep 2023 21:21:04 +0200
Organization: ratiosoft
Lines: 31
Message-ID: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="5fe9613ee65672a591a8531d6617fda7";
logging-data="3832251"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+0w8DwwHQh2hSRoFdmgtha"
Cancel-Lock: sha1:mIRZ0sabC/ovr/gZabmq9psbtp0=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Helmut Giese - Fri, 8 Sep 2023 19:21 UTC

Hello out there,
since there are so many knowledgable people around here I figured it
would be worth a try.
The context: My mother (93 years old) suffers from 'age-related
degeneration of the macula' (Altersbedingt Makula-Degeneration, AMD).
This is pretty horrible since her near-field vision (that is the
region from 0 to 50 or 60 cm) is practically completely gone. Which
means she can neither read, write, knit nor solve puzzles like she
loved to do in the past.
Lately she developed some interest in audio books and so we bought a
handy and configured an app and the speech control so that she could
hear an audio book.
This was somewhat successful but now the handy kind of dissolved
itself and I had the following idea:
- Pick a media player which offers an interface to basic functions:
play, play one episode, stop, rewind one episod and rewind <N>
episodes.
- Write a Tcl program to this interface.
- Figure out a way to get htis whole setup speech-controlled. A
possibility would be a 'speech to text' conversion (which was recently
mentioned in the group) and its interpretation by Tcl, or maybe a
direct interface to Windows' speech engine, or ...

This would be on Windows - but since she can't use her laptop anymore
I could install Linux there as well (if that helps).

Thanks for reading so far. Any idea, hint or link will be highly
appreciated.

A nice weekend to all of you
Helmut

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<udguca$3udev$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12498&group=comp.lang.tcl#12498

  copy link   Newsgroups: comp.lang.tcl
Path: rocksolid2!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: rich@example.invalid (Rich)
Newsgroups: comp.lang.tcl
Subject: Re: Totally off-topic: Interface to a media player (ultimately via speech) ?
Date: Sat, 9 Sep 2023 05:04:10 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <udguca$3udev$1@dont-email.me>
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>
Injection-Date: Sat, 9 Sep 2023 05:04:10 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f3a620b408c481dfdb4beea5421ab298";
logging-data="4142559"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+wXDj50jPAIN4viqPD5TOk"
User-Agent: tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.117 (x86_64))
Cancel-Lock: sha1:xOOFWyUAJiHYcxV30JieeB+o4pw=
 by: Rich - Sat, 9 Sep 2023 05:04 UTC

Helmut Giese <hgiese@ratiosoft.com> wrote:
> - Pick a media player which offers an interface to basic functions:
> play, play one episode, stop, rewind one episod and rewind <N>
> episodes.
> - Write a Tcl program to this interface.

Mplayer offers a "remote control" mode
(http://www.mplayerhq.hu/DOCS/tech/slave.txt).

My pvr (custom Tcl code) uses mplayer's remote control mode to
interface an IR remote to mplayer to handle standard playback functions
(pause, jump forward, jump backward, etc.).

mpg123 also has a 'remote control' mode. Never written anything to
worrk against it, but I know it exists.

Both are Linux.

> - Figure out a way to get htis whole setup speech-controlled. A
> possibility would be a 'speech to text' conversion (which was recently
> mentioned in the group) and its interpretation by Tcl, or maybe a
> direct interface to Windows' speech engine, or ...

I can't offer any advice here.

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<udhpjk$2lfn$1@dont-email.me>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12502&group=comp.lang.tcl#12502

  copy link   Newsgroups: comp.lang.tcl
Path: rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nospam.nurdglaw@gmail.com (Alan Grunwald)
Newsgroups: comp.lang.tcl
Subject: Re: Totally off-topic: Interface to a media player (ultimately via
speech) ?
Date: Sat, 9 Sep 2023 13:48:52 +0100
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <udhpjk$2lfn$1@dont-email.me>
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 9 Sep 2023 12:48:53 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a20ab37b9164c304333e3dba47ba054b";
logging-data="87543"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/IGbOUYUZ/37JxmvrwxwDmQG8txZavBFo="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.15.0
Cancel-Lock: sha1:hZGksGCxdx3EBJ3NMfp1g7oOeuM=
Content-Language: en-US
In-Reply-To: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>
 by: Alan Grunwald - Sat, 9 Sep 2023 12:48 UTC

On 08/09/2023 20:21, Helmut Giese wrote:
> Hello out there,
> since there are so many knowledgable people around here I figured it
> would be worth a try.
> The context: My mother (93 years old) suffers from 'age-related
> degeneration of the macula' (Altersbedingt Makula-Degeneration, AMD).
> This is pretty horrible since her near-field vision (that is the
> region from 0 to 50 or 60 cm) is practically completely gone. Which
> means she can neither read, write, knit nor solve puzzles like she
> loved to do in the past.
> Lately she developed some interest in audio books and so we bought a
> handy and configured an app and the speech control so that she could
> hear an audio book.
> This was somewhat successful but now the handy kind of dissolved
> itself and I had the following idea:
> - Pick a media player which offers an interface to basic functions:
> play, play one episode, stop, rewind one episod and rewind <N>
> episodes.
> - Write a Tcl program to this interface.
> - Figure out a way to get htis whole setup speech-controlled. A
> possibility would be a 'speech to text' conversion (which was recently
> mentioned in the group) and its interpretation by Tcl, or maybe a
> direct interface to Windows' speech engine, or ...
>
> This would be on Windows - but since she can't use her laptop anymore
> I could install Linux there as well (if that helps).
>
> Thanks for reading so far. Any idea, hint or link will be highly
> appreciated.
>
> A nice weekend to all of you
> Helmut

Just a thought - how about a full-screen Tk interface with 5 huge
buttons in contrasting colours - or single colour with a contrasting
border that changes colour when the mouse is over them?

All the best to your mother,
Alan

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<2VednaLz4qac4WH5nZ2dnZfqn_adnZ2d@supernews.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12503&group=comp.lang.tcl#12503

  copy link   Newsgroups: comp.lang.tcl
Path: rocksolid2!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!69.80.99.27.MISMATCH!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!nntp.supernews.com!news.supernews.com.POSTED!not-for-mail
NNTP-Posting-Date: Sat, 09 Sep 2023 14:06:57 +0000
Subject: Re: Totally off-topic: Interface to a media player (ultimately via speech) ?
Newsgroups: comp.lang.tcl
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com> <udhpjk$2lfn$1@dont-email.me>
From: rowlett@cloud85.net (Richard Owlett)
Date: Sat, 9 Sep 2023 09:06:56 -0500
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4
MIME-Version: 1.0
In-Reply-To: <udhpjk$2lfn$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <2VednaLz4qac4WH5nZ2dnZfqn_adnZ2d@supernews.com>
Lines: 50
X-Trace: sv3-RzM0GftA0hirCPrWN3yciQHFFD07ppSbslQjIdMPC5iIMHKpylCKl3g2B8RnJXTxpeHsfz/UPSfzsZr!Jr/U6CnUCgyPyzz4L7QnRiO+3vShQtkfD+MJGSETHRTPNmI4GNAy0eLFSmoR918PNmLmCzo5K+oL!w6AdENBXvRw=
X-Complaints-To: www.supernews.com/docs/abuse.html
X-DMCA-Complaints-To: www.supernews.com/docs/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Richard Owlett - Sat, 9 Sep 2023 14:06 UTC

On 09/09/2023 07:48 AM, Alan Grunwald wrote:
> On 08/09/2023 20:21, Helmut Giese wrote:
>> Hello out there,
>> since there are so many knowledgable people around here I figured it
>> would be worth a try.
>> The context: My mother (93 years old) suffers from 'age-related
>> degeneration of the macula' (Altersbedingt Makula-Degeneration, AMD).
>> This is pretty horrible since her near-field vision (that is the
>> region from 0 to 50 or 60 cm) is practically completely gone. Which
>> means she can neither read, write, knit nor solve puzzles like she
>> loved to do in the past.
>> Lately she developed some interest in audio books and so we bought a
>> handy and configured an app and the speech control so that she could
>> hear an audio book.
>> This was somewhat successful but now the handy kind of dissolved
>> itself and I had the following idea:
>> - Pick a media player which offers an interface to basic functions:
>> play, play one episode, stop, rewind one episod and rewind <N>
>> episodes.
>> - Write a Tcl program to this interface.
>> - Figure out a way to get htis whole setup speech-controlled. A
>> possibility would be a 'speech to text' conversion (which was recently
>> mentioned in the group) and its interpretation by Tcl, or maybe a
>> direct interface to Windows' speech engine, or ...
>>
>> This would be on Windows - but since she can't use her laptop anymore
>> I could install Linux there as well (if that helps).
>>
>> Thanks for reading so far. Any idea, hint or link will be highly
>> appreciated.
>>
>> A nice weekend to all of you
>> Helmut
>
> Just a thought - how about a full-screen Tk interface with 5 huge
> buttons in contrasting colours - or single colour with a contrasting
> border that changes colour when the mouse is over them?
>
> All the best to your mother,
> Alan

Some possible information sources:
https://www.debian.org/devel/debian-accessibility/
https://lists.debian.org/debian-accessibility/
https://html.duckduckgo.com/html?q=%2Bdebian%20%2B%22speech%20recognition%22%20%2Bcontrol

HTH

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<3gcrfi9791vri29qtlkj9cb7ghsqvaft9j@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12505&group=comp.lang.tcl#12505

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: hgiese@ratiosoft.com (Helmut Giese)
Newsgroups: comp.lang.tcl
Subject: Re: Totally off-topic: Interface to a media player (ultimately via speech) ?
Date: Sun, 10 Sep 2023 14:10:42 +0200
Organization: ratiosoft
Lines: 22
Message-ID: <3gcrfi9791vri29qtlkj9cb7ghsqvaft9j@4ax.com>
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com> <udguca$3udev$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="a3cf02d4d9c73ef552d0c7c618d84a14";
logging-data="610993"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19ECGiEDXKUkWVlOBtyyNYh"
Cancel-Lock: sha1:9y2G9yaEi3Oug6ZQlodJChS7nXY=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Helmut Giese - Sun, 10 Sep 2023 12:10 UTC

Rich <rich@example.invalid> schrieb:

>Helmut Giese <hgiese@ratiosoft.com> wrote:
>> - Pick a media player which offers an interface to basic functions:
>> play, play one episode, stop, rewind one episod and rewind <N>
>> episodes.
>> - Write a Tcl program to this interface.
>
>Mplayer offers a "remote control" mode
>(http://www.mplayerhq.hu/DOCS/tech/slave.txt).
>
>My pvr (custom Tcl code) uses mplayer's remote control mode to
>interface an IR remote to mplayer to handle standard playback functions
>(pause, jump forward, jump backward, etc.).
>
>mpg123 also has a 'remote control' mode. Never written anything to
>worrk against it, but I know it exists.
>
>Both are Linux.
>
Thank you, Rich, I will have a look.
Helmut

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<micrfi5rdi5r6lv1obkbhfs55ptuar0bmt@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12506&group=comp.lang.tcl#12506

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: hgiese@ratiosoft.com (Helmut Giese)
Newsgroups: comp.lang.tcl
Subject: Re: Totally off-topic: Interface to a media player (ultimately via speech) ?
Date: Sun, 10 Sep 2023 14:12:46 +0200
Organization: ratiosoft
Lines: 9
Message-ID: <micrfi5rdi5r6lv1obkbhfs55ptuar0bmt@4ax.com>
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com> <udhpjk$2lfn$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="a3cf02d4d9c73ef552d0c7c618d84a14";
logging-data="610993"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/zfQCeUufcL0FHXLTXu6FB"
Cancel-Lock: sha1:tX7khIeIBxIzxEe9ffrQQ0M9gP0=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Helmut Giese - Sun, 10 Sep 2023 12:12 UTC

>Just a thought - how about a full-screen Tk interface with 5 huge
>buttons in contrasting colours - or single colour with a contrasting
>border that changes colour when the mouse is over them?
>
>All the best to your mother,
Hi Alan,
that's an interesting idea - and very fast to try out.
Thanks
Helmut

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<smcrfidka3bs85onfmkkbjc71m3qikj71g@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12507&group=comp.lang.tcl#12507

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: hgiese@ratiosoft.com (Helmut Giese)
Newsgroups: comp.lang.tcl
Subject: Re: Totally off-topic: Interface to a media player (ultimately via speech) ?
Date: Sun, 10 Sep 2023 14:19:51 +0200
Organization: ratiosoft
Lines: 13
Message-ID: <smcrfidka3bs85onfmkkbjc71m3qikj71g@4ax.com>
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com> <udhpjk$2lfn$1@dont-email.me> <2VednaLz4qac4WH5nZ2dnZfqn_adnZ2d@supernews.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="a3cf02d4d9c73ef552d0c7c618d84a14";
logging-data="613288"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/1jM0SCwcrXy0xuaeETTvR"
Cancel-Lock: sha1:w9EFU0IprFb/04bFqt0iNL2cr8E=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Helmut Giese - Sun, 10 Sep 2023 12:19 UTC

Richard Owlett <rowlett@cloud85.net> schrieb:
Hi Richard,

>Some possible information sources:
> https://www.debian.org/devel/debian-accessibility/
> https://lists.debian.org/debian-accessibility/
>
>https://html.duckduckgo.com/html?q=%2Bdebian%20%2B%22speech%20recognition%22%20%2Bcontrol
>
>HTH
>
thanks, this looks interesting.
Helmut

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<d8ae72cd-baf0-44bd-b6f2-5ce212bc7ce8n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12508&group=comp.lang.tcl#12508

  copy link   Newsgroups: comp.lang.tcl
X-Received: by 2002:ac8:7d0b:0:b0:40b:2fd7:55a8 with SMTP id g11-20020ac87d0b000000b0040b2fd755a8mr171239qtb.8.1694361710345;
Sun, 10 Sep 2023 09:01:50 -0700 (PDT)
X-Received: by 2002:a17:903:188:b0:1bc:4c3d:eb08 with SMTP id
z8-20020a170903018800b001bc4c3deb08mr2864422plg.8.1694361709619; Sun, 10 Sep
2023 09:01:49 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.tcl
Date: Sun, 10 Sep 2023 09:01:48 -0700 (PDT)
In-Reply-To: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2603:8001:b5f0:88f0:2060:178c:b191:7a9a;
posting-account=a7bcHgoAAADQ0akqIyRQmxfQdEEZtAt5
NNTP-Posting-Host: 2603:8001:b5f0:88f0:2060:178c:b191:7a9a
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d8ae72cd-baf0-44bd-b6f2-5ce212bc7ce8n@googlegroups.com>
Subject: Re: Totally off-topic: Interface to a media player (ultimately via
speech) ?
From: sled99dog@gmail.com (The Rickster)
Injection-Date: Sun, 10 Sep 2023 16:01:50 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3294
 by: The Rickster - Sun, 10 Sep 2023 16:01 UTC

On Friday, September 8, 2023 at 12:21:09 PM UTC-7, Helmut Giese wrote:
> Hello out there,
> since there are so many knowledgable people around here I figured it
> would be worth a try.
> The context: My mother (93 years old) suffers from 'age-related
> degeneration of the macula' (Altersbedingt Makula-Degeneration, AMD).
> This is pretty horrible since her near-field vision (that is the
> region from 0 to 50 or 60 cm) is practically completely gone. Which
> means she can neither read, write, knit nor solve puzzles like she
> loved to do in the past.
> Lately she developed some interest in audio books and so we bought a
> handy and configured an app and the speech control so that she could
> hear an audio book.
> This was somewhat successful but now the handy kind of dissolved
> itself and I had the following idea:
> - Pick a media player which offers an interface to basic functions:
> play, play one episode, stop, rewind one episod and rewind <N>
> episodes.
> - Write a Tcl program to this interface.
> - Figure out a way to get htis whole setup speech-controlled. A
> possibility would be a 'speech to text' conversion (which was recently
> mentioned in the group) and its interpretation by Tcl, or maybe a
> direct interface to Windows' speech engine, or ...
>
> This would be on Windows - but since she can't use her laptop anymore
> I could install Linux there as well (if that helps).
>
> Thanks for reading so far. Any idea, hint or link will be highly
> appreciated.
>
> A nice weekend to all of you
> Helmut
We have a solution that integrates speech control with mplayer. Speech is managed with SAPI, media with mplayer from the mplayer project. i can give you the tcl code for the shared recognizer; we use a customized inproc version. Will give you some examples. However, too much to show here. Would be happy to share the code if you would like. email me at wheeldog99@yahoo.com..

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<nnd$39e1a562$4138edb9@04293ecc92eb86ef>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12509&group=comp.lang.tcl#12509

  copy link   Newsgroups: comp.lang.tcl
Date: Sun, 10 Sep 2023 18:03:10 +0200
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: Totally off-topic: Interface to a media player (ultimately via
speech) ?
Content-Language: en-US
Newsgroups: comp.lang.tcl
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>
From: nospam@wanadoo.nl (Schelte)
In-Reply-To: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <nnd$39e1a562$4138edb9@04293ecc92eb86ef>
Organization: KPN B.V.
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feed.abavia.com!abe004.abavia.com!abp003.abavia.com!news.kpn.nl!not-for-mail
Lines: 22
Injection-Date: Sun, 10 Sep 2023 18:03:10 +0200
Injection-Info: news.kpn.nl; mail-complaints-to="abuse@kpn.com"
 by: Schelte - Sun, 10 Sep 2023 16:03 UTC

On 08/09/2023 21:21, Helmut Giese wrote:
> This was somewhat successful but now the handy kind of dissolved
> itself and I had the following idea:
> - Pick a media player which offers an interface to basic functions:
> play, play one episode, stop, rewind one episod and rewind <N>
> episodes.
> - Write a Tcl program to this interface.

Many media players on linux support the MPRIS API:
https://specifications.freedesktop.org/mpris-spec/2.2/
Communication happens through D-Bus, for which there is Tcl binding:
https://chiselapp.com/user/schelte/repository/dbus

Schelte.

P.S.: While "handy" may sound English, a native English speaker will
probably not understand that you mean a mobile phone.
https://www.youtube.com/watch?v=xfeMGVCX-Gk&t=312s

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<j1rrfiddfebgqi4163alq4ucr1j0bndsqp@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12510&group=comp.lang.tcl#12510

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: hgiese@ratiosoft.com (Helmut Giese)
Newsgroups: comp.lang.tcl
Subject: Re: Totally off-topic: Interface to a media player (ultimately via speech) ?
Date: Sun, 10 Sep 2023 18:23:31 +0200
Organization: ratiosoft
Lines: 25
Message-ID: <j1rrfiddfebgqi4163alq4ucr1j0bndsqp@4ax.com>
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com> <nnd$39e1a562$4138edb9@04293ecc92eb86ef>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="a3cf02d4d9c73ef552d0c7c618d84a14";
logging-data="684268"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+j5oS7kCQF9tXBahu0A/bP"
Cancel-Lock: sha1:wyUS0d8AIHMeSbE5+6MTu+YgfoI=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Helmut Giese - Sun, 10 Sep 2023 16:23 UTC

Hi Schelte,

>On 08/09/2023 21:21, Helmut Giese wrote:
>> This was somewhat successful but now the handy kind of dissolved
>> itself and I had the following idea:
>> - Pick a media player which offers an interface to basic functions:
>> play, play one episode, stop, rewind one episod and rewind <N>
>> episodes.
>> - Write a Tcl program to this interface.
>
>Many media players on linux support the MPRIS API:
>https://specifications.freedesktop.org/mpris-spec/2.2/
>Communication happens through D-Bus, for which there is Tcl binding:
>https://chiselapp.com/user/schelte/repository/dbus
>
sounde interesting. Thanks for the info.

>P.S.: While "handy" may sound English, a native English speaker will
>probably not understand that you mean a mobile phone.
>https://www.youtube.com/watch?v=xfeMGVCX-Gk&t=312s
Good catch! Now that you mention it, it is obvious. My only "excuse":
I learned my English when mobile phones weren't even thought of. You
never stop learning ...
Thanks again
Helmut

Re: Totally off-topic: Interface to a media player (ultimately via speech) ?

<s16sfi1pl2aeun0jgquccn40lfe7pg5031@4ax.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=12512&group=comp.lang.tcl#12512

  copy link   Newsgroups: comp.lang.tcl
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: hgiese@ratiosoft.com (Helmut Giese)
Newsgroups: comp.lang.tcl
Subject: Re: Totally off-topic: Interface to a media player (ultimately via speech) ?
Date: Sun, 10 Sep 2023 21:28:13 +0200
Organization: ratiosoft
Lines: 7
Message-ID: <s16sfi1pl2aeun0jgquccn40lfe7pg5031@4ax.com>
References: <6spmfide5l1r003p29n1rpns6phg8h77h0@4ax.com> <d8ae72cd-baf0-44bd-b6f2-5ce212bc7ce8n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="a3cf02d4d9c73ef552d0c7c618d84a14";
logging-data="737884"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18KC0BuoZm+qqR7xebET+iz"
Cancel-Lock: sha1:FHxlzdM1WKtq04ZGd3oN1DDiF1U=
X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
 by: Helmut Giese - Sun, 10 Sep 2023 19:28 UTC

Hi,
>We have a solution that integrates speech control with mplayer. Speech is managed with SAPI, media with mplayer from the mplayer project. i can give you the tcl code for the shared recognizer; we use a customized inproc version. Will give you some examples. However, too much to show here. Would be happy to share the code if you would like. email me at wheeldog99@yahoo.com.
This sounds wonderful. Email is under way.
Many thanks
Helmut
PS: This is the 2nd attempt to answer you - don't know what happened
to the 1st.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor