commit 2e03d589cb9fec6b63125b852567a0cf0a3a4ee6
parent 49d5dea7da7c739b29de2aecb86559bbc55b951f
Author: breadcat <breadcat@users.noreply.github.com>
Date: Tue, 28 Feb 2023 18:14:43 +0000
Applicable to both phone systems
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/posts/ffmpeg-pbx-conversions.md b/content/posts/ffmpeg-pbx-conversions.md
@@ -11,7 +11,7 @@ Firstly, grab a copy of `ffmpeg` from the [official website](https://www.ffmpeg.
ffmpeg -i "input.ext" -codec pcm_s16le -ar 8000 -ac 1 -ab 128k "output.wav"
```
-### LG/Ericsson eMG80
+### LG/Ericsson eMG/UCP
```
ffmpeg -i "input.ext" -codec:a pcm_mulaw -ar 8000 -ac 1 -ab 64k "output.wav"
```