Skip to content

A stack-based program that reverses an audio file.

License

Notifications You must be signed in to change notification settings

AbaanZ/song-reverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

song-reverse

This program uses an ArrayList stack or a linked list stack to reverse sound recordings by pushing the bits of the song onto the stack one by one, then popping them off. Note that audio files have to be converted to .dat format before being used in this program.

About

A stack-based program that reverses an audio file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages