0
votes
1answer
110 views

Juce vst synth: cannot instantiate abstract class

I've generated source and project files for simple vst synth in Introjucer. The code compiles with one weird error: error C2259: 'SimpleSynthAudioProcessor' : cannot instantiate abstract class The ...
1
vote
0answers
438 views

Android: How to implement audio effects to a stream?

I want to implement an application that applies audio effect such as increasing Bass frequency for input/output stream on API9+ (android2.3+). So my question is Question 1: Where should I start? I'm ...
1
vote
1answer
529 views

ActionScript reverb algorithms

Is there any library , or resources, to start working on some audio filter and reverb algorithms to apply to existing files? (like 'Small Room' effect, and so on).
5
votes
2answers
3k views

What to use for playing sound effects in silverlight for wp7

I know I can reference XNA for the SoundEffect class and that's what I've been doing so far but I was wondering if there was a better way than what I've been doing. using Microsoft.Xna.Framework; ...
0
votes
2answers
278 views

html text with sound effects

my sister asked me to do smth for her that let me scratch my head: she wants to make a signature text in a forum and wants to add sound to this signature so when her post is shown the sound will play ...
1
vote
1answer
351 views

C++, SFML 1.6, smooth sound fading effects?

what is the best possible way to smoothly fade in/out a sound with SFML 1.6? It has SetVolume() and SetAttenuation(). These two directly set these values. But I need a smooth transition from one sound ...
5
votes
2answers
1k views

How to write a wah-wah sound effect in C++?

I'm trying to learn to write a wah-wah sound effect. Just for fun really :) So far, I've done a lot of research, and this page explains it the best. ...
0
votes
1answer
325 views

java sound, fadeIn effect, using FloatControl

Im trying to implement fade in effect to my mp3 player. I´m using FloatControl volumeControl = (FloatControl) line.getControl(FloatControl.Type.MASTER_GAIN); because FloatControl.Type.VOLUME throws ...
1
vote
0answers
495 views

How to apply sound effects like echo, flange etc to music in iphone sdk

I want to give sound effects like echo, flange etc to a sound in iphone sdk. Can anyone help me out how can I achieve this. Thanks