Skip to content

Commit

Permalink
Fix go.mod, update README about example
Browse files Browse the repository at this point in the history
  • Loading branch information
max committed Jan 13, 2023
1 parent 5950487 commit 4180200
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ This package just handles the wrapping in Go, and is unaffiliated with Belledonn
Install the C library bcg729 in https://github.com/BelledonneCommunications/bcg729.
You have to install the library, and add the path library installed to environment variable.

### Examples

See the examples in the examples folder.
You can test encoder, decoder example with sample file.

```bash
go run examples/main.go
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module gitub.com/channel-io/go-g729
module github.com/channel-io/go-g729

go 1.19

0 comments on commit 4180200

Please sign in to comment.