Initialize the KeenASR SDK with an ASR bundle from the app's resources.
This must be called before any other SDK methods. Only one SDK instance
can be active at a time — calling initialize when already initialized
returns false.
On iOS, the bundle is loaded from the main app bundle. On Android, it is
loaded from the assets directory.
Parameters
bundleName: string
Name of the ASR bundle directory (e.g., "keenA1m-nnet3chain-en-us").
Returns Promise<boolean>
true if initialization succeeded, false if already initialized or on error.
Initialize the KeenASR SDK with an ASR bundle from the app's resources.
This must be called before any other SDK methods. Only one SDK instance can be active at a time — calling
initializewhen already initialized returnsfalse.On iOS, the bundle is loaded from the main app bundle. On Android, it is loaded from the assets directory.