Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The main function takes in a .wav file, processes it, and then outputs the number of PCM samples as well as a message to tell the client what file the PCM data was written to. 

...

Implementation

Timeline

  •  Finish the FFT at the end of the semester  
  •  Elias Castro Revise and organize FFT code and begin talking to the Digital Subteam about their FFT  

Include a timeline of tasks and/or milestones for your project (with dates). This should be decided at the beginning, and reviewed throughout the semester to evaluate whether the project is on schedule or not. This can take the form of either a Gantt chart or a Confluence task list (click the "+" button, and select "Task List")

...

The main testing strategy was inputting a PCM sample. We wanted to see if a normal test case would work. To determine a successful test case, we made an output file called processed_output.pcm to compare the pcm PCM samples from before being processed to after. We've also printed out the number of PCM samples to make sure it was properly taking taken in and counting counted all the samples. 

Running Tests

...