From 4da4fb132f408168f41d019a304e5d3e555ead68 Mon Sep 17 00:00:00 2001 From: Ben Sergentanis Date: Wed, 20 Dec 2023 14:26:58 -0500 Subject: [PATCH] Update README.md Update Readme header --- README.md | 59 +++++++++++++------------------------------------------ 1 file changed, 14 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index a0a08366..98ea59a9 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,16 @@ -

- -

-

DaisySP -

A Powerful, Open Source DSP Library in C++

-
- - -

- - Build Badge - - - - - - - -

- - -

- - - - - - - - - -

- -

- Applications • - Features • - Examples • - Getting Started • - Community • - Contributing • - License -

- -
+

+ + DaisySP • A Powerful, Open Source DSP Library in C++ +

+ +[![Build Badge](https://github.com/electro-smith/DaisySP/workflows/Build/badge.svg)](https://github.com/electro-smith/DaisySP/actions?query=workflow%3ABuild) +[![Style Badge](https://github.com/electro-smith/DaisySP/workflows/Style/badge.svg)](https://github.com/electro-smith/DaisySP/actions?query=workflow%3AStyle) +[![Documentation Badge](https://github.com/electro-smith/DaisySP/workflows/Documentation/badge.svg)](https://electro-smith.github.io/DaisySP/index.html) +[![Discord](https://img.shields.io/discord/1037767234803740694?logo=discord&label=Discord)](https://discord.gg/ByHBnMtQTR) +[![Forum Badge](https://img.shields.io/badge/chat-daisy%20forum-orange)](https://forum.electro-smith.com/) +[![License Badge](https://img.shields.io/badge/license-MIT-yellow)](https://opensource.org/licenses/MIT) + +> DaisySP is an open-source DSP (Digital Signal Processing) library that provides a comprehensive collection of modular components for creating audio software across various contexts, facilitating the development of high-quality and customizable audio applications. ## Applications @@ -108,7 +77,7 @@ Here are some ways that you can get involved: - Port existing DSP modules from other open source projects (MIT). See issues labeled "port" - Fix problems with existing modules. See issues labeled "bug" and/or "polish" -Before working on code, please check out our [Contribution Guidelines](https://github.com/electro-smith/DaisyWiki/wiki/6.-Contribution-Guidelines) and [Style Guide.](https://github.com/electro-smith/DaisySP/blob/master/doc/style_guide.pdf) +Before working on code, please check out our [Style Guide.](https://github.com/electro-smith/DaisySP/blob/master/doc/style_guide.pdf) ## License