Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stoll-jonathan/wav_file_editor
.WAV audio file analyzer and effect editor (CS202 Final Project)
https://github.com/stoll-jonathan/wav_file_editor
audio-processing doxygen-documentation
Last synced: 24 days ago
JSON representation
.WAV audio file analyzer and effect editor (CS202 Final Project)
- Host: GitHub
- URL: https://github.com/stoll-jonathan/wav_file_editor
- Owner: stoll-jonathan
- Created: 2021-11-29T05:58:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T21:40:23.000Z (about 3 years ago)
- Last Synced: 2024-12-07T02:21:30.617Z (about 1 month ago)
- Topics: audio-processing, doxygen-documentation
- Language: C++
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
@mainpage CS 202 Semester Project
@section groupmembers Group Members
- Jonathan Stoll: File I/O, User interaction, Processing
- Jonathan Chi: Doxygen and documentation, Processing (echo)
@section design Design
This is a basic level project.@section uml UML Diagram
![A UML diagram that shows the basic design](https://github.com/stoll-jonathan/CS-202-Semester-Project/blob/master/UML-diagram.png?raw=true)
@section issues Program Issues
There were a few minor technical problems, the biggest one being when attempting to run an audio file Jonathan C's VM would crash. Other than that there weren't any other issues that couldn't be resolved, and the program functions as it should.
@section challenges Challenges
There were a few challenges, the largest challenge in programming was attempting to figure out how to adapt the code work based on the different audio files, changing between 8-bit, 16-bit mono and stereo. Another challenge was trying to adjust the processing to work for stereo.@section instructions Instructions to Build
Nothing is required beyong "make". The final executable is called "WavProcessor".