From 91193d076e44aa5f0187e67c7fd365f655dd99c6 Mon Sep 17 00:00:00 2001 From: Dimitri Date: Thu, 11 Feb 2016 21:48:17 -0800 Subject: [PATCH] appveyor badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a40bcbd..3501d33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Libnyquist + +[![Build status](https://ci.appveyor.com/api/projects/status/2xeuyuxy618ndf4r?svg=true)](https://ci.appveyor.com/project/ddiakopoulos/libnyquist) + Libnyquist is a small C++11 library for reading sampled audio data from disk or memory. It's ideal to use as an audio asset frontend for games, audio sequencers, music players, and more. The library steers away from patent or GPL license encumbered formats (such as MP3 and AAC). For portability, libnyquist does not link against platform-specific APIs like Windows Media Foundation or CoreAudio, and instead bundles the source code of reference decoders as an implementation detail.