{"id":18582747,"url":"https://github.com/sikelio/sikontrol","last_synced_at":"2026-04-13T13:32:38.656Z","repository":{"id":229443644,"uuid":"773333432","full_name":"sikelio/sikontrol","owner":"sikelio","description":"Desktop app for controlling through websocket the media and volume of a Windows computer. It's like a volume / audio mixer but remotly usable","archived":false,"fork":false,"pushed_at":"2024-04-21T20:54:49.000Z","size":1962,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-16T04:34:32.662Z","etag":null,"topics":["audio-controller","audio-mixer","desktop-app","remote-control","rust","rust-lang","socket-io","tauri","tauri-app","typescript","volume-control","volume-mixer","websocket"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sikelio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-17T11:42:12.000Z","updated_at":"2024-04-04T04:22:33.000Z","dependencies_parsed_at":"2024-03-26T22:22:20.308Z","dependency_job_id":"2629d5bc-0609-4937-9849-e847ce7f32e9","html_url":"https://github.com/sikelio/sikontrol","commit_stats":null,"previous_names":["sikelio/sikontrol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sikelio/sikontrol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sikelio%2Fsikontrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sikelio%2Fsikontrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sikelio%2Fsikontrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sikelio%2Fsikontrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sikelio","download_url":"https://codeload.github.com/sikelio/sikontrol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sikelio%2Fsikontrol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"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":["audio-controller","audio-mixer","desktop-app","remote-control","rust","rust-lang","socket-io","tauri","tauri-app","typescript","volume-control","volume-mixer","websocket"],"created_at":"2024-11-07T00:14:12.998Z","updated_at":"2026-04-13T13:32:38.629Z","avatar_url":"https://github.com/sikelio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sikontrol\n\n## About\n\nRenewed version of Sikontrol Legacy ([Sikontrol](https://github.com/sikelio/sikontrol-legacy) \u0026 [Sikontrol App](https://github.com/sikelio/sikontrol-app-legacy)).\n\nIt still desktop app for starting a websocket instance though [socketioxide](https://github.com/Totodore/socketioxide) to control the main and apps. Currently there is no Android or iOS app to connect to the instance, but it will come. I'm waiting on the release of the [V2 of Tauri](https://beta.tauri.app/blog/tauri-2-0-0-beta/) who will support mobile developpment.\n\nThis project is now written in [Typescript](https://www.typescriptlang.org/) and [Rust](https://www.rust-lang.org/) through the usage of [Tauri](https://tauri.app/). The mobile app will come later (may be with the usage of [Tauri V2](https://beta.tauri.app/blog/tauri-2-0-0-beta/)). This project still works under Socket IO but with [socketioxide](https://github.com/Totodore/socketioxide) crate.\n\nThe legacy version still work but isn't supported anymore. But I don't think you wanna see an ugly interface (it was my first functionnal project).\n\n## Why doing a renew ?\n\n[Electron JS](https://www.electronjs.org/) is nowadays not very appreciated because of the [Chromium](https://www.chromium.org/chromium-projects/) base layer and the usage of [Node JS](https://nodejs.org/en) for direct communication to the Windows API is really shitty.\n\nSo I decided to make a new version of this project, to learn [Rust](https://www.rust-lang.org/).\n\n## How to use\n\nPlease refer to the [wiki](https://github.com/sikelio/sikontrol/wiki).\n\nIf something is missing please let me now by opening an [issue](https://github.com/sikelio/sikontrol/issues).\n\n## Roadmap\n\nYou can either download the desktop app from the [release page](https://github.com/sikelio/sikontrol/releases) (coming soon) or clone the project and build it yourself.\n\nThe project is not yet ready but the basic functions (Play, Pause, Next, Prev) are yet implemented on the following Socket IO events by the usage of [socketioxide](https://github.com/Totodore/socketioxide).\n\n* Play or Pause : `play_pause`\n* Next Track : `next_track`\n* Prev Track : `prev_track`\n* Change Main Volume : `change_main_volume`\n* Change Apps Volmue : `change_app_volume`\n\nThe following functions are yet not implemented but will be in some time.\n\n* [IAudioSessionNotification](https://learn.microsoft.com/en-us/windows/win32/api/audiopolicy/nn-audiopolicy-iaudiosessionnotification) implementation : For getting new or deleted sessions\n* [IAudioSessionEvents](https://learn.microsoft.com/fr-fr/windows/win32/api/audiopolicy/nn-audiopolicy-iaudiosessionevents) implementation (in progress) : For getting sessions updates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsikelio%2Fsikontrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsikelio%2Fsikontrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsikelio%2Fsikontrol/lists"}