<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head><body style="">
 
 
  <div>
   Hi!
  </div> 
  <div>
    
  </div> 
  <div>
   I'm currently taking a course in University called "How to write fast numerical code". We are to do a group project of 3 persons where we choose a numerical algorithm and optimize it over the course for a particular processor (e.g. apply vectorization, cache optimization etc...).
  </div> 
  <div>
    
  </div> 
  <div>
   I was wondering if there is an interesting algorithm in audio processing that we could apply. In particular, if there is any library developer out here that would be interested in an optimization of one of the algorithms used, we would be happy to contribute. Ideally, the problem is compute intensive (i.e. bottleneck of algorithm is not the memory hierarchy). FFT is used as an example in the lecture so it cannot be used, unless there is a significant additional computation involved.
  </div> 
  <div>
    
  </div> 
  <div>
   Thanks very much for suggestions,
  </div> 
  <div>
   Jeremia
  </div>
 
</body></html>