what can i use to modify and hear audio in real time

Started by
3 comments, last by mrbastard 11 years, 5 months ago
using visual studio and with best compatability with windows 7/8
Advertisement
http://www.talkstats.com/showthread.php/14123-Suggested-sticky-How-to-ask-questions-in-an-intelligent-manner.

Take note of #4, #5, and especially #6.
Until that happens, all I can say is to use your imagination or drugs to modify the sounds, and use your ears to hear them in real-time.


L. Spiro

I restore Nintendo 64 video-game OST’s into HD! https://www.youtube.com/channel/UCCtX_wedtZ5BoyQBXEhnVZw/playlists?view=1&sort=lad&flow=grid

blink.png , ok
what i have alredy done is use c++ to create or modify wav files at sample level, with random crazy souds that depend on equations. Now I want to in some way play the already created wav files and modify the audio while i hear it, after I press or move the mouse.
Use OpenAL with very short audio buffers which are rapidly uploaded. They are normally 1.0 to 0.5 seconds long, but for your case they can be only a few milliseconds long.


L. Spiro

I restore Nintendo 64 video-game OST’s into HD! https://www.youtube.com/channel/UCCtX_wedtZ5BoyQBXEhnVZw/playlists?view=1&sort=lad&flow=grid

You might want to invest some time in a course on signal processing too - luckily Coursera has one starting early next year.
[size="1"]

This topic is closed to new replies.

Advertisement