wavtohactool

A script made in Python that converts .wav audio files into .hac files to replace music files in video games (e.g Dragon Ball Sparking Zero). Also has a downloader that downloads any link from YouTube into a .wav file.

MIT License

Stars
2
wavtohactool - WavToHacTool 1.0.0 Latest Release

Published by akhos09 5 days ago

Release 1.0.0 - WavToHacTool

Overview

This program is designed to facilitate the downloading of audio from YouTube videos and convert them into .wav and .hca formats. Whether you're looking to extract audio for personal use or for further processing, this tool simplifies the process a lot.

Features

  • Download Audio: Extracts audio from YouTube videos and saves it as .wav files.
  • Batch Processing: Supports downloading multiple URLs in one go by reading from a text file.
  • Conversion: Converts .wav files to .hca format using VGAudiocli for compatibility with various audio applications.
  • Easy File Selection: Utilizes a graphical interface for selecting files and URLs.

Installation

  1. Download the Release:

    • Visit the Releases page and download the latest one.
  2. Running the Application:

    • Double-click wavtohac.exe to launch the application.

Usage

  1. Download Music:
  • Choose to download audio from YouTube by providing the video URLs in a specified format.

  • Write down an .txt file (https://url,name,name.hca), to import the URL of the song from YouTube you want to download.

  • Make sure to not leave any blank space because the app at the moment can't delete those blank spaces in the .txt file.

    https://www.youtube.com/watch?v=ixZDTiXiHsc,song1,hca1.hca
    https://www.youtube.com/watch?v=gqbQuypKCCU,song2,hca2.hca
    

-This format allows you to specify the URL of the video, the name for the downloaded audio file, and the corresponding .hcaname

  1. Follow Prompts:
    • The application will guide you through the process with prompts and messages. With the .txt selector everything will be done quickly.

Tips

  • For a seamless experience, ensure your URLs are valid and you have a stable internet connection.
  • Refer to the tooltips provided within the application for additional guidance.
  • The URLs extracted with the extractor are stored into a file named urls.log.

Changelog

Version 1.0.0

  • Initial release of the application.

Support

If you encounter any issues or have questions, please open an issue on the WavToHacToolRepo.

Tools Credits

-VGAudio CLI Repository
-FFmpeg Repository

-The tool playlisturlcacther is based on this script from stackoverflow Forum Page
-Shot out to noccoa0 profile: Profile

License

This project is licensed under the MIT License - see the LICENSE file for details.