Skip to content

Commit

Permalink
fix: acknowledge the use of LAME
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Jul 8, 2024
1 parent 2e41b44 commit dbce6dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,13 @@ We recently closed a [$38 million Series B funding round](https://techcrunch.com
Our APIs are used by more than a billion end-users, and by working at Stream, you have the chance to make a huge impact on a team of very strong engineers.

Check out our current openings and apply via [Stream's website](https://getstream.io/team/#jobs).

## Acknowledgements

### Lamejs

This project uses `lamejs` library under the LGPL license to convert the recorded audio to mp3 format.
The library source code is dynamically imported and used only if audio recording is enabled.

You can obtain the source code for `lamejs` from the [lamejs repository](https://github.com/gideonstele/lamejs) that is a fork of [the original JS library](https://github.com/zhuker/lamejs).
You can find the source code for LAME at https://lame.sourceforge.net and its license at: https://lame.sourceforge.net/license.txt

0 comments on commit dbce6dc

Please sign in to comment.