|
|||||||
| Forum Home | Register | Members List | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||||
|
Super Moderator
Location: Toronto Ontario |
Hello everyone,
I am currently writing a Audio engine based off the popular FMOD Audio API. I was wondering what some of the features people would like to see in it and see if I can incorporate it in. A few of the standards I am implementing are ease of use and functionality. This way if you want a sound you can pass it just a string of a filename to the CreateSound(); function and it will default the rest. Though you also have access to the sounds internal workings meaning you can always call up sound.getChannel.setDSP(); at any time. Im basically just doing this as a portfolio piece and will throw it in a 3d simulation to show off textureSet DSPs, Audio Obstruction and the like. I will first write it in either C# or C++ the only main difference here is the creation,destruction and iteration through lists. And yes it will be completly free ware for anyone to use (XNA can only use wav so a sound manager capable of MP3s will save space )Keep in mind the basic functionality for both of these languages are already done. It's just features now. So I decided to ask everyone !So, What are some Ideas? ~HagNasty EDIT:Come on people give me something here. this is a feature request. Give me your ideas
__________________
~Justin Dooley C, C++, C#, Objective-C, Java, PHP, SQL, Javascript, Actionscript, HTML, CSS Last edited by HagNasty : 05-03-2007 at 08:56 PM. |
||||||||
|
|
|
|
|
#2 | ||||||||
|
Junior Member
|
Alright.. I'll do my best
1) Give the ability to clip audio files.. (ie I import an mp3 but only want the first, middle, or last 30 seconds) just make a void clip function that takes a string for a filename, the start and end times, and creates a new filename (using the same one but adding clip to it or something) of just that section 2) This one could be harder - find a way to allow recording through a mic or direct line input. (as a programmer and musician - I find that I just can't find the right music to set the moods for games I work on... and I guarantee I can always play what I want to hear on my guitar. Its just such a pain to use goldwave to record, a converter to convert it to mp3, then put it in there) Not sure if it exists, so you may have to write your own driver to interface to the sound card from C++... 3) I'm assuming you'll have some sort of a sample playback function, but maybe extend that so you can playback multiple tracks at once (via an array of sound files, a loop, and multiple playback calls?) so a person could add a voice track over top of some light music.. (think of Diablo 1 and Deckard Cain... how perfect was hearing that voice over the background minor arpegios) I'm sure I could come up with more but am pressed for time.. Let me know if I'm off base on what you want - I got millions of ideas. |
||||||||
|
|
|
|
|
#3 | ||||||||
|
Super Moderator
Location: Toronto Ontario |
1) do you mean have it cut the sound effect and create the a new file or just store the sound in a audio channel?
2)This is rather easy to do. I have written a voice recognition program so I know how to use a mic to record. Though This would be more for development and when it comes down to it is not a feature you would use in a games development. The audio manager is for in game sounds and playing files. Plugging in a Guitar and playing a sound while playing a game would be rather difficult. And alot of APIs have line in options and drivers so it can access any line in via a adapter to the audio card. 3)the audio engine can already play back as many files at once as you can store in ram. This is not new at all it's a basic feature. Think background music and special effects music ther all just sound files in the end and play at the same time.
__________________
~Justin Dooley C, C++, C#, Objective-C, Java, PHP, SQL, Javascript, Actionscript, HTML, CSS |
||||||||
|
|
|
|
|
#4 | ||||||||
|
Junior Member
Location: Tallinn, Estonia |
There is one important thing that I can suggest is adding direct streaming from HDD instead of storing it in the memory all the time. It is also possible to create some cache system later that would only store the most used sounds and others would just get streamed from HDD.
|
||||||||
|
|
|
|
|
#5 | |||||||||
|
Super Moderator
Location: Toronto Ontario |
Quote:
__________________
~Justin Dooley C, C++, C#, Objective-C, Java, PHP, SQL, Javascript, Actionscript, HTML, CSS |
|||||||||
|
|
|
|
|
#6 | |||||||||
|
Junior Member
Location: Tallinn, Estonia |
Quote:
|
|||||||||
|
|
|
|
|
#7 | ||||||||
|
Super Moderator
Location: Toronto Ontario |
I'm just saying technically it's impossible because in order to output something it has to pass through buffered memory even streaming content. The trick is just to minimize it to just passing through it like a checkpoint. Still though this option would only be used in rare occasions and would be a lot more CPU intensive wich can cause even more lag then ram but thats why it's an option right?
![]()
__________________
~Justin Dooley C, C++, C#, Objective-C, Java, PHP, SQL, Javascript, Actionscript, HTML, CSS |
||||||||
|
|
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Powered by vBulletin® Version 3.6.9
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
All times are GMT -8. The time now is 12:17 PM.














)
!



Linear Mode

