Skip to content

Commit

Permalink
feat: sound add
Browse files Browse the repository at this point in the history
  • Loading branch information
hada0127 committed Oct 26, 2023
1 parent 2b4ba41 commit 835a263
Show file tree
Hide file tree
Showing 20 changed files with 1,673 additions and 2,499 deletions.
Binary file modified .DS_Store
Binary file not shown.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
svelte electron template
# Video game filter

<center><img src="build/icons/icon.png" width="200" height="200"></center>

## Introduction
This program can set scanlines on screens coming in through external video and audio input devices, such as HDMI capture cards.
It was created for people who love retro games, including me.😛

## Support
- MacOS (Apple Silicon)
- Windows (x64)
- Windows (x86, 32bit)

## Download


## How to use
1. Run the program.
2. Select a video input device.
3. Select an audio input device.
4. Set the horizontal and vertical scanlines to your preference.
5. Enjoy 😄

## License
MIT license.
Binary file added build/.DS_Store
Binary file not shown.
Binary file added build/icons/icon.icns
Binary file not shown.
Binary file added build/icons/icon.ico
Binary file not shown.
Binary file added build/icons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed build/icons/iconKiosk.icns
Binary file not shown.
Binary file removed build/icons/iconKiosk.ico
Binary file not shown.
Binary file removed build/icons/iconKiosk.png
Binary file not shown.
2 changes: 1 addition & 1 deletion tsconfig.json → jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"ignoreDeprecations": "5.0",
"allowJs": true,
"checkJs": true,
"checkJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
Expand Down
Loading

0 comments on commit 835a263

Please sign in to comment.