271 reputation
1
bio website bjornroche.com
location New York, United States
age
visits member for 9 months
seen yesterday
stats profile views 6

I write audio and video software. I like to work in Java, C and C++, but whatever works. Someday maybe we'll just do everything in javascript.

Currently I'm working on Xonami: www.xonami.com

I can be reached at bjornroche.com


1d
answered Frequency cut-offs for guitar amp tone
1d
comment Frequency cut-offs for guitar amp tone
I think if he wants to know the cutoff frequencies, this is a good place. For help programming ii dsp.SE or StackOverflow.
Mar
13
comment How do I capture or create first-person audio?
Agreed: dialog should always be captured in mono.
Mar
12
answered How do I capture or create first-person audio?
Feb
21
answered How do I reproduce this echo effect?
Nov
15
comment How can I record piano on a laptop without high frequency wahwah?
It sounds like that is not the problem, but you could try WAV or AIFF: audacity.sourceforge.net/manual-1.2/fileformats.html
Nov
15
answered How can I record piano on a laptop without high frequency wahwah?
Oct
6
awarded  Teacher
Oct
6
comment how can I make sounds of different frequencies appear subjectively equally loud?
Also, you could do the dB changes in some real software like protools or audacity (which is free). ANYthing else!
Oct
6
answered how can I make sounds of different frequencies appear subjectively equally loud?
Aug
17
comment Management: how to develop/deploy audio -material? Large -files, separated -files or some other solution?
Every professional DAW works this way. Audacity is the odd one out. For versioning checkout xonami.com. Not available yet, but keep an eye out for it.
Aug
11
comment What options do I have for sharing a large audio project with several collaborators over the Internet?
I don't really understand your question. Git can handle 300 MB files. Is the issue that you'll be changing them too often? Or that there are too many? That you need conversion when you are done? Most people would design a website with a database and processing scripts to handle these tasks, but it all depends on your needs.