nn::voicesel::CTR Namespace

Description

The namespace of the CTR voice select applet call-up library.
(This namespace can also be written without the ::CTR part.)

Note: The audio selector applet threads use thread priorities 16 and 18, so you must be careful when setting thread priorities if some other threads will continue to run while the applet is running.

Structures

nn::voicesel::CTR::Config Configuration structure for setting applet startup options.
nn::voicesel::CTR::Input Parameter structure to pass to the applet.
nn::voicesel::CTR::Output Parameter structure received from the applet.
nn::voicesel::CTR::Parameter Parameter structure to pass to the audio selector applet when it executes.

Enumerated Types

ReturnCode Enumerated type representing return codes.
FilterFillType Enumerated type representing filter conditions on the duration of audio recordings.

Constants

S VERSION const u32 The version number of the current data.

Functions

InitializeParameter Initializes a parameter structure to its default values.
PreloadVoiceSel Preloads the audio selector applet.
CancelPreloadVoiceSel Cancels the preload of the audio selector applet.
WaitForPreloadVoiceSel Waits for the completion of preloading of the audio selector applet.
IsRegisteredVoiceSel Returns whether audio selector applet is preloaded.
StartVoiceSel Starts the audio selector applet.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL