{"id":13784856,"url":"https://github.com/bdlukaa/just_audio_libwinmedia","last_synced_at":"2025-05-11T20:31:17.263Z","repository":{"id":40678844,"uuid":"408177663","full_name":"bdlukaa/just_audio_libwinmedia","owner":"bdlukaa","description":"Libwinmedia implementation of just_audio.","archived":true,"fork":false,"pushed_at":"2022-06-27T20:42:56.000Z","size":53,"stargazers_count":11,"open_issues_count":15,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-04T20:54:10.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/bdlukaa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-09-19T16:25:35.000Z","updated_at":"2023-12-27T14:42:11.000Z","dependencies_parsed_at":"2022-09-01T06:41:49.224Z","dependency_job_id":null,"html_url":"https://github.com/bdlukaa/just_audio_libwinmedia","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/bdlukaa%2Fjust_audio_libwinmedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdlukaa%2Fjust_audio_libwinmedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdlukaa%2Fjust_audio_libwinmedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdlukaa%2Fjust_audio_libwinmedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdlukaa","download_url":"https://codeload.github.com/bdlukaa/just_audio_libwinmedia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253631978,"owners_count":21939369,"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-08-03T19:00:53.365Z","updated_at":"2025-05-11T20:31:16.993Z","avatar_url":"https://github.com/bdlukaa.png","language":"Dart","funding_links":[],"categories":["Packages"],"sub_categories":[],"readme":"# just_audio_libwinmedia\n\nThe [libwinmedia](https://github.com/harmonoid/libwinmedia/tree/master/flutter#libwinmediadart) implementation of [`just_audio`](https://github.com/ryanheise/just_audio).\n\n## ⚠️ Deprecated\n\nThe project is now archived. The library that is used by this plugin to implement the audio playback features ([libwinmedia](https://github.com/harmonoid/libwinmedia)) is now deprecated, which makes impossible to continue to maintain this plugin. \n\n- **Inefficient Linux support**: using WebKit limits the possibilities of audio management\n- **Unnecessary abstraction**: it's better to make separated implementations\n- **Unsafe**: crashes due to JS interop\n- **No backward compatibility**: only Windows 10+ is supported\n- **No embedded Linux support**: it cannot be used on non-GTK Flutter embedders like flutter-pi\n\n### So, what to use?\n\nFor Windows, you can use [just_audio_windows](https://pub.dev/packages/just_audio_windows), which is a just_audio implementation using native code for windows.\n\nFor Linux, you can use [just_audio_mpv](https://pub.dev/packages/just_audio_mpv), which uses `mpv_dart`\n\n## Installation\n\nAdd the [just_audio_libwinmedia](https://pub.dev/packages/just_audio_libwinmedia) dependency to your `pubspec.yaml` alongside with `just_audio`:\n\n```yaml\ndependencies:\n  just_audio: any # substitute version number\n  just_audio_libwinmedia: any # substitute version number\n```\n\n### Linux\n\nInstall the required packages before building your app.\n\n```\nsudo apt-get install libwebkit2gtk-4.0-dev\n```\n\n## Features\n\n| Feature                        | Windows | Linux |\n| ------------------------------ | :-----: | :---: |\n| read from URL                  |   ✅    |  ✅   |\n| read from file                 |   ✅    |  ✅   |\n| read from asset                |   ✅    |  ✅   |\n| read from byte stream          |         |       |\n| request headers                |         |       |\n| DASH                           |   ✅    |       |\n| HLS                            |   ✅    |       |\n| ICY metadata                   |         |       |\n| buffer status/position         |   ✅    |  ✅   |\n| play/pause/seek                |   ✅    |  ✅   |\n| set volume/speed               |   ✅    |  ✅   |\n| clip audio                     |         |       |\n| playlists                      |   ✅    |  ✅   |\n| looping/shuffling              |   ✅    |  ✅   |\n| compose audio                  |         |       |\n| gapless playback               |   ✅    |       |\n| report player errors           |   ✅    |  ✅   |\n| handle phonecall interruptions |         |       |\n| buffering/loading options      |         |       |\n| set pitch                      |         |       |\n| skip silence                   |         |       |\n| equalizer                      |         |       |\n| volume boost                   |         |       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdlukaa%2Fjust_audio_libwinmedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdlukaa%2Fjust_audio_libwinmedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdlukaa%2Fjust_audio_libwinmedia/lists"}