Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift implementation (IOS Equalizer) #784

Open
wants to merge 19 commits into
base: minor
Choose a base branch
from

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    9c07d23 View commit details
    Browse the repository at this point in the history
  2. fix ios files

    BreX900 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ad92855 View commit details
    Browse the repository at this point in the history
  3. swiftformat

    GabM3 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    791f56a View commit details
    Browse the repository at this point in the history
  4. refactor remove old code

    BreX900 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    0e6ef2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f91087 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. add stop and fix swift code

    add pitch control, throw when a method is unimplemented
    
    example add buttons
    
    add errors
    
    shuffle order todo
    
    shuffle
    
    fix exports
    
    fix typo and xcode warnings
    GabM3 authored and SimoneBressan committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    09ef9f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Update FUNDING.yml

    Give credit to [klaep](https://www.klaep.com/) on these features development
    kuamanet authored and GabM3 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    38238d3 View commit details
    Browse the repository at this point in the history
  2. add classes, moved in dedicated folder extensions, fix typos

    add custom errors
    
    delete static function to throw errors
    
    moved new files in darwin and add symbolic link
    
    relative path
    
    drop underscore in resume player func
    GabM3 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    42d002b View commit details
    Browse the repository at this point in the history
  3. Keep darwin sources inside macos dir, since the symlink does not seem…

    … to work on the macos pod build
    kuamanet authored and GabM3 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    63e6c5d View commit details
    Browse the repository at this point in the history
  4. format

    GabM3 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    419134f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    eea5023 View commit details
    Browse the repository at this point in the history
  2. restore ios source

    minor refactor to JustAudioPlayer.swift to share it across ios and macos implementation
    kuamanet committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    499bc1f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. feat: start integrating new pod

    GabM3 authored and kuamanet committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    d122d32 View commit details
    Browse the repository at this point in the history
  2. feat(Darwin): add reverb, delay and distortion structures

    feat: allow to specify a set of effects for each audio source
    kuamanet committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    16faf9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b8d451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6a5bc8 View commit details
    Browse the repository at this point in the history
  5. fix: missing mappings

    BreX900 authored and kuamanet committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    65aeb08 View commit details
    Browse the repository at this point in the history
  6. chore: use early returns

    kuamanet committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    2ea1917 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. feat(ios): drop pod dep and directly include deps code

    fix: add missing index mappings for seek method
    fix: wrong start/end parsing (presumed seconds received microseconds)
    kuamanet authored and GabM3 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8d4deca View commit details
    Browse the repository at this point in the history