arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

CHANGELOG

hashtag
6.4.8

  • Documention is switched to Jekyll

hashtag
6.4.7

  • The two simple examples doing recording did not ask for recording permission.

hashtag
6.4.8

iOS : Rename AudioPlayer as AudioPlayerFlauto to avoid duplicate symbol with "just_audio: ^0.5.7".

hashtag
6.4.7

The two simple examples doing recording did not ask for recording permission.

hashtag
6.4.6

  • Fixes a bug in setAudioFocus() when the focus parameter is t_AUDIO_FOCUS.requestFocus

hashtag
6.4.5

  • Fixes an other problem in setAudioFocus() on Android and iOS

hashtag
6.4.4

  • Fixes a crash in setAudioFocus() on Android

hashtag
6.4.3

  • The documentation of the API is now generated by dartdoc.

  • The various traces done by Flutter Sound with the Dart code are now handled by 'util/log.dart'. (The traces done by iOS and Android are still hard coded).;

  • Fix a bug in Pause/Resume on the lock screen

hashtag
6.4.2

  • Syntaxe error in flutter_sound_web.podspec

hashtag
6.4.1

  • Little mistake in the Podspec file name for flutter_sound_web

hashtag
6.4.0

  • Flutter Sound is supported by Flutter Web. You can play with (still cannot record with Safari or any web browser on iOS : thank you Apple). You can . Issues : , and

hashtag
6.3.1

  • Fix a syntax error in the TauEngine build.gradle

  • English in the UI widget is now configurable

hashtag
6.3.0

  • On Android : Flutter Sound is now a wrapper around TauEngine

  • Add a new example doing Speech-To-Text. Thanks to @jtkeyva :-) .

hashtag
6.2.0

  • Publication on JCenter

hashtag
6.2.0

  • On iOS, Flutter Sound use now a Pod library : TauEngine

  • On iOS : startPlayer() from a remote URL returned too early (before downloading the file)

  • The loop example, (from the recorder to the player) has now a delay < 1 sec.

hashtag
6.1.2

  • Playback from a remote URL

hashtag
6.1.1

  • Volume control with the volume buttons, on Android.

hashtag
6.1.0

  • Re-design the modules architecture to be Google recommandations compliant. (We use a new dependency : flutter_sound_platform_interface)

  • openAudioSessionWithUI is now deprecated. Use the parameter withUI in openAudioSession() instead.

hashtag
6.0.1

  • Little bug in the Demo App : 48000 is not a valid Sample rate for AAC/ADTS

hashtag
6.0.0

  • Modification to the Widget Recorder UI, to be homogeneous with the Widget Player UI

  • Fix two severe bugs on Android in openAudioSessionWithUI and startPlayerFromTrack : those two functions returned too early instead of a future.

  • On iOS, the device did not go to sleep when idle, with the Flutter Sound default parameters.

hashtag
5.1.1

  • Fix various bugs in UI Widget

  • Add a button Pause/Resume in UI Widget Recorder

  • Add a button Pause/Resume in UI Widget Player

hashtag
5.1.0

  • Add a semaphore so that the App cannot do several call to Flutter Sound at the same time

  • On iOS : the "NowPlaying" info on the lockscreen is removed when the sound is finished or when the App does a stopPlayer(). Add parameter removeUIWhenStopped to startPlayerFromTrack(). (iOS only).

hashtag
5.0.2

Error returns from iOS in FlutterSoundPlayer.m was wrong :

hashtag
5.0.1

  • Flutter Sound V5 is published under the LGPL license.

hashtag
5.0.0

  • New API documentation

  • Changed the global enums names to CamelCase, to be conform with Google recommandations

  • Remove the OS dependant parameters from startRecorder()

hashtag
4.0.7

  • Patch to avoid problems when the App does a stopPlayer() during a startPlayer()

hashtag
4.0.6

  • Error returns from iOS in FlutterSoundPlayer.m was wrong :

hashtag
4.0.5

  • Fix as bug in the Focus gain, on iOS

hashtag
4.0.4+1

  • Fix a bug in resumeRecorder() on Android : the dbPeak Stream was not restored after a resume()

  • Fix a bug in resumeRecorder() : the returned value was sometimes a boolean instead of a String.

hashtag
4.0.3+1

  • Check the Initialization Status, before accessing Flutter Sound Modules

  • Fixes : Pausing a recording doesn't 'pause' the duration.

  • Fix a crash that we had when accessing the global variable AndroidActivity from BackGroundAudioSerice.java

hashtag
4.0.1+1

  • "s.static_framework = true" in flutter_sound.podspec

hashtag
4.0.0

  • Adds pedantic lints and major refactoring of example with bug fixes.

  • Native code is directely linked with FFmpeg. Flutter Sound App does not need any more to depends on flutter_ffmpeg and

  • Add a new parameter in the Track structure : albumArtFile

hashtag
3.1.10

  • Trying to catch Android crash during a dirty Timer.

hashtag
3.1.9

  • Trying to fix the Android crash when AndroidActivity is null

hashtag
3.1.8

  • Fix a bug ('async') when the app forget to initalize its Flutter Sound module.

hashtag
3.1.7

  • Codec PCM for recorder on iOS

  • Optional argument requestPermission before startRecorder() so that the App can control itself the recording permissions.

hashtag
3.1.6+1

  • Fix a bug when initializing for Flutter Embedded V1 on Android

  • Add _removePlayerCallback, _removeRecorderCallback() and _removeDbPeakCallback() inside release()

  • Fix conflict with permission_handler 5.x.x

hashtag
3.1.5

  • Fix README :

hashtag
3.1.4

  • Change dependecies in range

hashtag
3.1.3

  • The isRecording variable is false when the recorder is paused

hashtag
3.1.2

  • Flutter Sound depends on permission_handler: ^4.4.0

hashtag
3.1.0

  • flutter_sound modules are re-entrant and

    • We can open several FlutterSoundPlayer at the same time

    • We can open several

hashtag
3.0.0+1

  • bugfix

hashtag
3.0.0

  • Module flauto for controlling flutter_sound from the lock-screen and

    Highly honor , , :tada:!

hashtag
2.1.1

  • Handle custom audio path from .

hashtag
2.0.5

  • Hotfix

  • Use AAC-LC format instead of MPEG-4

hashtag
2.0.4

  • OGG/OPUS support on iOS

hashtag
2.0.3

  • Resolve

    • stopReocorder resolve path.

  • Resolve

hashtag
2.0.1

  • Add compatibility for android sdk 19.

  • Add androidx compatibility.

  • Resolve

hashtag
1.9.0

  • Fix issue

    • add functions

      . isEncoderSupported(t_CODEC codec);

      . isDecoderSupported(t_CODEC codec);

hashtag
1.7.0

  • startPlayerFromBuffer, to play from a buffer

hashtag
1.6.0

  • Set android default encoding option to AAC.

  • Fix android default poor sound.

    • Resolve

hashtag
1.5.2

  • Postfix GetDirectoryType to avoid conflicts

hashtag
1.5.1

  • Set android recorder encoder default value to AndroidEncoder.DEFAULT.

hashtag
1.5.0

  • Use NSCachesDirectory instead of NSTemporaryDirectory

hashtag
1.4.8

  • Resolve

hashtag
1.4.7

  • Resolve few issues on ios record path.

  • Resolve issue playing status so player can resume.

  • Resolve

hashtag
1.4.4

  • Stopped recording generating infinite db values

hashtag
1.4.3

  • Improved db calcs

hashtag
1.4.2

  • Fixed 'mediaplayer went away with unhandled events' bug

hashtag
1.4.1

  • Fixed 'mediaplayer went away with unhandled events' bug

hashtag
1.4.0

  • AndroidX compatibility improved

  • iOS: Fixes for seekToPlayer

  • iOS: Setup configuration for using bluetooth microphone recording input

hashtag
1.3.6

  • Android: Adds a single threaded command scheduler for all recording related

    commands.

  • Switch source & target compability to Java 8

  • Bump gradle plugin version dependencies

hashtag
1.3.+

  • Support db/meter

  • Show wrong recorder timer text

  • Add ability to specify Android & iOS encoder

hashtag
1.2.+

  • Fixed sound distorting when playing recorded audio again. Issue .

  • Fixed seekToPlayer for android. Issue .

  • Expose recorder sampleRate

hashtag
1.1.+

  • Released 1.1.0 with beautiful logo from mansa.

  • Improved readme.

  • Resolve #7.

hashtag
1.0.9

  • Reimport intl which is needed to format date in Dart.

hashtag
1.0.8

  • Implemented setVolume method.

  • Specific error messages given in android.

  • Manage ios player thread when audio is not loaded.

hashtag
1.0.7

  • Safer handling of progressUpdate in ios when audio is invalid.

hashtag
1.0.6

  • Fixed bug in platform specific code.

hashtag
1.0.5

  • Fixed pug in seekToPlayer in ios.

hashtag
1.0.3

  • Added license.

hashtag
1.0.0

  • Released preview version for audio recorder and player.

The Flutter Sound documentation is now handled by gitbook.

  • Fix bug in setUIProgressBar()

  • The output of dartanalyzer is now clean. The pub.dev score is 110/110 !

  • Two new very simple examples for Flutter Sound beginners

  • and
  • Fix compilation errors of the examples in LITE flavor #483arrow-up-right

  • Upgrade "recase" version dependency (thanks to @CRJFisher) #471arrow-up-right

    startPlayer() and startPlayerFromTrack() return a Future to the record duration instead of a void.

  • Flutter Sound FULL is now linked (again) with mobile-ffmpeg-audio 4.3.1.LTS. Please, look to the migration guidearrow-up-right

  • Fix a concurrency bug between whenFinished() and updateProgress() #441arrow-up-right

  • Android : minAndroidSdk is 18. (Tested on a SDK 18 emulator). SDK 18 is fine for the FlutterSoundPlayer, but the FlutterSoundRecorder needs at least 23. #400arrow-up-right

  • New helper API verb : pcmToWave()arrow-up-right to add a WAVE header in front of a Raw PCM record

  • New helper API verb : pcmToWaveBuffer()arrow-up-right to add a WAVE header in front of a Raw PCM buffer

  • New helper API verb : waveToPCM()arrow-up-right to remove a WAVE header in front of a Wave record

  • New helper API verb : waveToPCMBuffer()arrow-up-right to remove a WAVE header in front of a Wave buffer

  • startRecorder()arrow-up-right can now record Raw PCM Integers/Linear 16 files, both on iOS and Android (Look to a PCM discussion, herearrow-up-right)

  • startplayer()arrow-up-right can now play Raw PCM Integers/Linear 16 files, both on iOS and Android (Look to a PCM discussion, herearrow-up-right)

  • Fix concurrency bug, when the App does a stopRecorder() or pauseRecorder() during recorderTicker() processing, #443arrow-up-right

  • Fix a bug when we keep the device in pause mode on the iOS lock screen more than 30 seconds #451arrow-up-right

  • Recording PCM-Linear 16 to a live Stream (many, many, many requesters). Here a GettingStarted noticearrow-up-right

  • Playback PCM-Linear 16 from a live Stream (many, many, many requesters). Here a GettingStarted noticearrow-up-right

  • On iOS : the "NowPlaying" progress bar on the lockscreen is uptodated when the App does a seekToPlayer() #364arrow-up-right
  • On iOS : Add parameter defaultPauseResume to startPlayerFromTrack(). (iOS only).

  • On iOS : Add API verb getProgress(). (iOS only).

  • On iOS : Add API verb getPlayerState(). (iOS only).

  • On iOS : Add API verb nowPlaying(). (iOS only).

  • On iOS : Add API verb setUIProgressBar(). (iOS only). #376arrow-up-right

  • Fixes bug #380arrow-up-right, #385arrow-up-right

  • Fixes bug "AudioFlags and AudioSource not work as expect " #366arrow-up-right, #372arrow-up-right, #381arrow-up-right

  • New parameters in the SoundPlayerUI constructors for specifying colors, text style and slider style. #397arrow-up-right

  • Add a new parameter to startPlayer() : the Audio Focus requested
  • Support of new codecsarrow-up-right, both for Android and iOS.

  • Remove the authorization request from startRecorder()

  • Remove the NULL posted when the player or the recorder is closed.

  • The Audio Focus is NOT automaticaly abandoned between two startPlayer() or two startRecorder()

  • A new flutter plugin is born : flutter_sound_lite #291arrow-up-right

  • Adds a new parameter whenPaused: to the startPlayerFromTrack() function. #314arrow-up-right

  • Fix bug for displaying a remote albumArt on Android. #290arrow-up-right

  • On iOS, setMeteringEnabled:YES is called during setDbLevelEnabled() #252arrow-up-right, #251arrow-up-right

  • The call to initialize() is now optional #271arrow-up-right

  • README : #265arrow-up-right

  • FlutterSoundRecorder
    at the same time
  • Add new API verbs : #244arrow-up-right

    • flutterSoundHelper.getLastFFmpegReturnCode()

    • flutterSoundHelper.getLastFFmpegCommandOutput()

    • flutterSoundHelper.FFmpegGetMediaInformation() which return info on the given record

    • flutterSoundHelper.duration() which return the number of milli-seconds for the given record

  • Add new API verbs : ##242arrow-up-right

    • FlutterSoundRecorder.pauseRecorder()

    • FlutterSoundRecorder.resumeRecorder()

  • flutter_sound is now compatible with permission_handler 5.x.x #259arrow-up-right

  • API to control the audiofocus #219arrow-up-right

  • API to set the audio-category (i.e. duck-others) #219arrow-up-right

  • AndroidX and Android embbeded-V2 support #203arrow-up-right

  • Add a parameter to startPlayer to specify a callback when the song is finished #215arrow-up-right

  • License is now LGPL 3.0 instead of MIT

  • Improve static handler in android.

  • Restore default startRecorder

    add property 'audioState'

  • check if codec is really supported before doing 'startRecorder'

  • modify the example app : disable buttons when the button is not compatible with the current state

  • in the example, add sound assets encoded with the various encoder

  • modify the example to play from assets

  • modify the example to allow selection of various codec

  • Resolve #95arrow-up-right

  • Resolve #75arrow-up-right

  • Resolve #135arrow-up-right

    Adjust db range and fix nullable check in ios #59arrow-up-right

  • Android: Recording operations on a separate command queue #66arrow-up-right

  • Android: Remove reference to non-AndroidX classes which improves compatibility

  • and
    numChannel
    .
  • Do not append tmp when filePath provided in ios.

  • Resolve regression issue in 1.2.3 which caused in 1.2.2.

  • Reduce the size of audio file in 1.2.4. Related #26arrow-up-right.

  • Fixed recording issue in android in 1.2.5.

  • Changed seekToPlayer to place exact secs instead adding it.

  • Fix file URI for recording and playing in iOS.

  • Fixed missing break in switch statement.
    #539arrow-up-right
    #542arrow-up-right
    #539arrow-up-right
    #537arrow-up-right
    #535arrow-up-right
    #535arrow-up-right
    Here it isarrow-up-right
    #509arrow-up-right
    #509arrow-up-right
    this live demo on the webarrow-up-right
    read thisarrow-up-right
    #494arrow-up-right
    #468arrow-up-right
    #297arrow-up-right
    499arrow-up-right
    498arrow-up-right
    #210arrow-up-right
    #479arrow-up-right
    #470arrow-up-right
    #457arrow-up-right
    #460arrow-up-right
    #425arrow-up-right
    #439arrow-up-right
    #407arrow-up-right
    #374arrow-up-right
    #350arrow-up-right
    #374arrow-up-right
    #350arrow-up-right
    #324arrow-up-right
    #307arrow-up-right
    #278arrow-up-right
    #317arrow-up-right
    #279arrow-up-right
    #265arrow-up-right
    #273arrow-up-right
    #289arrow-up-right
    #296arrow-up-right
    #287arrow-up-right
    #283arrow-up-right
    #267arrow-up-right
    #248arrow-up-right
    #274arrow-up-right
    #268arrow-up-right
    #266arrow-up-right
    #263arrow-up-right
    #250arrow-up-right
    #232arrow-up-right
    #254arrow-up-right
    219arrow-up-right
    #243arrow-up-right
    Larpouxarrow-up-right
    bsuttonarrow-up-right
    salvatore373arrow-up-right
    path_providerarrow-up-right
    #221arrow-up-right
    #209arrow-up-right
    #199arrow-up-right
    #194arrow-up-right
    #198arrow-up-right
    #193arrow-up-right
    #175arrow-up-right
    #170arrow-up-right
    #155arrow-up-right
    #147arrow-up-right
    #141arrow-up-right
    #129arrow-up-right
    #134arrow-up-right
    #131arrow-up-right
    #123arrow-up-right
    #104arrow-up-right
    #83arrow-up-right
    #68arrow-up-right
    #72arrow-up-right
    #73arrow-up-right
    #41arrow-up-right
    #47arrow-up-right
    #49arrow-up-right
    #14arrow-up-right
    #10arrow-up-right
    #90arrow-up-right
    permission_handler: ">=4.0.0 <5.0.0"
    flutter_ffmpeg: ">=0.2.0 <1.0.0"