A Python binding for Silk, an audio codec originally developed by Skype. Supports encoding and decoding of Silk audio data (commonly used in Telegram voice messages). Current version 0.2.8; maintained on GitHub with occasional releases.
pip install silk-pythonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: read a Silk file, decode to PCM, then encode back to Silk.
Access pcm['data'] and pcm['sample_rate'].
Update to use pcm['data'] instead of pcm.
Always supply `rate` from decoded PCM sample_rate.
No dependency data recorded yet.