|
1 | | -<!-- badges: start -->[](https://cran.r-project.org/package=sonicscrewdriver) []() [](https://cran.r-project.org/package=sonicscrewdriver) [](https://codecov.io/gh/edwbaker/SonicScrewdriveR) [](https://github.com/edwbaker/SonicScrewdriveR/actions/workflows/R-CMD-check.yaml)<!-- badges: end --> |
| 1 | +# SonicScrewdriveR <a href="http://sonicscrewdriver.ebaker.me.uk"><img src="man/figures/logo.png" alt="sonicscrewdriver website" align="right" height="138"/></a> |
| 2 | + |
| 3 | +<!-- badges: start --> [](https://cran.r-project.org/package=sonicscrewdriver) []() [](https://cran.r-project.org/package=sonicscrewdriver) [](https://codecov.io/gh/edwbaker/SonicScrewdriveR) [](https://github.com/edwbaker/SonicScrewdriveR/actions/workflows/R-CMD-check.yaml) <!-- badges: end --> |
2 | 4 |
|
3 | | -# SonicScrewdriveR <a href="http://sonicscrewdriver.ebaker.me.uk"><img src="man/figures/logo.png" align="right" height="138" alt="sonicscrewdriver website" /></a> |
4 | 5 |
|
5 | 6 | This package provides tools for manipulating sound files for analysis and visualisation. |
6 | 7 |
|
7 | 8 | With SonicScrewdriveR you can: |
8 | 9 |
|
9 | | -- Easily read audio files of many types. |
10 | | - |
11 | | -- Work seamlessly with multi-channel audio. |
| 10 | +- Easily read audio files of many types. |
12 | 11 |
|
13 | | -- Read/write/convert audio and metadata in formats used by other tools. |
| 12 | +- Work seamlessly with multi-channel audio. |
14 | 13 |
|
15 | | -- Apply filters to audio. |
| 14 | +- Read/write/convert audio and metadata in formats used by other tools. |
16 | 15 |
|
17 | | -- Augment audio data for machine learning. |
| 16 | +- Apply filters to audio. |
18 | 17 |
|
19 | | -- Visualise audio data. |
| 18 | +- Augment audio data for machine learning. |
20 | 19 |
|
21 | | -- Create self-documenting analysis pipelines. |
| 20 | +- Visualise audio data. |
22 | 21 |
|
| 22 | +- Create self-documenting analysis pipelines. |
23 | 23 |
|
24 | 24 | The need for `SonicScrewdriveR` arose initially in the [Automated Acoustic Observatories](https://ebaker.me.uk/aoo) project at the [University of York](https://www.york.ac.uk), and later in the development of [audioBlast](https://audioblast.org). Both of these projects required the ability to read and manipulate audio files in a variety of formats and to visualise and analyse the data contained within them. The package is designed to be as flexible as possible and to be able to handle audio file formats with differing encoding, channel numbers, and sample rates. In one sense, it can be seen as a wrapper around existing packages to provide a unified interface, but it also offers many new functions and visualisations. |
25 | 25 |
|
@@ -56,7 +56,7 @@ Usage of the package is described in the following vignettes: |
56 | 56 |
|
57 | 57 | - The book [Visualisation for bioacoustics and ecoacoustics in R](https://av.ebaker.me.uk) provides details of the various visualisation tools available in this and other packages. |
58 | 58 |
|
59 | | -- [Converting code to work with SonicScrewdriveR](https://sonicscrewdriver.ebaker.me.uk/articles/converting-code.html) provides guidance for package developers and end users who want to convert their code to work with SonicScrewdriveR types such as `TaggedWave` and `TaggedWaveMC`. |
| 59 | +- [Converting code to work with SonicScrewdriveR](https://sonicscrewdriver.ebaker.me.uk/articles/converting-code.html) provides guidance for package developers and end users who want to convert their code to work with SonicScrewdriveR types such as `TaggedWave` and `TaggedWaveMC`. |
60 | 60 |
|
61 | 61 | ## Contributing |
62 | 62 |
|
|
0 commit comments