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

Record audio button #113

Merged
merged 10 commits into from
Jan 15, 2024
Merged

Record audio button #113

merged 10 commits into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. Recording audio working

    Added button for recording audio in freeplay, it downloads a .webm file for broad browser support
    EloxZ authored and samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    580a47d View commit details
    Browse the repository at this point in the history
  2. Update index.tsx

    EloxZ authored and samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    20788d1 View commit details
    Browse the repository at this point in the history
  3. Update getSynth.ts

    EloxZ authored and samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    bca3c58 View commit details
    Browse the repository at this point in the history
  4. Update index.ts

    Fix format
    EloxZ authored and samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a389f9d View commit details
    Browse the repository at this point in the history
  5. Record and load Midi in progress

    EloxZ authored and samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    55e9fff View commit details
    Browse the repository at this point in the history
  6. Sharable URLs, Download MIDI, and Preview Modal

    * Small bugfixes to the Player. Restarts song when at the end and hitting play.
    * Removes support for downloading mp3-style audio. MIDI is enough for this PR,
      future one can use lamemp3 etc to convert the midi to mp3.
    samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    cd72997 View commit details
    Browse the repository at this point in the history
  7. Lint/TS fixes

    samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6093146 View commit details
    Browse the repository at this point in the history
  8. Run prettier

    samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0787d27 View commit details
    Browse the repository at this point in the history
  9. Delete unused file

    samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a940276 View commit details
    Browse the repository at this point in the history
  10. Update text

    samouri committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a50b401 View commit details
    Browse the repository at this point in the history