{"id":37132951,"url":"https://github.com/gotmc/taffmat","last_synced_at":"2026-01-14T15:31:38.676Z","repository":{"id":57551572,"uuid":"238920652","full_name":"gotmc/taffmat","owner":"gotmc","description":"Go package for reading and writing Teac TAFFmat files.","archived":false,"fork":false,"pushed_at":"2024-04-08T11:25:24.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:51:10.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gotmc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-07T12:48:03.000Z","updated_at":"2023-08-15T14:52:36.000Z","dependencies_parsed_at":"2024-04-08T12:45:04.898Z","dependency_job_id":null,"html_url":"https://github.com/gotmc/taffmat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gotmc/taffmat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Ftaffmat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Ftaffmat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Ftaffmat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Ftaffmat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gotmc","download_url":"https://codeload.github.com/gotmc/taffmat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gotmc%2Ftaffmat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T15:31:36.608Z","updated_at":"2026-01-14T15:31:38.670Z","avatar_url":"https://github.com/gotmc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# taffmat\n\nGo package for reading and writing TEAC TAFFmat files.\n\n[![GoDoc][godoc image]][godoc link]\n[![Go Report Card][report badge]][report card]\n[![Build Status][travis image]][travis link]\n[![License Badge][license image]][LICENSE.txt]\n\n## About the TAFFmat file format\n\nTAFFmat is TEAC's proprietary file format used to store data from their\nLX series and other data recorders.\n\nAccording to the TEAC \"LX Series Recording Unit Instruction Manual\":\n\n\u003e  TAFFmat (an acronym for TEAC Data Acquisition File Format) is a\n\u003e  file format composed of the following:\n\u003e\n\u003e  - a data file containing A/D (analog to digital) converted data. The\n\u003e    file is binary format with the extension dat.\n\u003e  - a header file containing information such as recording\n\u003e    conditions. The file is in text format with the extension hdr.\n\nTAFFmat is a trademark of [TEAC Corporation][teac].\n\n### Data Recorders Using TAFFmat\n\nThe following data recorders store their data in the TAFFmat file format:\n\n- TEAC [LX-10/20][]\n- TEAC [LX-110/120][]\n- TEAC [WX-7000 Series][]\n- TEAC [es8][]\n\n# Installation\n\n```bash\n$ go get github.com/gotmc/taffmat\n```\n\n# Documentation\n\nDocumentation can be found at either:\n\n- \u003chttps://godoc.org/github.com/gotmc/taffmat\u003e\n- \u003chttp://localhost:6060/pkg/github.com/gotmc/taffmat/\u003e after running `$\n  godoc -http=:6060`\n\n# Contributing\n\nTo contribute, fork [taffmat][], create a feature branch, and then submit a\n[pull request][].\n\n# Testing\n\nPrior to submitting a [pull request][], please run:\n\n```bash\n$ make check\n```\n\nTo update and view the test coverage report:\n\n```bash\n$ make cover\n```\n\n## License\n\n[taffmat][] is released under the MIT license. Please see the\n[LICENSE.txt][] file for more information.\n\n[es8]: http://teac-ipd.com/data-recorders/es8/\n[godoc image]: https://godoc.org/github.com/gotmc/libusb?status.svg\n[godoc link]: https://godoc.org/github.com/gotmc/libusb\n[taffmat]: https://github.com/gotmc/taffmat\n[LICENSE.txt]: https://github.com/gotmc/taffmatb/blob/master/LICENSE.txt\n[license image]: https://img.shields.io/badge/license-MIT-blue.svg\n[LX-10/20]: http://www.teac.co.jp/en/industry/measurement/datarecorder/lx10/index.html\n[LX-110/120]: http://teac-ipd.com/data-recorders/lx-110120/\n[pull request]: https://help.github.com/articles/using-pull-requests\n[report badge]: https://goreportcard.com/badge/github.com/gotmc/taffmat\n[report card]: https://goreportcard.com/report/github.com/gotmc/taffmat\n[teac]: https://www.teac.co.jp/int/\n[travis image]: http://img.shields.io/travis/gotmc/taffmat/master.svg\n[travis link]: https://travis-ci.org/gotmc/taffmat\n[WX-7000 Series]: http://teac-ipd.com/wx-7000/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotmc%2Ftaffmat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgotmc%2Ftaffmat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgotmc%2Ftaffmat/lists"}