Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
Taudio - 10.3.0
Guides
Getting Started
Installation
PCM Dart Streams
AudioSession
Codecs
Logger
Temporary files
PCM files
On Progress
Flutter Sound on web
Upgrade to Taudio
Examples
Simple Playback
Simple Recorder
Dart Streams
Record to stream
Play Stream without flow control
Play Stream with flow control
Play from Mic
Player OnProgress
Recorder OnProgress
Multi Playback
Set Volume
Set Speed
Seek Player
Sound Effects
Set Log Level
Demo
The τ family
Flutter Sound
Etau
Tau_web
Tauweb
Tau_war
Tauwar
API ref.
Player class
Recorder class
Helper class
Contributions
Dev
CHANGELOG
LICENSE
Live Example
Repository
pub.dev
Live Examples
Changelog
Repo
pub.dev
Etau
Flutter Sound
isPlaying property - FlutterSoundPlayer class - flutter_sound_player library - Dart API
menu
taudio
public/fs/flutter_sound_player.dart
FlutterSoundPlayer
isPlaying property
isPlaying
dark_mode
light_mode
isPlaying
property
bool
get
isPlaying
Test the Player State
See also
playerState
isPaused
isStopped
Implementation
bool get isPlaying => _playerState == PlayerState.isPlaying;
taudio
flutter_sound_player
FlutterSoundPlayer
isPlaying property
FlutterSoundPlayer class