{"id":19809639,"url":"https://github.com/openvpi/labelvoice","last_synced_at":"2025-05-01T08:31:01.788Z","repository":{"id":60716091,"uuid":"542686230","full_name":"openvpi/LabelVoice","owner":"openvpi","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-25T08:32:32.000Z","size":323,"stargazers_count":5,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T11:11:58.496Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openvpi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-28T16:27:48.000Z","updated_at":"2022-10-14T09:56:35.000Z","dependencies_parsed_at":"2023-01-20T10:50:13.511Z","dependency_job_id":null,"html_url":"https://github.com/openvpi/LabelVoice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvpi%2FLabelVoice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvpi%2FLabelVoice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvpi%2FLabelVoice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openvpi%2FLabelVoice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openvpi","download_url":"https://codeload.github.com/openvpi/LabelVoice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251847564,"owners_count":21653548,"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":"2024-11-12T09:17:35.632Z","updated_at":"2025-05-01T08:31:01.391Z","avatar_url":"https://github.com/openvpi.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LabelVoice Dev Note\n\n\n## Specifications \u0026 Designs\n\nSpecifications are at the `docs/` folder (only Chinese version for now).\n\n\n## 2022/10/2 added wav plot:\n- Note: As for now, the wav plot needs some extra setup on Linux and Mac, see: https://scottplot.net/faq/dependencies/.\nIn `App.axaml.cs`:\n```\nString mainWindow = \"main\";\n// String mainWindow = \"wav\";\nif (mainWindow == \"main\")\n{\n    desktop.MainWindow = new MainWindow\n    {\n        DataContext = new MainWindowViewModel(),\n    };\n}\nelse if (mainWindow == \"wav\")\n{\n    desktop.MainWindow = new WavPlotWindow();\n}\n```\nIf `mainWindow == \"wav\"`, the wav plot window will be loaded.\n\n\n## Build Instructions\n\n### FFmpeg\n\nIf you're using `FFmpegWaveProvider` or other components related to FFmpeg, you should specify a directory containing all required shared libraries of FFmpeg for `FFmpeg.AutoGen` to call, then register the path at the program entry by setting `ffmpeg.RootPath`. The following libraries are mandatorily required.\n\n+ avformat\n+ avcodec\n+ avutil\n+ swresample\n\nAlternatively, you can just place all required libraries at the same directory as the application.\n\nYou can also call `FFmpegWaveProvider.LibrariesExists()` to check if the shared libraries are available.\n\nGet FFmpeg binary release at https://github.com/wang-bin/avbuild.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenvpi%2Flabelvoice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenvpi%2Flabelvoice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenvpi%2Flabelvoice/lists"}