{
  "_id": "6a101604acfb0bcc41c84447",
  "Package": "callsync",
  "Type": "Package",
  "Title": "Recording Synchronisation, Call Detection and Assignment, Audio\nAnalysis",
  "Version": "0.2.5",
  "Authors@R": "c(person(\"Simeon Q.\", \"Smeele\", email = \"simeonqs@hotmail.com\", role = c(\"cre\",\"aut\")),\nperson(\"Stephen A.\", \"Tyndel\", email = \"styndel@ab.mpg.de\", role = c(\"ctb\")))",
  "Description": "Intended to analyse recordings from multiple microphones\n(e.g., backpack microphones in captive setting). It allows\nusers to align recordings even if there is non-linear drift of\nseveral minutes between them. A call detection and assignment\npipeline can be used to find vocalisations and assign them to\nthe vocalising individuals (even if the vocalisation is picked\nup on multiple microphones). The tracing and measurement\nfunctions allow for detailed analysis of the vocalisations and\nfiltering of noise. Finally, the package includes a function to\nrun spectrographic cross correlation, which can be used to\ncompare vocalisations. It also includes multiple other\nfunctions related to analysis of vocal behaviour.",
  "License": "GPL-3",
  "URL": "https://github.com/simeonqs/callsync",
  "BugReports": "https://github.com/simeonqs/callsync/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev libsndfile1-dev",
  "Repository": "https://simeonqs.r-universe.dev",
  "Date/Publication": "2025-05-27 07:12:11 UTC",
  "RemoteUrl": "https://github.com/simeonqs/callsync",
  "RemoteRef": "HEAD",
  "RemoteSha": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 08:43:40 UTC",
    "User": "root"
  },
  "Author": "Simeon Q. Smeele [cre, aut],\nStephen A. Tyndel [ctb]",
  "Maintainer": "Simeon Q. Smeele <simeonqs@hotmail.com>",
  "MD5sum": "3d777ac7b3705e7500316f10d4489cde",
  "_user": "simeonqs",
  "_type": "src",
  "_file": "callsync_0.2.5.tar.gz",
  "_fileid": "7c1e690048851f782f693c9e040bc72f2a0e4f4c081c79efd9e20e07ce32a9ce",
  "_filesize": 1010261,
  "_sha256": "7c1e690048851f782f693c9e040bc72f2a0e4f4c081c79efd9e20e07ce32a9ce",
  "_created": "2026-05-14T08:43:40.000Z",
  "_published": "2026-05-22T08:38:28.633Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77345193729,
      "time": 166,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6990611623"
    },
    {
      "job": 77345193600,
      "time": 166,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990611984"
    },
    {
      "job": 77345193773,
      "time": 173,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7010925381"
    },
    {
      "job": 77345193576,
      "time": 162,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990602456"
    },
    {
      "job": 77345193036,
      "time": 288,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990566706"
    },
    {
      "job": 77345192951,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156329115"
    },
    {
      "job": 77345193219,
      "time": 112,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6990597413"
    },
    {
      "job": 77345193469,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6990597282"
    },
    {
      "job": 77345193527,
      "time": 122,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990600590"
    }
  ],
  "_buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/simeonqs/callsync",
  "_commit": {
    "id": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
    "author": "Simeon Quirinus Smeele <48213863+simeonqs@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md\n\nRemoving dependencies badge, which was broken.",
    "time": 1748329931
  },
  "_maintainer": {
    "name": "Simeon Q. Smeele",
    "email": "simeonqs@hotmail.com",
    "login": "simeonqs",
    "twitter": "@Simeonqs",
    "uuid": 48213863
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.10",
      "role": "Imports"
    },
    {
      "package": "oce",
      "version": ">= 1.7",
      "role": "Imports"
    },
    {
      "package": "seewave",
      "version": ">= 2.2.0",
      "role": "Imports"
    },
    {
      "package": "signal",
      "version": ">= 0.7",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.1",
      "role": "Imports"
    },
    {
      "package": "tuneR",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "scales",
      "version": ">= 1.2.1",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "simeonqs",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-22",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "alignment",
    "audio-processing",
    "bioacoustics",
    "detection",
    "fundamental-frequency",
    "software",
    "spectrogram"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "simeonqs",
      "count": 223,
      "uuid": 48213863
    }
  ],
  "_userbio": {
    "uuid": 48213863,
    "type": "user",
    "name": "Simeon Quirinus Smeele",
    "description": "Tenure track researcher at Ecoscience, Aarhus University. Working on passive acoustic monitoring of bats and parrot communication."
  },
  "_downloads": {
    "count": 250,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/callsync"
  },
  "_devurl": "https://github.com/simeonqs/callsync",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/callsync.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/simeonqs/callsync",
  "_realowner": "simeonqs",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.3",
      "date": "2023-01-20"
    },
    {
      "version": "0.0.6",
      "date": "2023-02-15"
    },
    {
      "version": "0.2.1",
      "date": "2024-03-08"
    },
    {
      "version": "0.2.3",
      "date": "2024-05-24"
    }
  ],
  "_exports": [
    "align",
    "better.spectro",
    "calc.am",
    "calc.fm",
    "calc.perf",
    "call.assign",
    "call.detect",
    "call.detect.multiple",
    "create.spec.object",
    "detect.and.assign",
    "export.detections",
    "load.selection.table",
    "load.selection.tables",
    "load.selection.tables.audacity",
    "load.wave",
    "measure.trace",
    "measure.trace.multiple",
    "o.to.m",
    "run.spcc",
    "simple.cc",
    "sliding.pixel.comparison",
    "trace.fund"
  ],
  "_help": [
    {
      "page": "align",
      "title": "align",
      "topics": [
        "align"
      ]
    },
    {
      "page": "better.spectro",
      "title": "better.spectro",
      "topics": [
        "better.spectro"
      ]
    },
    {
      "page": "calc.am",
      "title": "calc.am",
      "topics": [
        "calc.am"
      ]
    },
    {
      "page": "calc.fm",
      "title": "calc.fm",
      "topics": [
        "calc.fm"
      ]
    },
    {
      "page": "calc.perf",
      "title": "calc.perf",
      "topics": [
        "calc.perf"
      ]
    },
    {
      "page": "call.assign",
      "title": "call.assign",
      "topics": [
        "call.assign"
      ]
    },
    {
      "page": "call.detect",
      "title": "call.detect",
      "topics": [
        "call.detect"
      ]
    },
    {
      "page": "call.detect.multiple",
      "title": "call.detect.multiple",
      "topics": [
        "call.detect.multiple"
      ]
    },
    {
      "page": "callsync",
      "title": "callsync: sychronous analysis of multiple microphones",
      "topics": [
        "callsync-package",
        "callsync"
      ]
    },
    {
      "page": "create.spec.object",
      "title": "create.spec.object",
      "topics": [
        "create.spec.object"
      ]
    },
    {
      "page": "detect.and.assign",
      "title": "detect.and.assign",
      "topics": [
        "detect.and.assign"
      ]
    },
    {
      "page": "export.detections",
      "title": "export.detections",
      "topics": [
        "export.detections"
      ]
    },
    {
      "page": "load.selection.table",
      "title": "load.selection.table",
      "topics": [
        "load.selection.table"
      ]
    },
    {
      "page": "load.selection.tables",
      "title": "load.selection.tables",
      "topics": [
        "load.selection.tables"
      ]
    },
    {
      "page": "load.selection.tables.audacity",
      "title": "load.selection.tables.audacity",
      "topics": [
        "load.selection.tables.audacity"
      ]
    },
    {
      "page": "load.wave",
      "title": "load.wave",
      "topics": [
        "load.wave"
      ]
    },
    {
      "page": "measure.trace",
      "title": "measure.trace",
      "topics": [
        "measure.trace"
      ]
    },
    {
      "page": "measure.trace.multiple",
      "title": "measure.trace.multiple",
      "topics": [
        "measure.trace.multiple"
      ]
    },
    {
      "page": "o.to.m",
      "title": "o.to.m",
      "topics": [
        "o.to.m"
      ]
    },
    {
      "page": "run.spcc",
      "title": "run.spcc",
      "topics": [
        "run.spcc"
      ]
    },
    {
      "page": "simple.cc",
      "title": "simple.cc",
      "topics": [
        "simple.cc"
      ]
    },
    {
      "page": "sliding.pixel.comparison",
      "title": "sliding.pixel.comparison",
      "topics": [
        "sliding.pixel.comparison"
      ]
    },
    {
      "page": "trace.fund",
      "title": "trace.fund",
      "topics": [
        "trace.fund"
      ]
    }
  ],
  "_readme": "https://github.com/simeonqs/callsync/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "farver",
    "generics",
    "glue",
    "gsw",
    "labeling",
    "lifecycle",
    "magrittr",
    "MASS",
    "oce",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "rlang",
    "scales",
    "seewave",
    "signal",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "tuneR",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "examples_main_functions_callsync.Rmd",
      "filename": "examples_main_functions_callsync.html",
      "title": "Examples main functions callsync",
      "author": "Simeon Q. Smeele and Stephen A. Tyndel",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Load libraries and settings block",
        "Major alignment",
        "Call detection and assignment",
        "Trace fundamental frequency",
        "Analyse the traces",
        "Further examples and maintenance",
        "Acknowledgements"
      ],
      "created": "2024-03-06 07:41:44",
      "modified": "2024-03-07 14:56:31",
      "commits": 5
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "callsync",
  "_universes": [
    "simeonqs"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-14T08:45:54.000Z",
      "distro": "noble",
      "commit": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
      "fileid": "736c15cc4cebbd2f7340c3eeeac6a634c82f46e4cfef055af9492ff902c74dea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-14T08:45:58.000Z",
      "distro": "noble",
      "commit": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
      "fileid": "3050ea6d7b0af793d93b6813707ebebf7fea9cf9a2ca59f0a36f73cdca55a7e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-15T05:48:51.000Z",
      "commit": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
      "fileid": "ddc9153ff9ad9a4ca3a50c7cb27c3cca63f3dfb25b7a6bc1cc245d6e004d3403",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-14T08:45:36.000Z",
      "commit": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
      "fileid": "ddf904efd35ed3de7a4e12cb059d3c596b23f79b99201bda2442653c6e843be2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-14T08:44:57.000Z",
      "commit": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
      "fileid": "16003fe6357300b86ad05cf10e0b9077239667fd8cc2351deb981a6fda015a99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-14T08:44:56.000Z",
      "commit": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
      "fileid": "65cc2799e05bb5bf68bf056f392d34d45cce19d5f24276a8f553fc5ba23a2ee9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-14T08:45:08.000Z",
      "commit": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
      "fileid": "70b6fe1cd99818f4c3c2baf51b9fc0a5d4075a02ad5e052bb73fcbbef50d2c44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.5",
      "date": "2026-05-22T08:38:12.000Z",
      "commit": "69d83d8a0f7eb015023f39c50838c2baf705a3bc",
      "fileid": "eb3bf8c30b4074139da955fad0e87de7a72b7c29bf62b53b9a6d74fd8d31eab9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/simeonqs/actions/runs/25850532393"
    }
  ]
}