- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!
With the old library could analyze the audio sample created adhoc by the component PXCMVoiceRecognition.
This is a fragment of code that I used with Old Perceptual Computing SDK to process the audio sample:
//Create a PXCMAudio from byte array PXCMAudio sample = createAudioFrame(Buffer); PXCMScheduler.SyncPoint sp; //rec is a PXCMVoiceRecognition pxcmStatus status = rec.ProcessAudioAsync(sample, out sp);//This function no longer exists if (status >= pxcmStatus.PXCM_STATUS_NO_ERROR) { sp.Synchronize(); sp.Dispose(); } // Dispose sample.Dispose();
There is a way to get the same result with the new RealSense SDK?
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you might look at
/Intel/RSSDK/doc/HTML/index.html?manuals_speech_recognition_procedure.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm sorry, but I can not access the link above. You can write the whole url?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry - it's not a URL, it's a file reference to wherever you unpacked the Real Sense SDK. (Or just do a search for that doc) after unpacking the SDK.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page