Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# MixStream

[![Build Status](https://travis-ci.org/fofix/python-mixstream.svg?branch=master)](https://travis-ci.org/fofix/python-mixstream)
[![Tests](https://github.com/fofix/python-mixstream/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/fofix/python-mixstream/actions/workflows/tests.yml)
[![Build](https://github.com/fofix/python-mixstream/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/fofix/python-mixstream/actions/workflows/build.yml)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/mixstream.svg)](https://pypi.python.org/pypi/mixstream)
[![PyPI version](https://img.shields.io/pypi/v/mixstream)](https://pypi.python.org/pypi/mixstream)


MixStream is a C-extension in Python to combine [SoundTouch](https://www.surina.net/soundtouch/) and [SDL_mixer](https://www.libsdl.org/projects/SDL_mixer/).
Expand All @@ -19,7 +21,7 @@ MixStream is a C-extension in Python to combine [SoundTouch](https://www.surina.

You'll need those packages:

* `glib` ( > 2.34)
* `glib` (> 2.34)
* `libogg`
* `libtheora`
* `libvorbisfile`
Expand Down