Git Product home page Git Product logo

wavfilecreator's Introduction

WAVFileCreator Banner

WAVFileCreator

WAVFileCreator is a very basic tool to assist in the creation of WAV files from scratch. It's the first program I've written in C# (excluding those as part of a Unity project), and it's great for getting to grips with how WAV files are formatted.

How do I use it?

All the sections you see in the GUI are joined together in order to make up the final WAV file. Every value is in hexadecimal, but some are big endian and some are little endian due to the nature of WAV files. The large data area at the bottom is where the actual audio data goes, and the smaller sections at the top are for the header data.

I learned how WAV files work from this excellent website, and I've written up what I've learned in a couple of Markdown files in the docs/ folder - have a read if you want to learn.

What is Wavlang?

First and foremost, a bad name! It's a very basic set of macros to make it easier to create WAV files. If Wavlang is enabled in the settings, you can use Wavlang macros, which are described in the Wavlang documentation.

Why is so much greyed out?

The areas that are greyed out are those which are either constant or are dependent on the editable areas. For example, the "Format" parameter in the RIFF header always contains the text "WAVE" in ASCII, so you can't change it. As another example, the chunk size parameter of the data subchunk just contains the length in bytes of the large data section, so allowing that to be changed would be pointless. You'll see as you change some values that lots of the greyed out values will change - this is because the program is automatically calculating the appropriate valid values.

If you want to edit them anyway, you can change the settings to allow it, but this is likely to produce a corrupted file.

What's the point when I could just use Audacity or another audio editor?

If you're just looking to create a WAV file, please, please don't use this! This isn't an audio editor. This tool is intended for learning about the WAV format and messing around with WAV files at the most basic level. If that sounds like fun, feel free to head over to the Releases page and grab the latest version. It's likely to be buggy as my knowledge of C# is still very limited, so please open an issue with any bugs you find!

Screenshot

Screenshot

wavfilecreator's People

Contributors

w-henderson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.