// Whether the current platform has microphone supported.
#define SB_HAS_MICROPHONE 0
// Whether the current platform has speech recognizer.
#define SB_HAS_SPEECH_RECOGNIZER 0
// Whether the current platform has speech synthesis.
#define SB_HAS_SPEECH_SYNTHESIS 0
I'm curious about #define for these.
- YouTube search box
- Speak the video you want on the microphone
- Search video
- Ouput video thumbnail after voice data analysis
Is it implemented in this way?