Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parente/clique
Perceptually based, task oriented auditory display for GUI applications
https://github.com/parente/clique
Last synced: 1 day ago
JSON representation
Perceptually based, task oriented auditory display for GUI applications
- Host: GitHub
- URL: https://github.com/parente/clique
- Owner: parente
- License: bsd-3-clause
- Created: 2010-05-04T10:53:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-05T03:24:37.000Z (over 14 years ago)
- Last Synced: 2024-11-05T11:08:36.204Z (about 2 months ago)
- Language: Python
- Homepage: http://mindtrove.info/clique
- Size: 12 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======
JSonic
======:Author: Peter Parente
:Description: Clique: Perceptually based, task oriented auditory display for GUI applications
:Homepage: http://mindtrove.info/cliquePrerequisites
=============Clique requires the following libraries:
* `pyAA`_
* `pyTTS`_
* `pySonic`_
* `pyHook`_
* `FMOD 3`_
* `PyProtocols`_
* `Python Win32 Extensions`_The applications adapted for use with Clique are the following:
* `Day by Day Professional 2.0`_
* Microsoft Outlook Express on Windows XP
* Notepad on Windows XP
* `Winzip 10`_
* `Firefox 2`_Caveats
=======This is prototype code from my dissertation. It was written in 2005 and adapts the specific applications listed above for auditory display. The system relies on MSAA to drive the GUIs of those applications and various libraries that haven't been updated over the years. The code was only ever run and tested on Windows XP.
Don't expect it to run out of the box.
Instead, treat it as a reference implementation of the concepts discussed in my dissertation. Pilfer it for ideas, not lines of code. In fact, if I were to rewrite Clique today, I would keep the design of the auditory display the same but completely overhaul the internals.
Attribution
===========The source includes the following sounds licensed under various `Creative Commons`__ licenses:
* By `man`__ : `soldati-marcia.aif`__
* By `jnr hacksaw`__ : `Zap.flac`__
* By `csengeri`__ : `Cricket2.wav`____ http://creativecommons.org/
__ http://freesound.iua.upf.edu/usersViewSingle.php?id=14447
__ http://freesound.iua.upf.edu/samplesViewSingle.php?id=14624
__ http://freesound.iua.upf.edu/usersViewSingle.php?id=29612
__ http://freesound.iua.upf.edu/samplesViewSingle.php?id=11221
__ http://freesound.iua.upf.edu/usersViewSingle.php?id=197070
__ http://freesound.iua.upf.edu/samplesViewSingle.php?id=34218License
=======Copyright (c) 2008, Peter Parente
All rights reserved.http://creativecommons.org/licenses/BSD/
.. _pyAA: http://sourceforge.net/projects/uncassist/files/
.. _pyTTS: http://sourceforge.net/projects/uncassist/files/
.. _pySonic: http://pysonic.sourceforge.net/
.. _pyHook: http://sourceforge.net/projects/uncassist/files/
.. _FMOD 3: http://www.fmod.org
.. _PyProtocols: http://peak.telecommunity.com/PyProtocols.html
.. _Python Win32 Extensions: http://starship.python.net/~skippy/win32/Downloads.html
.. _Day by Day Professional 2.0: http://www.blindsoftware.com/order_program.asp?id=16
.. _Winzip 10: http://www.winzip.com/index.htm
.. _Firefox 2: http://getfirefox.com