Meeting with Michael Carnes
Today I took a meeting with Harman Music Group Principal Engineer Michael Carnes. Important points made:
* It's not necessary to know a lot of hardware to implement basic audio effects, since the compiler handles all registers and variables very efficiently.
* Went over the basics of creating audio effects in C++.
* Studied a simple lowpass filter implemented in C++ and discussed why it works.
* Learned how to integrate the C++ code into the existing assembly code which is responsible of initializing hardware and passing audio.
* Discovered that further invesigating the dry signal path is not relevant for my purposes.
1 Comments:
hi, great job! any more updates?
Post a Comment
<< Home