Code Monkey home page Code Monkey logo

just_audio_libwinmedia's Introduction

just_audio_libwinmedia

The libwinmedia implementation of just_audio.

⚠️ Deprecated

The project is now archived. The library that is used by this plugin to implement the audio playback features (libwinmedia) is now deprecated, which makes impossible to continue to maintain this plugin.

  • Inefficient Linux support: using WebKit limits the possibilities of audio management
  • Unnecessary abstraction: it's better to make separated implementations
  • Unsafe: crashes due to JS interop
  • No backward compatibility: only Windows 10+ is supported
  • No embedded Linux support: it cannot be used on non-GTK Flutter embedders like flutter-pi

So, what to use?

For Windows, you can use just_audio_windows, which is a just_audio implementation using native code for windows.

For Linux, you can use just_audio_mpv, which uses mpv_dart

Installation

Add the just_audio_libwinmedia dependency to your pubspec.yaml alongside with just_audio:

dependencies:
  just_audio: any # substitute version number
  just_audio_libwinmedia: any # substitute version number

Linux

Install the required packages before building your app.

sudo apt-get install libwebkit2gtk-4.0-dev

Features

Feature Windows Linux
read from URL
read from file
read from asset
read from byte stream
request headers
DASH
HLS
ICY metadata
buffer status/position
play/pause/seek
set volume/speed
clip audio
playlists
looping/shuffling
compose audio
gapless playback
report player errors
handle phonecall interruptions
buffering/loading options
set pitch
skip silence
equalizer
volume boost

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.