Skip to main content

vpcmd

Use the vpcmd program, installed with Phone Password Manager, to test the generation or verification of voice print audio files.

Usage
vpcmd.exe -c (generate|verify) -f <file> -u <userID> -vi <n> (-ei <n>|-en <n>) [ -p "<payload>"][ -s 1|0]

Argument

Description

-c <generate—verify>

The voiceprint command to perform. Valid commands: generate, verify (required)

-ei <1—2—3>

The enrollment index to generate (users attempt to record speech 3 times).

-en <1—2—3>

The enrollments to verify.

-f <file>

The speech audio file (required)

-l

Prevent voiceprints being running concurrently.

-p <CELL—LAND>

The payload to attach to the generated voiceprint.

-s <1—0>

Whether to save the speech voice: 1 to save, 0 to ignore.

-u <userID>

The user ID (required)

-vi <n>

The verification phrase index (required)

Examples
  1. To generate voice print audio file "a.wav" with user "user1" using cellphone as the recording type:

    vpcmd.exe -c generate -f a.wav -u user1 -vi 2 -ei 1 -p "CELL"
  2. To verify the user voice print with "a.wav" on "user2" using "land-line".

    vpcmd.exe -c verify -f a.wav -u user2 -vi 2 -en 2 -p "LAND"