> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-voice/audio-record.md).

# 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 %}
