Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Audio supercomputer hidden in your graphics card? (Read 6142 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Audio supercomputer hidden in your graphics card?

http://www.tomshardware.com/hardnews/20040902_135943.html
Quote
Cambridge (MA) - Nvidia's graphic cards may have much more to offer than simply drawing pixels on the screen: A startup company has found a way to translate audio signals into graphics, run them through the graphics card and overcome a common issue of limited audio effect processing performance in computers.

It is not unusual that professional music artists run into performance barriers even with the most powerful computers today. Multi-track recording still is a challenging and sometimes frustrating task. James Cann from BionicFX in Massachusetts however noticed that audio processing task does not have to happen just in the CPU. His Audio Video Exchange technology (AVEX) converts digital audio in graphics data and then performs effect calculations using the 3D architecture of Nvidia GPUs. Compared to the capability of just six GFlops of a typical CPU, Nvidia's chips can reach more than 40 GFlops, according to Cann.



"This technology allows music hobbyists and professional artists to run studio quality audio effects at high sample rates on their desktop computer," he said. Cann's invention is purely software-based and is not capable substituting a sound chip. The approach exploits the video card 3D chip, which usually is idle when users are working with multi-track recording software. "It's a great resource to use as a coprocessor," Cann said. "AVEX is designed to reduce the CPU load by moving the processing to the video card for certain types of audio effects when making music." Cann said that the technology is purely targeted at music enthusiasts and at this time brings no advantages for applications such as gaming.

But if Cann is right, audio effect processing might be just a starting point how a GPU could be used for other applications. He believes that several other software types could be greatly enhanced in the same way, such as Genomics or SETI. "The GPU has some numeric precision issues that need to be worked out for scientific applications to be possible, but the thought of performing the computations on a resource theoretically capable of 50 and more GFlops of the GPU instead of five GFlops of the CPU is exciting," he said.

So far Cann cannot take as much performance away from the GPU as he would like. "Right now, getting the data back from the video card is very slow, so the overall performance isn't even close to the theoretical max of the card. I am hoping that the PCI Express architecture will resolve this. This will mean more instances of effects running at higher sample rates," he said.

Still, there is significant boost of performance and reduce the load for CPU for people who are using applications such as Cubase, Ableton Live, and other VST compatible hosts. Cann's first commercial application will be BionicReverb, which is expected to go into public and free beta in October. The final version is scheduled to be released at the Winter NAMM Conference in January 2005.

BionicReverb is an impulse response reverberation effect that runs as a plug-in inside VST compatible multi-track recording software. The audio effect is generated by combining an impulse response file with digital audio. Impulse response files are created by firing a starter pistol inside a location, such as Carnegie Hall, and recording the echoing sound waves. Combining the two files through mathematical convolution is a CPU intensive process that is reduced by moving expensive calculations onto the GPU. Amateur and professional guitarists, singers, pianists, and other musicians will be able to create performances in their home or studio that sound exactly like they were recorded in famous locations around the world, according to Cann.

At this time, Cann plans to only support Nvidia graphics cards. "When I started, ATI had a problem with floating point data. I have heard they have resolved it, but I won't have time to purchase and research their newest cards until after this is released," he said.

Pricing was not announced yet, but Cann says he will make his technology available for "far less" than the cost of professional studio DSP solutions which can run into the high five-figure range. He estimates the price will be somewhere between $200-$800.

 

Audio supercomputer hidden in your graphics card?

Reply #1
That's very interesting. It's true that the floating point and vector calculating power of modern GPUs exceeds that of modern CPUs by a large margin, for a very limited range of operations. There are several major drawbacks to this, however:

Bus Speed: AGP isn't very good for two way communication - pulling data off of the graphics card is expensive and slow. PCI Express will probably improve this situation enourmously but it will remain true that graphics cards are mostly designed to sink data.

Accuracy: GPUs use many tricks to speed up their operations. These range from the well documented (throwing away accuracy on 32 bit data) to the decidedly underhanded (3DMark specific optimsations). You certainly can't trust the programmable pipeline of current generation GPUs (the pipe for vertex and pixel shaders) to be anywhere near bit perfect. The OpenGL fixed function pipeline of spec compliant professional boards (like NVidia's Quattro series) would be much better - it needs to be very accurate to pass complience.

Range of Operations: It's getting better quickly, but current generation card perform a small set of operations extremely quickly, a larger set slowly and a large set not at all. If you can map all your functions onto the small set of fast operations, it's extremely quick. If not, then your CPU will be faster.

This is part good idea with a large heap of marketing hype. I suspect that it might find only limited usefullness in the market.

Audio supercomputer hidden in your graphics card?

Reply #2
A looooong time ago I read about a guy who managed to use his GPU as an extension processor for some operations, with some header files and a special compiler. I have no link or saved files from that project, but maybe someone remembers it too, and can share it.
Life is Real...
(But not in audio :) )

Audio supercomputer hidden in your graphics card?

Reply #3
On one other forum there were some guys who provided links for my above post...

Link1
Link2
Life is Real...
(But not in audio :) )