Skip to content

Commit

Permalink
Add build status to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bblaszkow06 committed Jun 7, 2018
1 parent d1c1e36 commit fe9d663
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ otp_release:
- 20.0
sudo: false

before_install:
- sudo add-apt-repository ppa:mc3man/trusty-media -qq
- sudo apt-get update -qq
- sudo apt-get install -qq libswresample-dev
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Membrane.Element.FFmpeg.SWResample

[![Build Status](https://travis-ci.com/membraneframework/membrane-element-ffmpeg-swresample.svg?branch=master)](https://travis-ci.com/membraneframework/membrane-element-ffmpeg-swresample)

Element of [Membrane Multimedia Framework](https://membraneframework.org) performing audio conversion, resampling and channel mixing, using SWResample module of [FFmpeg](https://www.ffmpeg.org/) library.

Documentation is available at [HexDocs](https://hexdocs.pm/membrane_element_portaudio/)
Expand Down

0 comments on commit fe9d663

Please sign in to comment.