+ All Categories
Home > Documents > Game Programming Gems 7 - Audio -

Game Programming Gems 7 - Audio -

Date post: 23-Feb-2016
Category:
Upload: cady
View: 35 times
Download: 0 times
Share this document with a friend
Description:
Game Programming Gems 7 - Audio -. Universität zu Köln Historisch Kulturwissenschaftliche Informationsverarbeitung SS 13 AM3: Softwaretechnologie II (Teil 2): Simulation und 3D-Programierung Dozent: Dr. phil., Prof. Manfred Thaller Referent: Jan Moritz Kohl. - PowerPoint PPT Presentation
20
GAME PROGRAMMING GEMS 7 - AUDIO - UNIVERSITÄT ZU KÖLN HISTORISCH KULTURWISSENSCHAFTLICHE INFORMATIONSVERARBEITUNG SS 13 AM3: SOFTWARETECHNOLOGIE II (TEIL 2): SIMULATION UND 3D-PROGRAMIERUNG DOZENT: DR. PHIL., PROF. MANFRED THALLER REFERENT: JAN MORITZ KOHL
Transcript

Game Programming Gems 7 -Audio-

Game Programming Gems 7

- Audio -

Universitt zu KlnHistorisch Kulturwissenschaftliche InformationsverarbeitungSS 13AM3: Softwaretechnologie II (Teil 2): Simulation und 3D-Programierung Dozent: Dr. phil., Prof. Manfred ThallerReferent: Jan Moritz Kohl

Audio Signal Processing USING GPUTechnologien wie SIMD (Single Instruction Multiple Data), Multiple Execution oder multiply-accumulate -> DSP hardwareChorus & Compression schnellerFilter & Delay langsamerRay-Tracing fr real-time room-acoustics

LeafPlaneIntersect(Ray){get plane index for current Rayfor (i=1,i


Recommended