ASR.BASIC Schema proposal

Discussion geared toward questions around developing xPL applications and tools.

ASR.BASIC Schema proposal

Postby cscm » Wed Aug 12, 2009 3:14 am

Hi,

I would like to add Automatic Speech recognition (ASR) me xPL home network. And for that I need a new schema like this one :
Code: Select all
ASR.BASIC Message Specification

    * Class = ASR
    * Type = BASIC

This Schema provides automatic Speech recognition to an xpl implementation.

ASR.BASIC
{
TEXT=<recognised text>
}


It should be enough for everyone ;-)

Best Regards,
User avatar
cscm
 
Posts: 5
Joined: Tue Aug 11, 2009 11:29 am
Location: Paris

Postby clinique » Wed Aug 12, 2009 4:05 am

Hi !
This could fit in the sensor.basic schema , having something like :
sensor.basic
{
device=asr
current=recognized text
}
clinique
 
Posts: 180
Joined: Tue Jul 25, 2006 9:42 am

Re: ASR.BASIC Schema proposal

Postby cscm » Fri Oct 23, 2009 9:42 am

Done.

xPL Automatic Speech Recognition with Julius.

I want a schema dedicated for ASR.
In the advanced type schema, I would like to add speaker recognition :D

The sensor.basic is too limited :oops:
User avatar
cscm
 
Posts: 5
Joined: Tue Aug 11, 2009 11:29 am
Location: Paris

Re: ASR.BASIC Schema proposal

Postby mickdavis » Fri Oct 23, 2009 10:46 am

What would the advanced schema look like?

Mick
Mick
User avatar
mickdavis
 
Posts: 40
Joined: Wed Aug 20, 2008 9:18 pm
Location: Clifton Park, NY

Re:

Postby Ian Lowe » Fri Oct 23, 2009 7:44 pm

clinique wrote:Hi !
This could fit in the sensor.basic schema , having something like :
sensor.basic
{
device=asr
current=recognized text
}


I really want to move away from using the sensor.basic schema as a sort of bucket for everything that could fit there.

This is a distinct requirement, and not related to telemetry - let's see how the new schema suggestion evolves.

Ian.
Got a Question? Have you searched the forums? Perhaps the xPL Wiki can help.
User avatar
Ian Lowe
Site Admin
 
Posts: 626
Joined: Mon Dec 12, 2005 1:17 pm
Location: Glasgow, Scotland


Return to Developing in xPL