Skip to content

Commit

Permalink
Rename library file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Mar 12, 2024
1 parent 6de654d commit da416f8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .layout
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"children": [
{
"type": "file",
"name": "Samplerate.pm"
"name": "Samplerate.rakumod"
}
]
}
Expand All @@ -96,4 +96,4 @@
"type": "file"
}
]
}
}
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v0.0.11 Tue 12 Mar 19:30:02 GMT 2024
* Rename library file
v0.0.10 Sun 7 Aug 09:44:48 BST 2022
* Upload to zef repository
v0.0.9 Fri 2 Apr 12:41:48 BST 2021
Expand Down
6 changes: 3 additions & 3 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"raku": "6.*",
"license": "Artistic-2.0",
"api": "1.0",
"version": "0.0.10",
"version": "0.0.11",
"auth": "zef:jonathanstowe",
"support": {
"source": "https://github.com/jonathanstowe/Audio-Convert-Samplerate.git"
Expand All @@ -16,7 +16,7 @@
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
],
"provides": {
"Audio::Convert::Samplerate": "lib/Audio/Convert/Samplerate.pm"
"Audio::Convert::Samplerate": "lib/Audio/Convert/Samplerate.rakumod"
},
"meta-version": "1",
"resources": [
Expand All @@ -35,4 +35,4 @@
],
"name": "Audio::Convert::Samplerate",
"description": "Convert the samplerate of PCM audio data using libsamplerate"
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Convert the samplerate of PCM audio data using libsamplerate (AKA "Secret Rabbit Code".)

![Build Status](https://github.com/jonathanstowe/Audio-Convert-Samplerate/workflows/CI/badge.svg)
[![CI](https://github.com/jonathanstowe/Audio-Convert-Samplerate/actions/workflows/main.yml/badge.svg)](https://github.com/jonathanstowe/Audio-Convert-Samplerate/actions/workflows/main.yml)

## Description

Expand Down Expand Up @@ -56,4 +56,4 @@ Suggestions/patches are welcomed via [github](https://github.com/jonathanstowe/A

Please see the [LICENCE](LICENCE) file in the distribution

© Jonathan Stowe 2015 - 2021
© Jonathan Stowe 2015 - 2024
File renamed without changes.

0 comments on commit da416f8

Please sign in to comment.