Update badges
Change badges to github actions and code coverage from travis and appveyor
This commit is contained in:
parent
b5eed5a7c7
commit
d71d971d66
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
PortAudio.jl
|
||||
============
|
||||
|
||||
[](https://travis-ci.org/JuliaAudio/PortAudio.jl)
|
||||
[](https://ci.appveyor.com/project/ssfrr/portaudio-jl/branch/master)
|
||||
[](https://github.com/JuliaAudio/PortAudio.jl/actions/workflows/Tests.yml)
|
||||
[](https://codecov.io/gh/JuliaAudio/PortAudio.jl)
|
||||
|
||||
PortAudio.jl is a wrapper for [libportaudio](http://www.portaudio.com/), which gives cross-platform access to audio devices. It is compatible with the types defined in [SampledSignals.jl](https://github.com/JuliaAudio/SampledSignals.jl). It provides a `PortAudioStream` type, which can be read from and written to.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue