Skip to content

Commit

Permalink
images in README
Browse files Browse the repository at this point in the history
  • Loading branch information
reillypascal committed Jun 19, 2023
1 parent c648924 commit 3c61125
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Builds/
Images/
JuceLibraryCode/
Releases/
.DS_Store
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Generates new stereo tape speeds, CD skipping patterns, and distortion effects o

Dropdowns offer downsampling and codec options. Codecs currently include [Émilie Gillet's](https://github.com/pichenettes) open-source "μ-law" 8-bit implementation, with the GSM 06.10 cell phone codec to come.

![Screenshot of the user interface, showing a row of 3 primary knobs, a row of 4 secondary knobs, and dropdowns at the bottom for changing codec and quality](https://github.com/reillypascal/RSBrokenMedia/assets/94489575/7fbd9137-6545-4dfc-b900-3354a55e9f5b)

## Build Dependencies:
- JUCE (https://juce.com/download/)
- Projucer (https://docs.juce.com/master/tutorial_new_projucer_project.html) (for creating Xcode/Visual Studio projects in order to build)
Expand Down
2 changes: 1 addition & 1 deletion Source/BrokenPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
==============================================================================
TODO:
- add lofi
-
==============================================================================
*/

Expand Down

0 comments on commit 3c61125

Please sign in to comment.