[nsbasic-ce] Record audio with VBCEVoiceRec.dll or coredll?

2010-10-22 Thread littlepic77
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





-- 
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.



[nsbasic-ce] Re: Record audio with VBCEVoiceRec.dll or coredll?

2010-10-25 Thread littlepic77
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"  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.



[nsbasic-ce] Re: Install device IDE without ActiveSync?

2010-10-31 Thread littlepic77
Hi George,

Thanks for your reply - no this is brand new (less than $100)but looking 
through other forums,appears they don't support any Activesync.

Worked out how to manually 'find' the .cab for the IDE and installed directly...

Thanks anyway...



--- In nsbasic-ce@yahoogroups.com, "George Henne"  wrote:
>
> With a used computer off eBay, the first question I would have is: have
> you reinstalled the OS, so you have a clean system to start with?
> 
> >Have purchased a 7' Netbook off Ebay as the development platform but
> >can't get ActiveSync working. Has USB,LAN and WIFI but these options are
> >not available under connection settings in Activesync.
> >
> >Has anyone else purchased one of these and got the sync working?
> >
> >Is there a way I can install the Device IDE directly?
> >
> >regards
> >
> >LittlePIC77 
> >
> >
> >
> >
> >
> >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.