$REVOLUTION_SDK_ROOT/build/demos/pmicdemo
Move to the $REVOLUTION_SDK_ROOT/build/demos/pmicdemo directory and run make. An executable file (ELF file) is created below the path $REVOLUTION_SDK_ROOT/RVL/bin/demos/pmicdemo/.
You need to configure DVDRoot before executing the demos. Specify the folder name $REVOLUTION_SDK_ROOT/dvddata as the DvdRoot argument of the SetNdEnv command.
Move to the $REVOLUTION_SDK_ROOT/RVL/bin/demos/pmicdemo/ directory and perform the following steps.
ndrun script using the ELF file as the argument.$CWFOLDER/bin/IDE.exe with the ELF file as an argument$CWFOLDER/bin/IDE.exe and drag the ELF file to it$CWFOLDER/bin/IDE.exe, double-click the ELF filepmic_simple |
A basic program to confirm the Wii Speak features. Operate the sample by following the onscreen instructions. When the program runs, music plays from the TV speakers. The Wii Speak detects both the music and your voice. However, the music component is canceled out inside the microphone, and only your voice is sent to the Wii console. The data sent to the Wii console is stored in memory by default for a maximum of 10 seconds from the time the Wii Speak starts, and is played back from the speakers when the Wii Speak stops. For audio data playback, the Wii console only converts the sampling rate from 16 kHz to 32 kHz. Also, in addition to the onscreen operation instructions, the volume level of the voice data output from the Wii Speak to the Wii console is shown in real time with a meter. This level meter is implemented as follows.
|
|---|---|
pmic_graphic |
Displays data obtained from the Wii Speak onscreen. |
2009/04/01 Revised description of pmic_simple.
2009/03/11 Revised description of pmic_simple.
2008/08/25 Added pmic_graphic.
2008/03/03 Changed the function reference format.
2008/01/25 Initial version.
CONFIDENTIAL