Coder Social home page Coder Social logo

flutter-soundboard's Introduction

Flutter Soundboard

A simple soundboard app based on the work of alyssaburlton with all the original features plus:

  • Multiple tabs with different Buttons showing
  • A Splashscreen
  • A Info button in the AppBar
  • Todo: A DarkMode switch

Data entry:

If you want to fork this project to make your own custom list of quotes, then you'll need:

  • Some audio clips that you want to play
  • Images for the clips.
    • At least one per 'source' of audio, but can add more if you want more granularity than that
    • Must be square, at least 200x200 pixels in size and in PNG format.

Audio normalisation:

The app is a lot more user-friendly if you normalise the various audio clips, so they play at a similar volume. To do this, you can use the normalize-audio package:

apt-get update
apt-get install normalize-audio
FILES=$(ls assets | grep .wav)
normalize-audio $FILES

Run integration tests:

Run an emulator, then:

flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart

flutter-soundboard's People

Contributors

studentenfutter avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.