Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Commit

Permalink
Packaged as an openFrameworks addon.
Browse files Browse the repository at this point in the history
- Sat down to package the code as an openframeworks addon.

- Time to write documentation, test deployment and usage in a brand new
  oF project, and use these brand new projects (assuming they work) as
  examples to add into the example folder.

--L.
  • Loading branch information
latrokles committed May 31, 2009
1 parent 98139b4 commit 6abcf7a
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 1,652 deletions.
6 changes: 0 additions & 6 deletions bin/data/dictionary.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions install.xml
@@ -0,0 +1,22 @@
<install>
<version>001</version>
<author>Ruben Duque -- latrokles</author>
<url>samuraihippo.com</url>
<requires></requires>

<add>
<src>
<folder name="addons/ofxSpeech/src">
<file>../../../addons/ofxSpeech/src/ofxSpeech.h</file>
<file>../../../addons/ofxSpeech/src/ofxSpeechRecognizer.h</file>
<file>../../../addons/ofxSpeech/src/ofxSpeechRecognizer.cpp</file>
<file>../../../addons/ofxSpeech/src/ofxSpeechSynthesizer.h</file>
<file>../../../addons/ofxSpeech/src/ofxSpeechSynthesizer.cpp</file>
</folder>
</src>

<include>
<path>../../../addons/ofxSpeech/src</path>
</include>
</add>
</install>
20 changes: 0 additions & 20 deletions openFrameworks-Info.plist

This file was deleted.

1,626 changes: 0 additions & 1,626 deletions openFrameworks.xcodeproj/project.pbxproj

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6abcf7a

Please sign in to comment.