Nathan Haley's Projects

AudioFile Icon Logo

AudioFile

AudioFile is a media player program that works with local user music media files. What differentiates AudioFile from the other media player/streaming programs out there is it's dedication to immersing the user fully in the music with web-scraping tools for music samples and guitar tabs. AudioFile also brings back the long lost visualization feature from the days of Windows Media Player and expands upon this feature.

Download the latest version of AudioFile here!

Instructions:

  1. Unzip download file
  2. Run AudioFileInstaller.exe (try running with admin privileges if installer does not work)
  3. Follow Installer prompts

See source code/project on Github here


Dev Log


v.1.2


Version Notes

  • Fifth release
  • Genius song samples and sampled by track info now added to display
    • Uses Genius's API to retrieve this information where it exists for any given track once selected
      • Similar process of utilizing Render.com proxy web service for making calls to Genius's API
    • Sample info text boxes update based on searching status. I.e., Searching, Found, Not Found similar to the Genius Button
  • Missing MP3 file tags now handled on load
    • By default AudioFile uses the file name tags for a given uploaded MP3 file to set the Track Name, Artist, and Album fields
    • If tags are not found AudioFile will attempt to use Genius's API to search for Track Name, Artist, and Album fields based on file name as a search query
    • For best results it is recommended to have the file name in the format of "Track Number (##) - Track Name - Artist" or "Track Name - Artist"
      • Within this format it is fine to swap the positions of any of these fields in any order (i.e., "Artist - Track Name") as long as dashes are used as delimiters
      • Failure to use a delimiter will produce low quality results. Often the algorithm will find something for any given file name, but it may be something completely unexpected
        • If the algorithm finds nothing the fallback for loading the file will be to set the Track Name to the file name and set the artist and album to Unknown

v.1.1


Version Notes

  • Fourth release
  • Genius button and Genius.com API search functionality added
    • Queries Genius.com using Genius's API which allows you to grab links to song lyrics/info pages on Genius.com for a given track
    • Clicking the Genius.com button once the API has found a link will take you to the page in your default browser
      • Link saves to the Track entry in SQLite database so program doesn't have to search for the same track again
    • Button text updates based on searching status. I.e., Searching, Found, Not Found
    • Distributed client application makes calls to Genius's API using a Render.com proxy web service to prevent unauthorized access of my Genius API Key
      • API server controller moved to seperate repo as was necessary. Code for that here.
      • API Key is saved in Render.com so you still can't see if from this server code

v.1.0


Version Notes

  • Third release
  • Search bar and functionality added
    • Queries Title, Artist, Album for user input
    • Displays results in initial order of Title, Artist, Album. Results can be resorted after query
    • Search results update with each keystroke
  • Backend Model layer refactored to implement a SQLite database

v.0.5


Version Notes

  • Second release
  • Updated GUI color palette for more aesthetic appeal
  • Sort Buttons introduced for:
    • Title
    • Artist
    • Album
    • Duration

v.0.1


Version Notes

  • Initial release
    • [Quick fix - 1/1/25] GUI bugs fixed for non 1920x1080 displays
  • Basic media player functionality
    • Add local tracks to library
    • Serialization/deserialization of tracks so track library is stored between sessions
    • File Menu that displays by hesitating over Menu Items/Sub-Menus
    • Interactive track list display box
    • Play/pause, Next, Previous, Stop buttons
    • Auto-scrolling Now Playing/Program Feedback bar
    • Playback bar with click to seek functionality
  • Hide Track Display feature (will be useful once the Visualizer window is introduced)
  • Track Display transparency slider (will be useful once the Visualizer window is introduced)

Features under development

  • Visualizer display
    • Track reactive (i.e., syncs with Track)
    • Track unreactive
    • Still image (album art, artist pic, custom image, etc.)
  • Playlist and playlist folders
  • Queue and session play history
  • Song Info Display
    • Guitar tabs
  • Undo/redo command functionality
  • Keyboard shortcuts
  • Search bar for Visualizer libraries
  • Sorting functionality for Visualizer libraries
  • Shuffle play modes
NWH Icon Logo

CBPS Pro

The Clean Building Performance Standard (CBPS) is an energy standard for commercial building owners with individual buildings over 50,000 SF to adhere to in the State of Washington. Compliance is based on beating an energy performance metric (Energy Use Intensity Target or EUIt) that may vary based on building type. CBPS Pro is an AI language model trained in the latest version of the CBPS legislation and is developed from a pre-trained base model provided by the Hugging Faces open source library. CBPS Pro is trained to help commerical building owners and property managers understand the basics of CBPS rules and requirements.

Prototype coming soon!

NWH Icon Logo

Duct Static Calc Pro

Duct static pressure calculation is an essential yet nebulous task at times for most HVAC mechanical design engineers in new construction which determines selection of fans, air handlers, and other expensive pieces of mechanical equipment that unfortunately can become "no going back now" items too early along in in the broader multi-discpline construction engineering architectural design process. Most engineers use a combination of outdated ASHRAE software for static pressure calculation of specific fittings and Excel for aggregation of fittings (AKA minor losses), straight lengths (AKA major losses), and rules of thumb for 'system effect' (this is where the black magic comes in). Duct Static Calc Pro helps streamline the calculation process by combining these activities into a singular program with a modern user-friendly interface making things simpler for HVAC/mechanical design engineers and consequently the multi-disciplinary design team effort.

Prototype coming soon!

NWH Icon Logo

Gym Workout App (tentative title)

Gym Workout App (tentative title) helps gym goers track their weightlifting statistics and exercise types in a free and easy to use app. This app stands out from other pay-to-use apps in the sense that it is very streamlined for mobile applications and fluff free.

Prototype coming soon!

NWH Icon Logo

MTG Deck Builder (tentative title)

MTG Deck Builder is an application that helps you plan your next Magic: The Gathering deck based on color identity, format/gameplay variant, and mana curve theory. It also uses AI insights and web scraping abilities to help build your deck around more advanced concepts of theme, win condition, and budget constraints. MTG Deck Builder can also help generate deck codes for the online MTG Arena video game (assuming cards are available in Arena) to eliminate duplication of effort.

Prototype coming soon!

NWH Icon Logo

Collaborations

This container is for projects that I have collaborated on with other developers that I know personally. These projects have been spearheaded by others where I have contributed to them in some way.

Ghost In The Graveyard

  • Check out this free indie top-down platform game now on itch.io!!
    • (Donations are accepted)
  • In general my role on this was mainly level design, but I did so some light programming on the actuating gate feature!
  • Levels designed:
    • L3: "The Haunted Forest Level"
    • L4: "The I Ain't Afraid Of No Guards Level"
    • L6: "The Wild West 'Ghost' Town Level"
    • L7: "The Teleporter Level"
    • L9: "The Peace Sign Level"
    • L10: "The Royal Graveyard Level"
  • Did advise strongly on some core gameplay puzzle elements such as teleporters, actuating gates, bonus items, and hidden barriers used throughout
  • This project was my first exposure to Unity and was a great oppurtunity to cut my teeth and springboard my programming journey!