Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3623 > unrolled thread
| Started by | ray <ray@aarden.us> |
|---|---|
| First post | 2011-04-19 18:04 -0700 |
| Last post | 2011-04-21 20:38 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.python
Remote Connection ray <ray@aarden.us> - 2011-04-19 18:04 -0700
Re: Remote Connection Chris Rebert <clp2@rebertia.com> - 2011-04-19 18:23 -0700
Re: Remote Connection ray <ray@aarden.us> - 2011-04-19 20:26 -0700
Re: Remote Connection Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-04-21 20:38 +0200
| From | ray <ray@aarden.us> |
|---|---|
| Date | 2011-04-19 18:04 -0700 |
| Subject | Remote Connection |
| Message-ID | <5fee0f6b-3b10-4705-bc30-733578d8f6f0@l30g2000vbn.googlegroups.com> |
I wonder if there is a solution to provide remote connections between two computers similar to Remote Desktop. The difference I am looking for is to be able to deliver speech/audio from the local machine to the remote machine which will process the audio via Dragon Naturally Speaking. As an additional point, I would like to be able to deliver speech to that remote computer from a cell phone. I would appreciate all considerations. The current remote machine is an XP Pro SP2, the local machine is . . . right now an XP Pro but will change to a Windows 7 Pro. I do not have a cell for this; I am waiting to see if any solution may dictate the cell details. ray
[toc] | [next] | [standalone]
| From | Chris Rebert <clp2@rebertia.com> |
|---|---|
| Date | 2011-04-19 18:23 -0700 |
| Message-ID | <mailman.597.1303262597.9059.python-list@python.org> |
| In reply to | #3623 |
On Tue, Apr 19, 2011 at 6:04 PM, ray <ray@aarden.us> wrote: > I wonder if there is a solution to provide remote connections between > two computers similar to Remote Desktop. The difference I am looking > for is to be able to deliver speech/audio from the local machine to > the remote machine which will process the audio via Dragon Naturally > Speaking. > > As an additional point, I would like to be able to deliver speech to > that remote computer from a cell phone. > > I would appreciate all considerations. > > The current remote machine is an XP Pro SP2, the local machine > is . . . right now an XP Pro but will change to a Windows 7 Pro. I do > not have a cell for this; I am waiting to see if any solution may > dictate the cell details. How does this specifically involve Python at all, pray tell? Regards, Chris
[toc] | [prev] | [next] | [standalone]
| From | ray <ray@aarden.us> |
|---|---|
| Date | 2011-04-19 20:26 -0700 |
| Message-ID | <3819c936-572c-46b3-8b1e-f458970e1b5d@w36g2000vbi.googlegroups.com> |
| In reply to | #3625 |
On Apr 19, 8:23 pm, Chris Rebert <c...@rebertia.com> wrote: > On Tue, Apr 19, 2011 at 6:04 PM, ray <r...@aarden.us> wrote: > > I wonder if there is a solution to provide remote connections between > > two computers similar to Remote Desktop. The difference I am looking > > for is to be able to deliver speech/audio from the local machine to > > the remote machine which will process the audio via Dragon Naturally > > Speaking. > > > As an additional point, I would like to be able to deliver speech to > > that remote computer from a cell phone. > > > I would appreciate all considerations. > > > The current remote machine is an XP Pro SP2, the local machine > > is . . . right now an XP Pro but will change to a Windows 7 Pro. I do > > not have a cell for this; I am waiting to see if any solution may > > dictate the cell details. > > How does this specifically involve Python at all, pray tell? > > Regards, > Chris- Hide quoted text - > > - Show quoted text - Chris, The speech commands will scripted in Python. Dragonfly is the Python project to coordinate this but does not address connectivity. So I am wondering if there have been any Python projects to address the connectivity. ray
[toc] | [prev] | [next] | [standalone]
| From | Irmen de Jong <irmen@-NOSPAM-xs4all.nl> |
|---|---|
| Date | 2011-04-21 20:38 +0200 |
| Message-ID | <4db079b1$0$34849$e4fe514c@news.xs4all.nl> |
| In reply to | #3639 |
On 20-04-11 05:26, ray wrote: > The speech commands will scripted in Python. Dragonfly is the Python > project to coordinate this but does not address connectivity. > > So I am wondering if there have been any Python projects to address > the connectivity. > > ray I'm not quite sure what you want exactly, but maybe one or more of the available Python rpc modules/libraries can be used to your needs? They offer communication between Python processes on separate machines, but may not be entirely suitable for your needs of audio data transfer. Still, they should be able to transfer chunks of audio data in some way to a remote machine. Some protocols are better suited for this than others. Some libraries that may be useful perhaps: Pyro (see http://pypi.python.org/pypi/Pyro4/ ) xmlrpclib (part of the standard library) or perhaps even httplib or ftplib ? Hth, Irmen.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web