{"id":25979269,"url":"https://github.com/bjorg/radiantpi.trinnov.altitude","last_synced_at":"2025-03-05T06:29:12.787Z","repository":{"id":43833790,"uuid":"421693421","full_name":"bjorg/RadiantPi.Trinnov.Altitude","owner":"bjorg","description":"Client for controlling Trinnov Altitude","archived":false,"fork":false,"pushed_at":"2023-09-25T17:38:49.000Z","size":227,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T07:09:23.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bjorg.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}},"created_at":"2021-10-27T05:54:26.000Z","updated_at":"2022-09-01T22:43:15.000Z","dependencies_parsed_at":"2022-09-11T14:11:01.055Z","dependency_job_id":"fc417aff-9ea2-450c-bb0d-ab21d325bbb6","html_url":"https://github.com/bjorg/RadiantPi.Trinnov.Altitude","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjorg%2FRadiantPi.Trinnov.Altitude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjorg%2FRadiantPi.Trinnov.Altitude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjorg%2FRadiantPi.Trinnov.Altitude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjorg%2FRadiantPi.Trinnov.Altitude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjorg","download_url":"https://codeload.github.com/bjorg/RadiantPi.Trinnov.Altitude/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241978509,"owners_count":20051990,"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","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":"2025-03-05T06:29:12.164Z","updated_at":"2025-03-05T06:29:12.778Z","avatar_url":"https://github.com/bjorg.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RadiantPi.Trinnov.Altitude\n\n`TrinnovAltitudeClient` enables control of a Trinnov Altitude over Telnet. The library is platform agnostic and works on Windows or Linux, including on a Raspberry Pi.\n\nRun the `dotnet` command from your project folder to add the `RadiantPi.Trinnov.Altitude` assembly:\n```\ndotnet add package RadiantPi.Trinnov.Altitude\n```\n\nFind a description of the latest changes in the [release notes](ReleaseNotes.md).\n\n## Sample: Show Audio Codec\n\nUse `TrinnovAltitudeClient` to connect to an Trinnov Altitude processor and show audio codec changes.\n\n```csharp\nusing System;\nusing RadiantPi.Trinnov.Altitude;\n\n// initialize client\nusing var client = new TrinnovAltitudeClient(new() {\n    Host = \"192.168.1.180\",\n    Port = 44100\n});\n\n// hook-up event handlers\nclient.AudioDecoderChanged += delegate (object? sender, AudioDecoderChangedEventArgs args) {\n    Console.WriteLine($\"Audio Codec: Decoder='{args.Decoder}' Upmixer='{args.Upmixer}'\");\n};\n\n// connect to device\nawait client.ConnectAsync();\n\n// wait until the enter key is pressed\nConsole.WriteLine(\"Press ENTER to exit.\");\nConsole.ReadLine();\n```\n\n## Output\n\n```\nress ENTER to exit.\nAudio Codec: Decoder='DD' Upmixer='Dolby Surround'\nAudio Codec: Decoder='DTS:X MA' Upmixer='Neural:X'\n```\n\n# License\n\nThis application is distributed under the GNU Affero General Public License v3.0 or later.\n\nCopyright (C) 2020-2022 - Steve G. Bjorg","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjorg%2Fradiantpi.trinnov.altitude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjorg%2Fradiantpi.trinnov.altitude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjorg%2Fradiantpi.trinnov.altitude/lists"}