You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/client/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@ This is a SIP client that sends an INVITE and then sends PCMU audio for a local
6
6
7
7
At this time no options exist, `go run .` is all that is required. It connects to a SIP server running on the local machine and will send audio.
8
8
9
-
This program expects a `audio.mkv` to be in the directory. The file should contain PCMU in 20ms samples with a samplerate of 8000 and one channel.
10
-
You can use the command below to convert a file, or use[this](https://siobud.com/audio.mkv) pre-encoded one.
9
+
This program expects a `audio.mkv` to be in the directory. The file should contain PCM s16le in 20ms samples with a sample rate of 8000 and one channel.
10
+
You can use the command below to convert a file, or convert[this](https://siobud.com/audio.mkv) one.
0 commit comments