Browse Source

Add Travis build status to README.md.

tags/5.1.0
Stephen Sinclair 7 years ago
parent
commit
564dd60f13
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@@ -1,5 +1,7 @@
# RtAudio

[![Build Status](https://travis-ci.org/thestk/rtaudio.svg?branch=master)](https://travis-ci.org/thestk/rtaudio)

A set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, PulseAudio and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound, ASIO and WASAPI) operating systems.

By Gary P. Scavone, 2001-2017 (and many other developers!)


Loading…
Cancel
Save