Live data from Hacker News

Ask HN: "Blender" type program for Audio?

news.ycombinator.com

1–10 of 10 posts

Ask HN: "Blender" type program for Audio?

#1
Blender allows users to describe 3D objects made of various materials and assign lighting and cameras to produce some sort of visual output. Is there any open source program that follows the same process related to sound wave? For instance, a modeled piano in a concert hall, where in place of cameras speaker outputs would "render" the sound in a given location.

Re: Ask HN: "Blender" type program for Audio?

#2
Had someone ask me this recently - and I talked around the actual question a bit. Sampling techniques for instance can provide similar results. Visual special effects are in constant demand (where physical scene creation can be expensive or dangerous) while most audio effects can be created cheaply and safely. Still, it is an interesting question - when you boil it down to physics, it's all just waves y'know :).

Re: Ask HN: "Blender" type program for Audio?

#4
Audacity may have some filter effects that will do the trick, http://audacity.sourceforge.net/. Some subtle use of echo would be the place to start.

You would need a recording of a piano to begin with which could be from a MIDI recording. I haven't used any but there is a good list here: http://en.wikipedia.org/wiki/List_of_MIDI_editors_and_sequen...

Re: Ask HN: "Blender" type program for Audio?

#6
post #5

Voxengo's Impulse Modeler sounds similar to what you're describing. http://www.voxengo.com/product/imodeler/

This seems like the closest - from a UI perspective. The screen shot indicates the ability to design a room in 2D (rather than 3D). App appears to be windows only and closed source.

Re: Ask HN: "Blender" type program for Audio?

#7

Audacity may have some filter effects that will do the trick, http://audacity.sourceforge.net/ . Some subtle use of echo would be the place to start. You would need a recording of a piano to begin with which could be from a MIDI recording. I haven't used any but there is a good list here: http://en.wikipedia.org/wiki/List_of_MIDI_editors_and_sequen...

Yeah Audacity seems to follow the traditional reverb and digital effects route. You choose a few parameters (frequency modulation, amount / time of delay) and a generic "room" is available to pass a sound signal through. There may be a way of getting more fine-grained with the inputs to exactly simulate a specific room, but this is not evident to me from looking at the docs.

Re: Ask HN: "Blender" type program for Audio?

#9

There's a realtime programming language called 'Supercollider' designed for use with audio, and they have a facebook group. I'd ask this question there. Amongst all the devs involved, someone ought to know of something like what you're after.

That is really a fascinating project. Never heard of Supercollider before. If a "blender-for-audio" does not already exist, it looks like the sort of language that could be used to build an implementation.