EKK:LoFi Sounds in HiFi Spaces/Working with language: Difference between revisions

From Medien Wiki
mNo edit summary
mNo edit summary
Line 8: Line 8:
There is some speech recognition software API, that I managed to run on my computer
There is some speech recognition software API, that I managed to run on my computer


[http://www.speech-recognition.de/matlab-examples2.html Speech recognition for Matlab]
* [http://www.speech-recognition.de/matlab-examples2.html Speech recognition for Matlab]
 
* [http://cmusphinx.sourceforge.net/sphinx4/ Sphinx4 (java based)] (this is also available in C++)
[http://cmusphinx.sourceforge.net/sphinx4/ Sphinx4 (java based)] (this is also available in C++)


As a starting point, I experimented with a small chat program that I manipulated. It now displays google keywords instead of the text that the user enters.  
As a starting point, I experimented with a small chat program that I manipulated. It now displays google keywords instead of the text that the user enters.  
Line 16: Line 15:
Please feel free to try it: [http://www.headphonica.com/OTHER/TPJO/suggestive_chat/chat.php Suggestive chat]
Please feel free to try it: [http://www.headphonica.com/OTHER/TPJO/suggestive_chat/chat.php Suggestive chat]


===Workers===
===Team===
[[../Clemens/]]
* [[../Clemens/]]

Revision as of 17:53, 6 May 2013

Working with language

This is more of a proposal of an explorative working topic than a sketch of a project.

I was getting interested into the impracticabilities that were introduced by the technical aspects of the medium that we used to speak to each other.

Designing a medium of communication in between two spaces by constraints in language, could be one topic of work. In particular, when using speech recognition software, a small and insufficient dictionary could come in place to recognize just some hundred words out of a pre-given story. Those words could then be used to trigger audio and video events, or even mechanical devices.

There is some speech recognition software API, that I managed to run on my computer

As a starting point, I experimented with a small chat program that I manipulated. It now displays google keywords instead of the text that the user enters.

Please feel free to try it: Suggestive chat

Team