From 5167d6e07dfc21c60afbe8937b30b1670cef98b1 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Thu, 29 Jan 2026 11:08:40 -0500 Subject: [PATCH] JuliaAudio url --- README.md | 20 ++++++++++---------- docs/lit/examples/01-overview.jl | 2 +- docs/lit/examples/02-vocoder.jl | 2 +- docs/make.jl | 2 +- docs/src/index.md | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a51980f..d8b6a7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sound -https://github.com/JeffFessler/Sound.jl +https://github.com/JuliaAudio/Sound.jl [![docs-stable][docs-stable-img]][docs-stable-url] [![docs-dev][docs-dev-img]][docs-dev-url] @@ -110,7 +110,7 @@ Again there is keyword argument for selecting the audio input device. See -[the examples/ directory](https://github.com/JeffFessler/Sound.jl/blob/main/examples/gtk-record.jl) +[the examples/ directory](https://github.com/JuliaAudio/Sound.jl/blob/main/examples/gtk-record.jl) for an example of creating a Record/Stop/Play GUI using [Gtk.jl](https://github.com/JuliaGraphics/Gtk.jl). @@ -172,20 +172,20 @@ because Terminal will properly request microphone permissions. -[action-img]: https://github.com/JeffFessler/Sound.jl/workflows/CI/badge.svg -[action-url]: https://github.com/JeffFessler/Sound.jl/actions -[build-img]: https://github.com/JeffFessler/Sound.jl/workflows/CI/badge.svg?branch=main -[build-url]: https://github.com/JeffFessler/Sound.jl/actions?query=workflow%3ACI+branch%3Amain +[action-img]: https://github.com/JuliaAudio/Sound.jl/workflows/CI/badge.svg +[action-url]: https://github.com/JuliaAudio/Sound.jl/actions +[build-img]: https://github.com/JuliaAudio/Sound.jl/workflows/CI/badge.svg?branch=main +[build-url]: https://github.com/JuliaAudio/Sound.jl/actions?query=workflow%3ACI+branch%3Amain [pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/Sound.svg [pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/Sound.html [code-blue-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg [code-blue-url]: https://github.com/invenia/BlueStyle -[codecov-img]: https://codecov.io/github/JeffFessler/Sound.jl/coverage.svg?branch=main -[codecov-url]: https://codecov.io/github/JeffFessler/Sound.jl?branch=main +[codecov-img]: https://codecov.io/github/JuliaAudio/Sound.jl/coverage.svg?branch=main +[codecov-url]: https://codecov.io/github/JuliaAudio/Sound.jl?branch=main [docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg -[docs-stable-url]: https://JeffFessler.github.io/Sound.jl/stable +[docs-stable-url]: https://JuliaAudio.github.io/Sound.jl/stable [docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg -[docs-dev-url]: https://JeffFessler.github.io/Sound.jl/dev +[docs-dev-url]: https://JuliaAudio.github.io/Sound.jl/dev [license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat [license-url]: LICENSE [aqua-img]: https://img.shields.io/badge/Aqua.jl-%F0%9F%8C%A2-aqua.svg diff --git a/docs/lit/examples/01-overview.jl b/docs/lit/examples/01-overview.jl index d1f40de..cc5166a 100644 --- a/docs/lit/examples/01-overview.jl +++ b/docs/lit/examples/01-overview.jl @@ -2,7 +2,7 @@ # [Sound overview](@id 01-overview) This page illustrates the Julia package -[`Sound`](https://github.com/JeffFessler/Sound.jl). +[`Sound`](https://github.com/JuliaAudio/Sound.jl). =# #srcURL diff --git a/docs/lit/examples/02-vocoder.jl b/docs/lit/examples/02-vocoder.jl index ec5eec5..bfc05eb 100644 --- a/docs/lit/examples/02-vocoder.jl +++ b/docs/lit/examples/02-vocoder.jl @@ -4,7 +4,7 @@ This page illustrates the [phase vocoder](https://en.wikipedia.org/wiki/Phase_vocoder) feature of the Julia package -[`Sound`](https://github.com/JeffFessler/Sound.jl). +[`Sound`](https://github.com/JuliaAudio/Sound.jl). =# #srcURL diff --git a/docs/make.jl b/docs/make.jl index cc838f2..f630757 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,6 +1,6 @@ execute = isempty(ARGS) || ARGS[1] == "run" -org, reps = :JeffFessler, :Sound +org, reps = :JuliaAudio, :Sound eval(:(using $reps)) import Documenter import Literate diff --git a/docs/src/index.md b/docs/src/index.md index e4ee290..979a98e 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -12,7 +12,7 @@ CurrentModule = Sound ## Overview The Julia module -[`Sound.jl`](https://github.com/JeffFessler/Sound.jl) +[`Sound.jl`](https://github.com/JuliaAudio/Sound.jl) exports the functions `sound` and