Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada authored Sep 24, 2019
2 parents 09f62ca + be3430f commit b797c40
Show file tree
Hide file tree
Showing 39 changed files with 340 additions and 302 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: c
sudo: false

# Blacklist
branches:
except:
- gh-pages

env:
global:
- PRETTYNAME="Adafruit_mp3"

before_install:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)

script:
- build_main_platforms

# Generate and deploy documentation
after_success:
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Adafruit_MP3
# Adafruit_MP3 [![Build Status](https://travis-ci.com/adafruit/Adafruit_MP3.svg?branch=master)](https://travis-ci.com/adafruit/Adafruit_MP3)

This library sets up and performs *native* MP3 audio decoding on various Arduino-compatible platforms including Metro/Feather M4 (SAMD51 chip), teensy 3.6, teensy 3.2, and teensy 3.1. Audio output via the DAC pins. Uses Helix as underlying decoding. On the SAMD51 boards, TC2 is used to create the sample timer (usually 44.1khz or 48khz). Uses a decent chunk of RAM at this time!

See [documentation](https://adafruit.github.io/Adafruit_MP3/classAdafruit__mp3.html).
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=Adafruit_mp3
version=1.0.1
version=1.0.4
author=Dean Miller <[email protected]>
maintainer=Dean Miller <[email protected]>
sentence=mp3 decoder
paragraph=
category=Data Processing
url=https://github.com/adafruit/Adafruit_MP3
architectures=*
architectures=*
Loading

0 comments on commit b797c40

Please sign in to comment.