Difference between revisions of "TotalRecall Development"

From Computational Memory Lab
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<!-- #acl yuvi:read,write Known:read -->
 
<!-- #acl yuvi:read,write Known:read -->
 +
 +
<<html(<h1>Penn [[TotalRecall]] Development</h1>)>>
 +
 +
<<[[TableOfContents]](3)>>
 +
 +
= Development =
 +
 +
== License ==
 +
TotalRecall is free and open-source software, released under the [http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License], version 3. We encourage other groups to modify and improve the program. Please drop us a line if you're interested in developing TotalRecall or borrowing its code.
 +
 +
[Please note that at present we have one non-free dependency, so the resulting binaries are not fully free and open source. We are working to produce a completely free and open source version in the near future.]
 +
 +
== Dependencies and Borrowed Code ==
 +
 +
* [http://fmod.org/ FMOD Sound System], copyright © Firelight Technologies Pty, Ltd., 1994-2010. (FMOD non-commercial license).
 +
* [http://mary.dfki.de/ OpenMary TTS]'s signal processing library (BSD-like).
 +
* Drag and drop support thanks to [http://iharder.sourceforge.net/current/java/filedrop/ FileDrop] (Public Domain).
 +
 +
== Supported Configurations ==
 +
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
| '''Operating System'''
 +
| '''Java versions'''
 +
|-
 +
| Mac OS 10.6 (64-bit)
 +
| Java 6
 +
|-
 +
| Mac OS 10.5 (32/64-bit)
 +
| Java 5, 6
 +
|-
 +
| Ubuntu/Kubuntu Linux 10.11 (32/64-bit)
 +
| Java 6
 +
|-
 +
| Windows 7 (32/64-bit)
 +
| Java 6
 +
|-
 +
| Windows Vista (32/64-bit)
 +
| Java 5, 6
 +
|-
 +
| Windows XP (32-bit)
 +
| Java 5, 6
 +
|}
 +
 +
Note: Mac PowerPC is not officially supported, but the program is known to work on it.

Revision as of 15:00, 29 March 2010


<<html(

Penn TotalRecall Development

)>>

<<TableOfContents(3)>>

Development

License

TotalRecall is free and open-source software, released under the GNU General Public License, version 3. We encourage other groups to modify and improve the program. Please drop us a line if you're interested in developing TotalRecall or borrowing its code.

[Please note that at present we have one non-free dependency, so the resulting binaries are not fully free and open source. We are working to produce a completely free and open source version in the near future.]

Dependencies and Borrowed Code

  • FMOD Sound System, copyright © Firelight Technologies Pty, Ltd., 1994-2010. (FMOD non-commercial license).
  • OpenMary TTS's signal processing library (BSD-like).
  • Drag and drop support thanks to FileDrop (Public Domain).

Supported Configurations

Operating System Java versions
Mac OS 10.6 (64-bit) Java 6
Mac OS 10.5 (32/64-bit) Java 5, 6
Ubuntu/Kubuntu Linux 10.11 (32/64-bit) Java 6
Windows 7 (32/64-bit) Java 6
Windows Vista (32/64-bit) Java 5, 6
Windows XP (32-bit) Java 5, 6

Note: Mac PowerPC is not officially supported, but the program is known to work on it.