/redpandas

Pandas pipeline for RedVox data

Primary LanguagePythonApache License 2.0Apache-2.0

RedPandas

Current version on PyPI Python versions supported

Description

This repository contains routines to streamline preprocessing of RedVox API 900 and API 1000 (API M) data. The RedVox Pandas (also known as RedPandas) pipeline is designed for integrability with other legacy and heterogeneous data sources.

Wiggles

Installation

To install with pip:

pip install redvox-pandas

More installation instructions can be found in the RedPandas Installation Documentation.

Examples

A full example can be found in examples directory.

Getting started

Check the User Documentation to get started.

You can find examples on how to plot audio waveforms and audio spectrogram in RedVox Examples.

API Documentation

Check the API Documentation for more details on RedPandas functions.

Development

Note

RedPandas depends on RedVox SDK version:

  • For RedVox SDK >= 3.1.0, RedPandas >= 1.3.0
  • For RedVox SDK < 3.1.0, RedPandas = 1.2.15