Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Functions missing in sound API #127

Closed
@FlutterIssues

Description

@FlutterIssues

Issue by vlidholt
Thursday Aug 13, 2015 at 23:45 GMT
Originally opened as https://github.com/flutter/engine/issues/611


In order of priority:

  • SoundTrack:s cannot be looped (needed for background music)
  • There are no callbacks when SoundTrack:s complete
  • SoundTrack:s cannot control the volume (would be required for fading/mixing different music tracks)
  • SoundEffect:s should use Android's SoundPool classes instead of MediaPlayer (required for the following bullets)
  • SoundEffect:s are missing looping, volume, pitch, and pan controls (required for positional audio)
  • SoundEffectStream:s are not being properly deleted when finished playing and thus leaking memory
  • SoundTrack:s are not being properly deleted when finished playing and thus leaking memory
  • All other missing callbacks for SoundTrack and SoundEffect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions