> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# atranscribe • AI Agent SDK

> atranscribe: Async version of transcribe().

# atranscribe

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**AudioAgent**](../classes/AudioAgent) class in the [**audio\_agent**](../modules/audio_agent) module.

Async version of transcribe().

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def atranscribe(file: Union[str, BinaryIO], language: Optional[str], temperature: Optional[float], model: Optional[str]) -> str
```

## Parameters

<ParamField query="file" type="Union" required={true}>
  No description available.
</ParamField>

<ParamField query="language" type="Optional" required={false}>
  No description available.
</ParamField>

<ParamField query="temperature" type="Optional" required={false}>
  No description available.
</ParamField>

<ParamField query="model" type="Optional" required={false}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="str">
  The result of the operation.
</ResponseField>

## Uses

* `atranscription`
* `close`

## Used By

* [`AudioAgent.alisten`](../functions/AudioAgent-alisten)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/audio_agent.py#L380">
  `praisonaiagents/agent/audio_agent.py` at line 380
</Card>
