Record Block on GVP

Hi guys,
A customer is asking for GVP to record 2 voice files (name + email, address + id) and then I send them to an email.
I know GVP Studio has a block for recording, but never used it. Can I accomplish this task with it? How do i specify the name of the file or it is random?
Thanks

GVP produces Record.jsp(asp) and Capture.jsp(asp).
These files might give you the clues.

1 Like

You can call recording(voice recording) by using the record block.

The basics are random, but can appoint the name of the audio file by using a variable.

Recording Filename The file name for the saved recording can be one of the following types:

Default (Random) —A unique random file name is generated for each recording.

Add prefix to default—You can specify a prefix to be added to the default name that is generated for the recording. This can be a static value that you enter in the Specify prefix for the file name box, or it can be a dynamic value coming from a global application variable that you selected from the drop-down list.

Use Specified —You can specify the actual name for the recorded audio file. This can be a static value that you enter in the Specify the file name box, or it can be a dynamic value coming from a global application variable that you selected from the drop-down list.

Yes I have been reading the help file and see I can try it, however I can’t be 100% sure until I have it on my hands.
Thanks a lot :slight_smile:

1 Like