{"id":20297083,"url":"https://github.com/takaswie/hinawa-utils","last_synced_at":"2025-09-13T22:44:07.422Z","repository":{"id":4390831,"uuid":"49029019","full_name":"takaswie/hinawa-utils","owner":"takaswie","description":"Python 3 module and scripts to handle Audio and Music units on  IEEE1394 bus via libhinawa API with a help of PyGObject.","archived":false,"fork":false,"pushed_at":"2024-06-18T23:56:28.000Z","size":774,"stargazers_count":18,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-02T20:48:36.054Z","etag":null,"topics":["alsa","distutils","ieee1394","pygobject","python3-library","python3-script"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takaswie.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2016-01-04T23:13:32.000Z","updated_at":"2025-03-03T21:38:48.000Z","dependencies_parsed_at":"2024-06-19T06:09:15.414Z","dependency_job_id":null,"html_url":"https://github.com/takaswie/hinawa-utils","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/takaswie/hinawa-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takaswie%2Fhinawa-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takaswie%2Fhinawa-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takaswie%2Fhinawa-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takaswie%2Fhinawa-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takaswie","download_url":"https://codeload.github.com/takaswie/hinawa-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takaswie%2Fhinawa-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275038261,"owners_count":25394640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alsa","distutils","ieee1394","pygobject","python3-library","python3-script"],"created_at":"2024-11-14T15:43:48.351Z","updated_at":"2025-09-13T22:44:07.392Z","avatar_url":"https://github.com/takaswie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"============\nhinawa-utils\n============\n\n2024/02/01\nTakashi Sakamoto\n\nDisclaimer\n==========\n\nThis project is under maintenance mode. It's probable just to fix minor issues\nwhen reported, while any integration for new features is not planned.\n\nAs an alternative, `snd-firewire-ctl-services \u003chttps://github.com/alsa-project/snd-firewire-ctl-services\u003e`_ project\nis available with more integrated framework. Users are expected to migrate to it.\n\nIntroduction\n============\n\nThis batch of Python 3 codes consists of modules and scripts to control\nAudio and Music units on IEEE 1394 bus, with a help of PyGObject for\ngobject-introspection to libhinawa and libhitaki APIs.\n\nThe modules include applications of below specifications:\n\n* IEEE 1212:2001 - IEEE Standard for a Control and Status Registers (CSR)\n  Architecture for Microcomputer Buses\n* IEEE 1394:2008 - IEEE Standard for a High-Performance Serial Bus\n* AV/C Digital Interface Command Set General Specification Version 4.2\n  (Sep. 2004, 1394 Trade Association)\n* AV/C Audio Subunit Specification 1.0 (Oct. 2000, 1394 Trade Association)\n* AV/C Connection and Compatibility Management Specification 1.1\n  (Mar. 2003, 1394 Trade Association)\n* Configuration ROM for AV/C Devices 1.0 (Dec. 2000, 1394 Trade Association)\n* AV/C Stream Format Information Specification 1.1 - Working draft\n  revision 0.5 (Apr. 2005, 1394 Trade Association)\n* Vendor specific protocols:\n   * Some protocols for BridgeCo Enhanced Break Out Box (BeBoB) of\n     BridgeCo AG.\n   * General and extended protocol for Digital Interface Communication\n     Engine (DICE) of TC Applied Technologies and ASICs of DiceII,\n     TCD2210 (Dice Mini), TCD2220 (Dice Jr.).\n   * Protocol for Fireworks board module of Echo Audio corporation.\n   * Protocol for Digi 00x series of Digidesign.\n   * Protocol for FireWire series of TEAC (TASCAM).\n   * Common protocol for each generation of FireWire series of Mark of\n     the Unicorn (MOTU).\n   * Protofol for Fireface series of RME GmbH.\n   * Some protocols specific to manufacturer.\n\nCLI tools to control Audio and Music unit on IEEE 1394 bus\n==========================================================\n\n* hinawa-config-rom-printer\n   * A lexer/parser of configuration ROM on IEEE 1394 bus\n* hinawa-bebob-plug-parser\n   * Plug structure parser for BeBoB firmware\n* hinawa-bebob-connection-cli\n   * Signal connection management between plugs of subunits for BeBoB firmware\n* hinawa-alesis-io-cli\n   * CLI tool for Alesis iO|14 and iO|26\n* hinawa-apogee-duet-cli\n   * CLI tool for Apogee Duet FireWire\n* hinawa-apogee-ensemble-cli\n   * CLI tool for Apogee Ensemble\n* hinawa-dg00x-common-cli\n   * CLI tool for common functionalities of Digidesign Digi 00x family\n* hinawa-dg003-cli\n   * CLI tool for functionalities specific to Digidesign Digi 003 family\n* hinawa-dice-common-cli\n   * CLI tool for Dice common functionalities\n* hinawa-dice-extension-cli\n   * CLI tool for Dice extended functionalities\n* hinawa-fireface-cli\n   * CLI tool for RME Fireface series\n* hinawa-fireworks-cli\n   * CLI tool for Echo Audio Fireworks module\n* hinawa-griffin-firewave-cli\n   * CLI tool for Griffin Firewave\n* hinawa-lacie-speakers-cli\n   * CLI tool for Lacie FireWire speakers\n* hinawa-motu-common-cli\n   * CLI tool for MOTU FireWire series\n* hinawa-maudio-bebob-cli\n   * CLI tool for M-Audio FireWire series based on BeBoB solution\n* hinawa-oxfw-generic-cli\n   * CLI tool for OXFW generic functionalities\n* hinawa-tascam-fireone-cli\n   * CLI tool for Tascam FireOne\n* hinawa-tascam-fw-rack-cli\n   * CLI tool for rack models of Tascam FireWire series (FW1804)\n* hinawa-tascam-fw-console-cli\n   * CLI tool for console models of Tascam FireWire series (FW1082/1884)\n* hinawa-yamaha-terratec-cli\n   * CLI tool for Yamaha GO series and Terratec PHASE series\n* hinawa-focusrite-saffirepro-io-cli\n   * CLI tool for Focusrite SaffirePro IO series\n\nRequirements\n============\n\n* Python 3.4 or later\n   * https://docs.python.org/3/library/enum.html\n   * https://docs.python.org/3/library/pathlib.html\n* PyGObject\n   * https://gitlab.gnome.org/GNOME/pygobject\n* libhinawa 4.0.0 or later, with gir support\n   * https://git.kernel.org/pub/scm/libs/ieee1394/libhinawa.git/\n* libhitaki 0.2 or later, with gir support\n   * https://github.com/alsa-project/libhitaki\n\nLicense\n=======\n\n* All modules are licensed under GNU Lesser General Public License version 3 or\n  later.\n* All scripts are licensed under GNU General Public License version 3 or later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakaswie%2Fhinawa-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakaswie%2Fhinawa-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakaswie%2Fhinawa-utils/lists"}