Re: BGT Voice Chat

2017-05-21 Thread AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector
Re: BGT Voice Chat I also wanted to be able to add some way to be able to record audio in my bgt codes.I know that sox, which is a command line program, can record audio, but maybe it is better to use some dll itself.The problem is that, from what I've been noticing, if doing it

Re: BGT Voice Chat

2017-05-22 Thread AudioGames . net Forum — Developers room : NicklasMCHD via Audiogames-reflector
Re: BGT Voice Chat I found out that even if you could record the audio it would be to big for the bgt network object to handle. URL: http://forum.audiogames.net/viewtopic.php?pid=312188#p312188 ___ Audiogames-reflector mailing list

Re: BGT Voice Chat

2017-05-22 Thread AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector
Re: BGT Voice Chat Exactly. Even making a conversion later, in general, the recordings would need to be very short. I've seen oggenc2.exe being used by some applications and games, but I find the conversion of it too slow already for 2, 3mb files.The ideal would be to record directly

Re: BGT Voice Chat

2017-05-23 Thread AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector
Re: BGT Voice Chat Sam_Tupy wrote:yes, it's been done recording with winmm. It's not very practicle though. search on google for winmm.dll MSI_SEND-STRING simple recording and you should probably find stuff. This function works with BGT. I've scene it not work though on

Re: BGT Voice Chat

2017-05-30 Thread AudioGames . net Forum — Developers room : sorressean via Audiogames-reflector
Re: BGT Voice Chat Howdy folks.So there are a couple things here I want to clear up.First, you shouldn't be looking for certain dlls, just look for the functions you need. In the MSDN site itself it'll say something like requirements: and then the dll. If you need to figure out

Re: BGT Voice Chat

2016-04-20 Thread AudioGames . net Forum — Developers room : vlad25 via Audiogames-reflector
Re: BGT Voice Chat hi.well, that's what i'm trying  to see aswell. i'm interested on this, but no one helps with this. i mean, no one wants to  help with this. it is implemented  on some games in bgt,  but when i asked for tat i didn't receive anything. URL: http://

Re: BGT Voice Chat

2016-04-20 Thread AudioGames . net Forum — Developers room : Sam_Tupy via Audiogames-reflector
Re: BGT Voice Chat It's not in BGT. You have to use DLL's and the WinAPI and stuff. It's not a couple lines of code or anything. Then you need an ogg encoder such as oggenc2 or else transmitted data would be huge. URL: http://forum.audiogames.net/viewtopic.php?pid

Re: BGT Voice Chat

2016-04-20 Thread AudioGames . net Forum — Developers room : NicklasMCHD via Audiogames-reflector
Re: BGT Voice Chat Yes. I knew it wasn't just 2-5 lines of code.btw. What dll can i use to record a users mic??? URL: http://forum.audiogames.net/viewtopic.php?pid=257605#p257605 ___ Audiogames-reflector mailing list Audiogames-refl

Re: BGT Voice Chat

2016-04-20 Thread AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
Re: BGT Voice Chat Does winmm do recording? I can never seem to find any decent/useful documentation for how to use winmm. URL: http://forum.audiogames.net/viewtopic.php?pid=257685#p257685 ___ Audiogames-reflector mailing list Audiogames

Re: BGT Voice Chat

2016-04-21 Thread AudioGames . net Forum — Developers room : truecraig via Audiogames-reflector
Re: BGT Voice Chat Win32 does handle recording yeah. It's built in. There are different win APIs that can handle it, depending on whether you wanna use DirectX or something lower level... I don't even know if BGT can work with DX. This result I found from Google might help. You

Re: BGT Voice Chat

2016-04-22 Thread AudioGames . net Forum — Developers room : vlad25 via Audiogames-reflector
Re: BGT Voice Chat well, yes. i heard something about winm.dll. but my question is how can i see the the functions inside the dll? because as i heard you can't see them in the dll. URL: http://forum.audiogames.net/viewtopic.php?pid=257864#p2

Re: BGT Voice Chat

2016-04-24 Thread AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
Re: BGT Voice Chat Function lists are easy enough to find; finding those which will work with BGT, and explanations for how to use them, is another matter entirely.This might be somewhere to start:http://xpdll.nirsoft.net/dsound_dll.htmlOr possibly this (c++):https://msdn.microsoft.com/en

Re: BGT Voice Chat

2016-04-26 Thread AudioGames . net Forum — Developers room : Sam_Tupy via Audiogames-reflector
Re: BGT Voice Chat yes, it's been done recording with winmm. It's not very practicle though. search on google for winmm.dll MSI_SEND-STRING simple recording and you should probably find stuff. This function works with BGT. I've scene it not work though on ocasion, but it d