Thanks for your reply...

Found the functions from the below link and been piecing them together from 
there...

http://msdn.microsoft.com/en-us/library/ms925318.aspx

Next found API viewer - what I don't get is API viewer doen't list these 
function calls like 'waveinopen' or 'waveinstart'  but the link above states 
these functions are available from Win CE 2.0 onwards?

API viewer does find the constants,but not the calls?

Below is some of the calls I'm trying out and seeing the results...

Declare "Function waveInOpen Lib ""coredll""(lphWaveIn As Long, ByVal uDeviceID 
As Long, ByRef  WAVEFORMAT() as long, ByVal dwCallback As Long, ByVal 
dwInstance As Long, ByVal dwFlags As Long) As Long"
Declare "Function waveInStart Lib ""coredll""(ByVal hWaveIn As Long) As Long"
Declare "Function waveInStop Lib ""coredll""(ByVal hWaveIn As Long) As Long"


regards

LittlePIC77

--- In nsbasic-ce@yahoogroups.com, "George Henne" <g...@...> wrote:
>
> To look for information on function names and parameters, get this:
> 
> <http://apiviewer-2004.software.informer.com/>
> 
> It's really handy for getting all the parameters right on DECLARE
> statements. It has the option of returning information for Windows XP or
> Windows CE.
> 
> I haven't messed with voice recording, so I'm not sure you will find
> what you need - but it's a good start.
> 
> >Hi NSBasic Group,
> >
> >New to NSCE...
> >
> >Trying to read raw data from the microphone input to make a Spectrum
> >Analyser without success...
> >
> >Read another post which mentioned VBCEVoiceRec.dll but can't find it
> >anywhere - any suggestions/links to download or purchase?
> >
> >If I had to do this as Declares to Coredll,where can I find the function
> >names and parameters relating to Audio input? Any eVB examples anyone
> >have who could share?
> >
> >Other thoughts on links,dll's etc would be greatly received...
> >
> >LittlePIC
> >
> >
> >
> >
> >
> >
> >
> >------------------------------------
> >
> >Yahoo! Groups Links
> >
> >
> >
>


-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to