{
  "_id": "6a10440dacfb0bcc41c9e2c6",
  "Package": "retimer",
  "Title": "Retime and Analyse Speech Signals",
  "Version": "0.1.3",
  "Authors@R": "person(\"Alistair\", \"Beith\", email = \"alistair.beith@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Retime speech signals with a native Waveform Similarity\nOverlap-Add (WSOLA) implementation translated from the 'TSM\ntoolbox' by Driedger & Müller (2014)\n<https://www.audiolabs-erlangen.de/content/resources/MIR/TSMtoolbox/2014_DriedgerMueller_TSM-Toolbox_DAFX.pdf>.\nDesign retimings and pitch (f0) transformations with tidy data\nand apply them via 'Praat' interface. Produce spectrograms,\nspectra, and amplitude envelopes. Includes implementation of\nvocalic speech envelope analysis (fft_spectrum) technique and\nexample data (mm1) from Tilsen, S., & Johnson, K. (2008)\n<doi:10.1121/1.2947626>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libicu-dev libsndfile1-dev libuv1-dev\nlibx11-dev",
  "Repository": "https://abeith.r-universe.dev",
  "Date/Publication": "2024-12-27 19:00:10 UTC",
  "RemoteUrl": "https://github.com/abeith/retimer",
  "RemoteRef": "HEAD",
  "RemoteSha": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 06:43:15 UTC",
    "User": "root"
  },
  "Author": "Alistair Beith [aut, cre, cph]",
  "Maintainer": "Alistair Beith <alistair.beith@gmail.com>",
  "MD5sum": "3d20c5a05d9d05c99f80363c85d43b42",
  "_user": "abeith",
  "_type": "src",
  "_file": "retimer_0.1.3.tar.gz",
  "_fileid": "325cf57b8c11a5d8a3b1bdab200c9ded6503a6dda3efbdfba6f9bc17dbfb5a76",
  "_filesize": 1434148,
  "_sha256": "325cf57b8c11a5d8a3b1bdab200c9ded6503a6dda3efbdfba6f9bc17dbfb5a76",
  "_created": "2026-05-11T06:43:15.000Z",
  "_published": "2026-05-22T11:54:53.523Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77374292036,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6911922075"
    },
    {
      "job": 77374291941,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911919950"
    },
    {
      "job": 77374292065,
      "time": 182,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6911940345"
    },
    {
      "job": 77374292173,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911938371"
    },
    {
      "job": 77374291934,
      "time": 206,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911884332"
    },
    {
      "job": 77374291694,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159858059"
    },
    {
      "job": 77374291955,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6911906382"
    },
    {
      "job": 77374292095,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6911907350"
    },
    {
      "job": 77374292187,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911908254"
    }
  ],
  "_buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/abeith/retimer",
  "_commit": {
    "id": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
    "author": "Alistair Beith <alistair.beith@gmail.com>",
    "committer": "Alistair Beith <alistair.beith@gmail.com>",
    "message": "Added Wave import from tuneR\n",
    "time": 1735326010
  },
  "_maintainer": {
    "name": "Alistair Beith",
    "email": "alistair.beith@gmail.com",
    "login": "abeith",
    "uuid": 44166927
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "rPraat",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tuneR",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "signal",
      "role": "Imports"
    },
    {
      "package": "gsignal",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "seewave",
      "role": "Imports"
    },
    {
      "package": "phonTools",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "abeith",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "abeith",
      "count": 44,
      "uuid": 44166927
    }
  ],
  "_userbio": {
    "uuid": 44166927,
    "type": "user",
    "name": "Alistair Beith"
  },
  "_downloads": {
    "count": 177,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/retimer"
  },
  "_devurl": "https://github.com/abeith/retimer",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/retimer.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/abeith/retimer",
  "_realowner": "abeith",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2025-01-22"
    }
  ],
  "_exports": [
    "extract_env",
    "extractPitchTier",
    "fft_spectro",
    "fft_spectrum",
    "findPeak",
    "findWord",
    "flatF0",
    "get_serial_anchors",
    "praatRetime",
    "praatSys",
    "read_tg",
    "spectrogram",
    "write_tg",
    "wsola"
  ],
  "_datasets": [
    {
      "name": "mm1",
      "title": "mm1",
      "object": "mm1",
      "class": [
        "Wave"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    }
  ],
  "_help": [
    {
      "page": "extract_env",
      "title": "extract_env",
      "topics": [
        "extract_env"
      ]
    },
    {
      "page": "extractPitchTier",
      "title": "extractPitchTier",
      "topics": [
        "extractPitchTier"
      ]
    },
    {
      "page": "extractWord",
      "title": "extractWord",
      "topics": [
        "extractWord"
      ]
    },
    {
      "page": "fft_spectro",
      "title": "fft_spectro",
      "topics": [
        "fft_spectro"
      ]
    },
    {
      "page": "fft_spectrum",
      "title": "fft_spectrum",
      "topics": [
        "fft_spectrum"
      ]
    },
    {
      "page": "findPeak",
      "title": "findPeak",
      "topics": [
        "findPeak"
      ]
    },
    {
      "page": "findWord",
      "title": "findWord",
      "topics": [
        "findWord"
      ]
    },
    {
      "page": "flatF0",
      "title": "flatF0",
      "topics": [
        "flatF0"
      ]
    },
    {
      "page": "get_serial_anchors",
      "title": "get_serial_anchors",
      "topics": [
        "get_serial_anchors"
      ]
    },
    {
      "page": "length-Wave-method",
      "title": "S4 generic for length",
      "topics": [
        "length,Wave-method"
      ]
    },
    {
      "page": "mm1",
      "title": "mm1",
      "topics": [
        "mm1"
      ]
    },
    {
      "page": "praatRetime",
      "title": "praatRetime",
      "topics": [
        "praatRetime"
      ]
    },
    {
      "page": "praatScript",
      "title": "praatScript",
      "topics": [
        "praatScript"
      ]
    },
    {
      "page": "praatSys",
      "title": "praatSys",
      "topics": [
        "praatSys"
      ]
    },
    {
      "page": "read_tg",
      "title": "read_tg",
      "topics": [
        "read_tg"
      ]
    },
    {
      "page": "spectrogram",
      "title": "spectrogram",
      "topics": [
        "spectrogram"
      ]
    },
    {
      "page": "write_tg",
      "title": "write_tg",
      "topics": [
        "write_tg"
      ]
    },
    {
      "page": "wsola",
      "title": "wsola",
      "topics": [
        "wsola"
      ]
    }
  ],
  "_readme": "https://github.com/abeith/retimer/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "bit",
    "bit64",
    "bslib",
    "cachem",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "digest",
    "dplyr",
    "dygraphs",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "ggplot2",
    "glue",
    "gsignal",
    "gtable",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "memoise",
    "mime",
    "phonTools",
    "pillar",
    "pkgconfig",
    "pracma",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "readr",
    "rlang",
    "rmarkdown",
    "rPraat",
    "S7",
    "sass",
    "scales",
    "seewave",
    "signal",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "tuneR",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "xfun",
    "xts",
    "yaml",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "spectrogram.Rmd",
      "filename": "spectrogram.html",
      "title": "spectrogram",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2024-11-21 19:50:01",
      "modified": "2024-11-21 19:50:01",
      "commits": 1
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "retimer",
  "_universes": [
    "abeith"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-11T06:45:45.000Z",
      "distro": "noble",
      "commit": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
      "fileid": "b6e1deab9d6f5aecc673e80c15dc7528b833e8ffee0d417ddb9db19268372762",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.3",
      "date": "2026-05-11T06:45:37.000Z",
      "distro": "noble",
      "commit": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
      "fileid": "7c35e700721526e83d2d20996fd4ce92fa0a4372e972e3a64bedf73caf65d32f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-11T06:47:07.000Z",
      "commit": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
      "fileid": "48e3fcf1748f5346c3a2d938e9a183b33d42c6ca7f6f2656a0c99b2dd960c453",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.3",
      "date": "2026-05-11T06:46:59.000Z",
      "commit": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
      "fileid": "bee318bd4e23e05ede1d3e54e46edf223d56ae54c7d7fb0efcccad09dffbfd14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-11T06:44:37.000Z",
      "commit": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
      "fileid": "98d3125343e45ecb1cad78e65aa1a9668fafef1edd2e328af16251035082a2db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-11T06:44:40.000Z",
      "commit": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
      "fileid": "ea948159acad724b9be4deab0faebbe7a8a9f59e5ef29a0c454657e47adfc9bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.3",
      "date": "2026-05-11T06:44:45.000Z",
      "commit": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
      "fileid": "cb68d9a1337dadaefaeb848edacf28b4971a884a11e152ad8ca34ff2157f2e24",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.3",
      "date": "2026-05-22T11:54:34.000Z",
      "commit": "b565b6799b40a6b17f8f548bfa6eac2f5bf2376a",
      "fileid": "4c81e2be40886d930ff7d2feb43fb99acac56ebbfcbb5e24b254efd5ae1c8b0e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/abeith/actions/runs/25654486141"
    }
  ]
}