Gameboy Music on iPhone with AudioKit P1

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • This is going to be a crazy journey! It has been a vision of mine for a while to build an iPhone/iOS app that is able to make Gameboy music. Eventually in the future, I want to create an app that directly interacts with the Gameboy. For now, we will use AudioKit to build a simple Gameboy instrument using a sample format such as an SFZ file. These samples will be pulled directly from the Gameboy using a sound generation program to generate every single note in every single octave.
    AudioKit is a great place to start if you are interested in developing music software. It is an open source tool that provides an easy way to generate sounds and control parameters such as MIDI parameters.
    Here are some websites which will be helpful for this video:
    Sign up for an Apple Developer Account:
    developer.appl...
    Download Xcode - Tool to Create iOS/MacOS Applications:
    apps.apple.com...
    Download AudioKit:
    audiokit.io/do...
    AudioKit Reference:
    audiokit.io/docs/
    AudioKit GitHub:
    github.com/Aud...
    Final Project Files for this Video on GitHub:
    github.com/emu...
    Creating a Document View Controller:
    developer.appl...

Komentáře • 2

  • @angela36970
    @angela36970 Před 2 lety

    Why not on Android?

    • @aura-audio
      @aura-audio  Před 2 lety

      It's possible. I need to learn Google's audio API. Maybe in another video.