Talk:Digital Signal Processing Software: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==this is a Geode== |
==this is a [[Geode]]== |
||
The hardware is slow. You need to take advantage of what little you have, rather than wasting CPU cycles (including memory access -- there is barely any cache) on thick abstraction layers and other fluff. |
The hardware is slow. You need to take advantage of what little you have, rather than wasting CPU cycles (including memory access -- there is barely any cache) on thick abstraction layers and other fluff. You get [[Geode_instruction_set|MMX, 3dNow!, a bit of SSE, a bit of SSE2, and some Geode-specific instructions]]. |
||
*MMX |
|||
*3dNow! |
|||
*an extra Geode-specific instruction for vector square root |
|||
Don't be afraid of assembly. Assembly is good for you. It builds character. |
Don't be afraid of assembly. Assembly is good for you. It builds character. |
||
[[User:AlbertCahalan|AlbertCahalan]] |
[[User:AlbertCahalan|AlbertCahalan]] 02:37, 23 September 2007 (EDT) |
||
== Meeting minutes 10Sep07 , 1330hrs == |
== Meeting minutes 10Sep07 , 1330hrs == |
Revision as of 06:37, 23 September 2007
this is a Geode
The hardware is slow. You need to take advantage of what little you have, rather than wasting CPU cycles (including memory access -- there is barely any cache) on thick abstraction layers and other fluff. You get MMX, 3dNow!, a bit of SSE, a bit of SSE2, and some Geode-specific instructions.
Don't be afraid of assembly. Assembly is good for you. It builds character.
AlbertCahalan 02:37, 23 September 2007 (EDT)
Meeting minutes 10Sep07 , 1330hrs
- Things TODO:
- Explore OpenSound Toolkit - explore how sound objects work, what filters it already provides, how to configure new filters and how viable (in terms of extra packages required) it would be to use OpenSound toolkit on the XO.
- Get sugar-jhbuild running - Sugar_with_sugar-jhbuild
- Explore TamTam TamTam:Source_Code_Overview
- With the help of 1 and 3 define goals of application and general UI layout
- Read up on how to do basic sound processing in python
- Use MATLAB to test out mathematical operations.
- Implementation basics
- gstreamer
- cairo
- pygtk
- Attended by Hemant, Asim and Arjun