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

Fixed sampleRate settings to be adapted to Ios #61

Merged
merged 7 commits into from
Apr 1, 2023

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    eb48e0d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. delete useless print

    yama-yeah authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e6a5670 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    c31180d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. ♻️ refactor: remove unused imports in main.dart

    Option 1: Add new feature to the app
    Option 2: Fix issue with mic_stream not working properly
    Option 3: Improve performance of main.dart file
    Option 4: Update dependencies in pubspec.yaml
    Option 5: Reformat code in main.dart to adhere to style guide.
    yama-yeah committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    66fa077 View commit details
    Browse the repository at this point in the history
  2. ✨ feat: Add .vscode to .gitignore

    This commit adds .vscode to the .gitignore file, preventing it from being committed to the repository.
    yama-yeah committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    344a04a View commit details
    Browse the repository at this point in the history
  3. ✨ feat: remove VS Code settings file

    This commit removes the `.vscode/settings.json` file. The file was deleted and there is no longer a need for it in the project.
    yama-yeah committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b78b32f View commit details
    Browse the repository at this point in the history
  4. ♻️ refactor: simplify code by removing unnecessary line breaks and if…

    … conditions
    
    The commit message describes the changes made in the commit. In this case, the code has been simplified by removing unnecessary line breaks and if conditions. Therefore, the appropriate commit message would be "refactor: simplify code by removing unnecessary line breaks and if conditions".
    yama-yeah committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2a7d5b8 View commit details
    Browse the repository at this point in the history