# Audio Record

Record audio to a file.

Action available for the following operating systems:

![](/files/kfMeq0OanEe5OOx5RmUn)

### Parameters

* **Operation** *\<numeric> -* Select the type of operation:
  * Dynamic
  * 1 - Start
  * 2 - Stop
  * 3 - Pause
  * 4 - Resume
* **Target File** *\<string> -* File path or Variable/Control with the path to save the audio file.

  The file extension is important in iOS. Expected values are .mp4, .m4a, .aac
* **Encoder** *\<numeric>*
  * Dynamic
  * 1- AAC
  * 2 - AAC HE
  * 3 - AMR NB

This parameter is ignored on Win10 AMR format is not supported since iOS 4.3

* **Sample Rate** *\<numeric>*
  * Dynamic
  * 8000
  * 11025
  * 16000
  * 22050
  * 44100

This parameter is ignored on Win10

{% hint style="danger" %}
Action not available on Win32 Clients!
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-voice/audio-record.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
