Talk:Digital Signal Processing Software: Difference between revisions
Jump to navigation
Jump to search
Assim.deodia (talk | contribs) |
Hemant goyal (talk | contribs) |
||
Line 45: | Line 45: | ||
* Attended by Hemant, and Assim |
* Attended by Hemant, and Assim |
||
== Update of meeting held on 27Sep07 1125Hrs IST == |
|||
# Filters to be implemented in first developmental phase |
|||
## Echo |
|||
### Number of echoes |
|||
### Delay |
|||
### Volume |
|||
### Feedback |
|||
## Flangers |
|||
### Overall Characteristics |
|||
#### Source percentage |
|||
#### Flanger Percentage |
|||
#### Feedback percentage |
|||
### Flanger Characteristics |
|||
#### Variable Delay |
|||
#### Frequence |
|||
#### Fixed Delay |
|||
#### Sine Modulator |
|||
#### Triangle Modulator |
|||
## Pitch |
|||
### Scale Percentage/Semitone and FineTone |
|||
### Preserve Tempo |
|||
### Overlap |
|||
### FFT Size |
|||
## Reverse |
|||
## Mechanize |
|||
### Frequency |
|||
### Modulator |
|||
#### Sine |
|||
#### Triangle |
|||
#### Square |
|||
Next Steps: |
|||
Explore CSound Filter libraries and algorithms for above filters |
Revision as of 05:58, 27 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.Not viable for XOGet sugar-jhbuild running - Sugar_with_sugar-jhbuildDone- 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
gstreamerCSound server model will be used for all signal processing. Check TamTam to see how CSound is used within the application.- cairo
- pygtk
- Attended by Hemant, Assim and Arjun
Update of meeting held on 23Sep07
- Tested filters like Multi Echo, Delay.
- Experimented with Sampling rate, Frequency spectrum of sound files to develop a basic intution about DSP using MATLAB.
- To fix all sound effects that will be provided in the prototype and find the mathematical equation for the filters.
- Attended by Hemant, and Assim
Update of meeting held on 25Sep07 1330Hrs IST
- Getting familiar with basic CSound structure.
- Played around with few CSound programs to have better understanding.
- Attended by Hemant, and Assim
Update of meeting held on 27Sep07 1125Hrs IST
- Filters to be implemented in first developmental phase
- Echo
- Number of echoes
- Delay
- Volume
- Feedback
- Flangers
- Overall Characteristics
- Source percentage
- Flanger Percentage
- Feedback percentage
- Flanger Characteristics
- Variable Delay
- Frequence
- Fixed Delay
- Sine Modulator
- Triangle Modulator
- Overall Characteristics
- Pitch
- Scale Percentage/Semitone and FineTone
- Preserve Tempo
- Overlap
- FFT Size
- Reverse
- Mechanize
- Frequency
- Modulator
- Sine
- Triangle
- Square
- Echo
Next Steps: Explore CSound Filter libraries and algorithms for above filters