Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Program Announcements / DarkBASIC Enhanced Audio Plugin

Author
Message
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 22nd Sep 2005 13:56 Edited at: 29th Sep 2005 19:10
I'm proud to present the DarkBASIC Enhanced Audio Plugin.

Media capabilities include playing Ogg Vorbis, MP3, FLAC, WAV (uncompressed), AIFF, MOD, S3M, XM, and IT files. Extra features include the use of 3D world Trigger Zones with audio that you load into your game.

The command list (plus parameters) are included below for reference:

LOAD AUDIO audio index number, filename
DELETE AUDIO audio index number
PLAY AUDIO audio index number
STOP AUDIO audio index number
PAUSE AUDIO audio index number
RESUME AUDIO audio index number
LOOP AUDIO audio index number
AUDIO VOLUME audio index number, volume (float)
*NOTE: volume 0.0 = silence, 1.0 = maximum volume (default)
AUDIO PAN audio index number, pan (float)
*NOTE: pan -1.0 = left, 0.0 = center (default), 1.0 = right
AUDIO PITCH SHIFT audio index number, pitch shift (float)
*NOTE: pitch shift range 0.5 to 2.0
GET AUDIO VOLUME audio index number (returns float)
GET AUDIO PAN audio index number (returns float)
GET AUDIO PITCH SHIFT audio index number (returns float)
AUDIO PLAYING audio index number (returns true or false)
AUDIO SEEKABLE audio index number (returns true or false)
AUDIO LENGTH audio index number (returns number of frames in the streaming sound or returns 0 for not seekable)
AUDIO POSITION audio index number (returns current position in frames)
AUDIO SET POSITION audio index number, position
AUDIO USE DEVICE device (1 = winmm, 2 = DirectSound)
AUDIO EXIST audio index number (returns true or false)
SET AUDIO TRIGGER ZONE trigger index, audio index, trigger x, trigger y, trigger z, height, width, depth, trigger type
*NOTE: Trigger Types,
1 = Play sound when trigger entered, stops when trigger exited.
2 = Play sound when trigger entered, keeps playing till done even if the trigger area is exited.
3 = Plays sound only once.
4 = Loops sound when trigger entered, stops sound when trigger exited.
CHECK AUDIO TRIGGER ZONE trigger index, current x position, current y position, current z position
AUDIO WHITE NOISE audio index number
AUDIO PINK NOISE audio index number
AUDIO RESET PLAYED trigger index number

Installation:

DarkBASIC_EAP_15.exe - This is the automatic installation file. Very simple to use installer, and was tailored to work with users that have DarkBASIC Pro installed on their computer.

audiodll.zip - This archive is for users that cannot use the above installer and need to manually install the plugin onto their pc.

Instructions for a manual install:

audiodll.ini - Add this file to your keywords folder.
audiodll.dll - Add this file to your plugins-user folder.

Documentation was not provided in the installation files because of the simplicity of this plugin. Should the need arise for documentation or source code examples, I can release patch updates for this plugin.

I am currently looking into exanding this plugin to include features for saving/creating various audio formats. Any suggestions for development are welcomed as well!

Enjoy!

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
D Man
21
Years of Service
User Offline
Joined: 3rd Oct 2002
Location: Germany
Posted: 22nd Sep 2005 15:44
Now that's really useful!
Great job so far, you're making fmod useless, replacing it with an better alternative .

Tough, I've got one suggestion... how about commands for determining if some instrument got played since last time this command was called (of course, only for those tracker formats).
This would be absolute perfect for getting the beats of a song.

You could also include some sort of spectral analysis, but like I said, these are only suggestions .

Great work.

God is real, unless declared integer.
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 22nd Sep 2005 16:26
Quote: "Now that's really useful!
Great job so far, you're making fmod useless, replacing it with an better alternative .

Tough, I've got one suggestion... how about commands for determining if some instrument got played since last time this command was called (of course, only for those tracker formats).
This would be absolute perfect for getting the beats of a song.

You could also include some sort of spectral analysis, but like I said, these are only suggestions .

Great work."


FMOD is really one of a kind, hard to replace that. Only thing I wish about that project was that it was open source, and not so expensive for a commerical license.

I think in your first suggestion you were mentioning something like a counter? That's easily implemented, but what would the use of it be? There is something kind of like it in the Trigger Zone functions where in type 3 it checks if the audio was previously played.

Spectral analysis might be a little tough for me, so I might have to wait on that one.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
BatVink
Moderator
20
Years of Service
User Offline
Joined: 4th Apr 2003
Location: Gods own County, UK
Posted: 22nd Sep 2005 17:29
Looks excellent , especially with position commands. When I get teh time, I might have a play.

Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 23rd Sep 2005 10:50
Quote: "Looks excellent, especially with position commands. When I get teh time, I might have a play."


Thanks for compliment! Just for reference to you, I think I saw some place 75 frames equals 1 second of audio. The position commands seek in frames.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 24th Sep 2005 19:01
A user requested the command "AUDIO EXIST" to be added. The command was added to the plugin, and the download links above were updated.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
geecee3
20
Years of Service
User Offline
Joined: 25th Feb 2004
Location: edinburgh.scotland.
Posted: 24th Sep 2005 19:18
awesome torrey, pure awesome. thanks a lot my good man.

grant.

Ohd Chinese Ploverb say : Wise Eskimo, not eat yerrow snow.
Thebeely
18
Years of Service
User Offline
Joined: 4th May 2005
Location: Croatia
Posted: 25th Sep 2005 12:39
Thanks a lot, Torrey.

I'm not really smart...
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 25th Sep 2005 15:43
Quote: "awesome torrey, pure awesome. thanks a lot my good man.

grant."

Glad you like it, thanks for checking it out!

Quote: "Thanks a lot, Torrey."

No problem.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
##GERI##
User Banned
Posted: 25th Sep 2005 16:48
this is for dbpro only?

http://LegendgrafiX.tk
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 25th Sep 2005 20:12
Quote: "this is for dbpro only?"

Yes it was tailored for DarkBASIC Professional, but if you have a strong will to use it, it's very possible. The commands and the APIs are pretty simple to compare and figure out which API need to be called for it to work.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
Thebeely
18
Years of Service
User Offline
Joined: 4th May 2005
Location: Croatia
Posted: 28th Sep 2005 18:38
I don't want to bother again, but is there any possibility to make "pause" & "resume" commands?
I can try to make it with "stop", but that isn't that...
Please try (I REALLY believe you can make it lol) if it isn't much trouble for You...

I'm not really smart...
CPU
20
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Carlsbad, CA
Posted: 28th Sep 2005 20:09
Sorta off the subject a little, but how would I go about adding it into a Dark SDK project? I'd like to be able to use it in a project I'm working on but I'd don't know how I'd go about adding it to a SDK project with just the dll, I'm still a littl green when it comes to these sort of things.

Thanks!

CPU

[center]K-OS Battlefields
IS
///---///---///---UNDER CONSTRUCTION---\\\---\\\---\\\
[center]
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 29th Sep 2005 06:41 Edited at: 29th Sep 2005 19:10
Quote: "I don't want to bother again, but is there any possibility to make "pause" & "resume" commands?
I can try to make it with "stop", but that isn't that...
Please try (I REALLY believe you can make it lol) if it isn't much trouble for You..."


I will work on this very soon. As of right now if you stop the audio playing it actually pauses it. With the new change coming up I will make the stop command reset the audio to the beginning, and add the two needed commands.

[edit]
Both file links above were updated with the new pause and resume commands.

Quote: "Sorta off the subject a little, but how would I go about adding it into a Dark SDK project? I'd like to be able to use it in a project I'm working on but I'd don't know how I'd go about adding it to a SDK project with just the dll, I'm still a littl green when it comes to these sort of things.

Thanks!

CPU"


I will look into this and distribute the .lib and .h file you can use with your DarkSDK projects. This will take me a little bit more time then the above request by Mean Mashine. This package you request will have its own seperate installer. The installer will check your system for MSVC 6, and install in the proper directories so it's easier to add to your projects as well.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
CPU
20
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Carlsbad, CA
Posted: 29th Sep 2005 21:36
Torry - You rock!

Thanks...

CPU

[center]K-OS Battlefields
IS
///---///---///---UNDER CONSTRUCTION---\\\---\\\---\\\
[center]
DarkPhear
20
Years of Service
User Offline
Joined: 15th Oct 2003
Location: Brazil
Posted: 3rd Oct 2005 05:33
This is a great plugin. But can I use it in my commercial game?

Download free games and demos at my page: http://darkphear.cjb.net
MultiJoy Plugin : use multiple joysticks / joypads in your program.http://darkphear.cjb.net
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 3rd Oct 2005 13:42
Quote: "This is a great plugin. But can I use it in my commercial game?"


Sure, add me to the credits. Are you going to be using this the same way CPU is with C++ and are waiting for me to release the lib and include file? Or you're doing a commerical game in dbpro?

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
DarkPhear
20
Years of Service
User Offline
Joined: 15th Oct 2003
Location: Brazil
Posted: 4th Oct 2005 00:06
Then I must say your plugin is perfect. Next year I'll actually release a commercial game made in DBPRO (with a couple of C++ DLLs). Thanks you Torrey, of course your name will be on the credits.

Download free games and demos at my page: http://darkphear.cjb.net
MultiJoy Plugin : use multiple joysticks / joypads in your program.http://darkphear.cjb.net
DarkPhear
20
Years of Service
User Offline
Joined: 15th Oct 2003
Location: Brazil
Posted: 5th Oct 2005 00:57
Oops, found a bug dude. If I delete the audio and try load another one using the same index number it crashes:

DBP_PROGRAM causou uma falha de página inválida no
módulo AUDIODLL.DLL em 018f:020d209c.
Registros:
EAX=02284b20 CS=018f EIP=020d209c EFLGS=00010202
EBX=00000001 SS=0197 ESP=00f4f434 EBP=00f4f468
ECX=00000008 DS=0197 ESI=0214ca78 FS=652f
EDX=bffc9490 ES=0197 EDI=00000001 GS=0000
Bytes em CS:EIP:
ff 51 04 c7 06 00 00 00 00 5e c3 90 90 90 90 90
Esvaziamento da pilha:
02284b20 00000004 0211b0b9 00000001 02280c54 00000001 00000000 00f4f444 00f4f264 00f4f678 0211e2ac 021334b8 00000000 00f4f4c0 020d10a6 0214ca78

Download free games and demos at my page: http://darkphear.cjb.net
MultiJoy Plugin : use multiple joysticks / joypads in your program.http://darkphear.cjb.net
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 5th Oct 2005 01:36
Thanks for posting that, I'll take a look at the source.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 5th Oct 2005 01:49
DarkPhear, redownload the automated installation file and install it. I changed something in the delete audio function, and it should be fixed now.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
DarkPhear
20
Years of Service
User Offline
Joined: 15th Oct 2003
Location: Brazil
Posted: 5th Oct 2005 05:21 Edited at: 5th Oct 2005 05:24
It works if I load the sound again without deleting, but it still crashes if I try to load the audio after deleting it. With simple examples:


This one doesn't crash.



This one crashes when loading the audio for the secont time

Download free games and demos at my page: http://darkphear.cjb.net
MultiJoy Plugin : use multiple joysticks / joypads in your program.http://darkphear.cjb.net
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 5th Oct 2005 06:23 Edited at: 5th Oct 2005 06:24
I can fix this, but what is the reason why you're looping in this style? Also for some reason I can't reproduce the error on xp home, or win2k pro.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
DarkPhear
20
Years of Service
User Offline
Joined: 15th Oct 2003
Location: Brazil
Posted: 5th Oct 2005 06:39
This code is just a sample to isolate the problem, what I'm actually doing with my game is deleting the song and loading another using the same index number. I'm using Windows 98 here.

Download free games and demos at my page: http://darkphear.cjb.net
MultiJoy Plugin : use multiple joysticks / joypads in your program.http://darkphear.cjb.net
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 5th Oct 2005 07:19
Now we're cooking with gasoline, redownload!

I found that in delete audio I deleted the reference but when I was loading audio the first time I never added the reference, so...pop goes the weasel on the second load of the same index.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
DarkPhear
20
Years of Service
User Offline
Joined: 15th Oct 2003
Location: Brazil
Posted: 5th Oct 2005 23:08
Yeah, it's fixed. Thanks dude.

Download free games and demos at my page: http://darkphear.cjb.net
MultiJoy Plugin : use multiple joysticks / joypads in your program.http://darkphear.cjb.net
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 6th Oct 2005 09:24 Edited at: 6th Oct 2005 09:32
Here's another distro for DarkGDK. For the most part this will have to be unsupported because I do not own the DarkGDK to even test if there is problems or not. The automated installer installs the files to these locations below:

audiodll.dll - Windows System32 directory. (So if you decide to distribute a game, you'll need to copy it from that folder to your game's root folder.

audiodll.h - Installs to MSVC include directory.

audiodll.lib - Installs to MSVC lib directory.

To include this plugin with your source code at the top of your main cpp file put:

#include <audiodll.h>

Also remember to update the settings for the linker to include the audiodll.lib file.

Click here to download the installer for this distro.

[edit]
Take a look at the include file to see what the function name and params are for each one. It's pretty self explanitory after you see it.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
Etienne
20
Years of Service
User Offline
Joined: 17th Jan 2004
Location: Paris
Posted: 6th Oct 2005 20:25
Thanks ... just thanks

Garage Creator
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 8th Oct 2005 11:44
Quote: "Thanks ... just thanks"

No problem, I enjoyed creating this plugin!

I'm curious to see how the plugin works with DGSDK, if anyone uses it with that product, please let me know the results.

The best audio plugin for DarkBASIC Pro!
Plays Ogg Vorbis,MP3,FLAC,uncompressed WAV,AIFF,MOD,S3M,XM,and IT files.
CPU
20
Years of Service
User Offline
Joined: 4th Jul 2003
Location: Carlsbad, CA
Posted: 10th Oct 2005 01:53
Torry, would it be possible for you to forgo the installer and perhaps zip the files so I can place the files in my own folder which I'm reserving for plugins and enhancments such as this? It's a trivial matter to add a search path for the compiler so that it'll find the library and h file wherever I decide to stash them and that way I know which files are native and which ones are not, which ones I need to distribute and so on and so fourth...

Thanks for the awsome work Torrey!

CPU

[center]K-OS Battlefields
IS
///---///---///---UNDER CONSTRUCTION---\\\---\\\---\\\
[center]
Etienne
20
Years of Service
User Offline
Joined: 17th Jan 2004
Location: Paris
Posted: 13th Oct 2005 16:19
before there was bass dll ... wich was quite good , but didn't kept beeing upgraded , i was sad that mod files were forgotten , due to there size and audio quality .. you revived them man , i think i may integrate them now

Garage Creator
Thebeely
18
Years of Service
User Offline
Joined: 4th May 2005
Location: Croatia
Posted: 13th Oct 2005 17:39
Errr...

You probably forgot (or don't want to make it ...), but can you, PLEASE put "pause audio" function?

PLEASE...

I'm not really smart...
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 13th Oct 2005 21:28
Quote: "Errr...

You probably forgot (or don't want to make it ...), but can you, PLEASE put "pause audio" function?

PLEASE..."

Look up top. It's been there for quite some time now.

Quote: "before there was bass dll ... wich was quite good , but didn't kept beeing upgraded , i was sad that mod files were forgotten , due to there size and audio quality .. you revived them man , i think i may integrate them now"

I wish the authors of Audiere would make an update, but I think they've abandoned the project . I try the best I can to keep up with people's demands if they request something reasonable. Good luck with your project!

Quote: "Torry, would it be possible for you to forgo the installer and perhaps zip the files so I can place the files in my own folder which I'm reserving for plugins and enhancments such as this? It's a trivial matter to add a search path for the compiler so that it'll find the library and h file wherever I decide to stash them and that way I know which files are native and which ones are not, which ones I need to distribute and so on and so fourth...

Thanks for the awsome work Torrey!

CPU"


I will try zipping these up tonight at work. Sorry about taking so long, I've been working a lot of different things.


Check out my site!
Etienne
20
Years of Service
User Offline
Joined: 17th Jan 2004
Location: Paris
Posted: 14th Oct 2005 10:02 Edited at: 14th Oct 2005 10:04
Hmmm .. i think it would be cool to port it to dsdk

Garage Creator
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 14th Oct 2005 10:26
Quote: "Hmmm .. i think it would be cool to port it to dsdk"

Points up to a few posts ago.


Check out my site!
Sven B
19
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 14th Oct 2005 10:48
I like your DLL. Really!

But I'm looking some time now for a DLL that takes the role of an equalizer. You know: bass boost, treble, etc.

Immunity and Annihalation makes Immunihalation...
Rpg Cyco
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Australia
Posted: 14th Oct 2005 16:15 Edited at: 14th Oct 2005 16:19
Hey Torrey,

Excellent work on this plugin! I'm currently using it in a re-write of my old media player and having the support for many audio formats is great, thank you.

But I am having a few problems.

Pausing does not seem to work correctly, even with a simple program, such as this.



Am I using it wrong? I probably am, knowing me.

Secondly, is there a reason why Audiere does not support seeking with MP3 files? Is it because of MP3 licencing fees? It's a shame no matter what the reason.

I know there was discussion about it above, but have you ever considered creating a wrapper for FMOD for use in free programs only? It seems Audiere is entirely inactive.

- Rpg Cyco

Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 17th Oct 2005 09:07
I have started working this and actually updated the setup file, but there's another problem that happened after the fix for pausing and resume. The plugin now decides to hang the application it's being used with. From what the debugger shows one of the threads that gets created has some kind of error I need to figure out.


Check out my site!
Rpg Cyco
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Australia
Posted: 17th Oct 2005 09:55 Edited at: 17th Oct 2005 09:56
I encountered some weird problems when programming my audio player, involving the the audio exist() and delete audio commands.

If I call audio exist() before I load a audio file, it reports 0, but after loading a file and then attempted to delete it, audo exist() remains at 1. So I guess the delete audio command doesn't work, or doesn't signify that it's been deleted within the DLL (I obviously don't know how it works, just guessing).

I've also experienced very hard lockups as well, but I'm not sure if they're related to the above problem.

- Rpg Cyco

Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 17th Oct 2005 13:32 Edited at: 17th Oct 2005 13:41
The setup files at the top of this thread have been updated if you want to redownload them. The AUDIO EXIST command is now updated correctly, and from the small tests I've done the plugin no longer causes any hangups. All should be working in stable condition!

REMEMBER, you must DELETE AUDIO every audio file you load before your app exits!


Check out my site!
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 17th Oct 2005 13:37
CPU, attached is the file you requested for your DGSDK.


Check out my site!

Attachments

Login to view attachments
Rpg Cyco
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Australia
Posted: 17th Oct 2005 14:49
Hey Torrey,

The updated DLL has helped in some areas, such as the audio exist command now working, but I am now experiencing even more random hangs and [silent] crashes.

If you can run Blue GUI v2 code (i.e: have a serial key), then I am willing to send you my source code to help debug the problem.

- Rpg Cyco

Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 17th Oct 2005 22:20
If you want to try this for now, just email me the .exe (and media needed). I can debug from that. I don't own BlueGUI, maybe someday I'll stop being greedy and pay up to Rob.


Check out my site!
Rpg Cyco
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Australia
Posted: 18th Oct 2005 08:05
Ok, I've sent it to your email address.

Thanks!

- Rpg Cyco

Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 18th Oct 2005 08:08 Edited at: 18th Oct 2005 08:58
I tried abusing the application you made using my plugin, but I can't get it to crash like what you've experienced. Also I noticed that you disabled pause, how's come? When using the close X button on the window the app closed correctly, and also when using Exit from the menu it works good.

What specs do you have, including OS?

[edit]

Finally managed a crash! If you hit the next and prev buttons fast enough it'll die. Since this is the case, why not put a sleep interval after a button is pressed? Maybe half a second or a second to allow processing time. The plugin is using a streaming method so it does its work by creating threads and may need a little more processing time to execute the current working thread.

[edit2]

Another plugin you're using isn't exiting properly, the name of it is:

dbp_netlib_cpp.dll

When the program exits everything is properly closed and removed except for that plugin in your temporary files. Which means you probably have a lot of dbpdata directories in there killing space.


Check out my site!
Rpg Cyco
21
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Australia
Posted: 18th Oct 2005 11:06 Edited at: 18th Oct 2005 11:33
Quote: "Also I noticed that you disabled pause, how's come?"


I did? It won't work for MP3s of course, but it's enabled and working. I haven't edited the source since I compiled and gave it to you.

Quote: "Finally managed a crash! If you hit the next and prev buttons fast enough it'll die. Since this is the case, why not put a sleep interval after a button is pressed? Maybe half a second or a second to allow processing time. The plugin is using a streaming method so it does its work by creating threads and may need a little more processing time to execute the current working thread."


Oh ok. That's out of our hands then, I guess I can put a bit of a delay in there, though I bet someone will complain about it.

Quote: "Another plugin you're using isn't exiting properly, the name of it is:

dbp_netlib_cpp.dll

When the program exits everything is properly closed and removed except for that plugin in your temporary files. Which means you probably have a lot of dbpdata directories in there killing space."


Really? That plugin is from here. It's OK anyway, I'll be replacing that plugin soon. All I use of it are the INI reading functions, and there are other plugins out there that handle INI files.

Thanks for your help!

EDIT: Still is hanging horribly, especially when exiting. I give it a full second after calling the delete audio command, and it still stuffs up. I guess I'll have to retire from using this, thanks for your help anyway. Much appreciated.

- Rpg Cyco

Frekster
18
Years of Service
User Offline
Joined: 18th Oct 2005
Location: my computer drinking way to much coffee!
Posted: 19th Oct 2005 21:56
Hi Torrey.

excellent work. Thanks for putting in the time to create such a useful dll. So often, audio is down played in games and it really is a very important aspect of it. I'm a blind audio game developer and have produced several commercially sold audio games for the blind using DirectX technologies. There is a thread you can check out over here to see what audio game creation is all about:

http://forum.thegamecreators.com/?m=forum_view&t=63178&b=1

thanks for a very useful dll. I'm sure it will help me a lot in development.

Regards,
Frekster
Who really needs to see to program? Isn't it all just text anyhow?
Etienne
20
Years of Service
User Offline
Joined: 17th Jan 2004
Location: Paris
Posted: 20th Oct 2005 07:39 Edited at: 20th Oct 2005 07:40
Torrey , if i give you a licence for GDK would you officially make support on it ?

This is not really an official deal, just a thought , cause i'm deciding what plugins to use etc ... and yours for audio seems to be the perfect one but there are not yet certaincy it would work , and i like these , keep me informed , thanks

Garage Creator
Torrey
19
Years of Service
User Offline
Joined: 20th Aug 2004
Location: New Jersey
Posted: 20th Oct 2005 08:57
Quote: "Torrey , if i give you a licence for GDK would you officially make support on it?"


If I had the DGSDK product I would support my plugin for that product even more so then now, but the way you mentioned this it sounds illegal.


Check out my site!
sizer
20
Years of Service
User Offline
Joined: 11th Mar 2004
Location: texas
Posted: 22nd Oct 2005 21:58
i posted this here because it's mainly an issue with EAP.
can someone look this over and let me know what i'm doing wrong.
note: am using BLUEGUI


-------------------------------------------------------------
AMD Sempron 2800+ : 768MB RAM DDR400 : ATI 9800PRO 128MB AIW

Login to post a reply

Server time is: 2024-03-29 11:22:39
Your offset time is: 2024-03-29 11:22:39