Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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).
Expand Down Expand Up @@ -172,20 +172,20 @@ because Terminal will properly request microphone permissions.


<!-- URLs -->
[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
Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/01-overview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/02-vocoder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading