Skip to content

Commit 1033b29

Browse files
committed
Update README
1 parent de59433 commit 1033b29

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# audiowaveform
22

3-
[![CI](https://github.com/bbc/audiowaveform/actions/workflows/rust.yml/badge.svg)](https://github.com/bbc/audiowaveform/actions/workflows/rust.yml)
3+
[![CI](https://github.com/fetlife/audiowaveform/actions/workflows/rust.yml/badge.svg)](https://github.com/fetlife/audiowaveform/actions/workflows/rust.yml)
44

55
`audiowaveform` is a Rust library and CLI for generating waveform data from audio,
66
serializing waveform files, rendering PNG waveform images, and transcoding audio
77
to PCM16 WAV.
88

9+
This repository is the canonical home of the Rust rewrite:
10+
[github.com/fetlife/audiowaveform](https://github.com/fetlife/audiowaveform).
11+
12+
It is a Rust rewrite of the original BBC `audiowaveform` project:
13+
[github.com/bbc/audiowaveform](https://github.com/bbc/audiowaveform).
14+
The original project was created by Chris Needham and contributors at BBC
15+
Research & Development.
16+
917
The repository contains a Rust-only workspace:
1018

1119
- `crates/audiowaveform`: reusable library crate

0 commit comments

Comments
 (0)