Metadata-Version: 2.1
Name: redvox
Version: 1.4.2
Summary: Library for working with RedVox files.
Home-page: https://bitbucket.org/redvoxhi/redvox-api900-python-reader/src/master/
Author: RedVox
Author-email: dev@redvoxsound.com
License: Apache
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: lz4 (>=2.1.6)
Requires-Dist: numpy (>=1.16.1)
Requires-Dist: protobuf (>=3.6.1)
Requires-Dist: coala-bears

### RedVox Python SDK

This repository contains code for reading and working with the RedVox API 900 data format.

See: https://bitbucket.org/redvoxhi/redvox-api900-python-reader/src/master/docs/v1.4.1/redvox-api900-docs.md for SDK documentation.

### Changelog

#### 1.4.1 (2019-2-15)

* Update required libraries
* Add ability to get original compressed buffer from WrappedRedvoxPacket
* Add utility functions for LZ4 compression

##### v1.4.0 (2018-12-5)

* Added support for serializing to/from JSON
* Fixed bug where has_time_synchronization_channel() would return true even if the payload was empty

