Skip to content

Commit 76d84f3

Browse files
akshayvermaIshavyas9
authored andcommitted
additions
1 parent 5893141 commit 76d84f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/audio-injection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: audio-injection
33
title: Audio Injection on iOS Real Devices
4-
sidebar_label: Video Injection
4+
sidebar_label: Audio Injection
55
description: Inject audio content in your tests with LambdaTest to simulate microphone inputs for automated testing, enhancing your app's audio capabilities.
66

77
keywords:
@@ -73,7 +73,7 @@ Use it to test audio-driven flows such as audio verification and in-app recordin
7373

7474
## Step 1: Upload Audio File
7575
**Supported formats:** `.mp3`, `.wav`
76-
**Max size:** 15 MB
76+
**Max size:** 15 MB , 100 MB respectively
7777

7878
```bash
7979
curl -u "LT_USERNAME:LT_ACCESS_KEY" -X POST "https://api.lambdatest.com/mfs/v1.0/media/upload" -F "media_file=@/path/to/test.wav" -F "type=audio" -F "custom_id=SampleAudio"

0 commit comments

Comments
 (0)