{"id":24620221,"url":"https://github.com/exios66/soundboard-python","last_synced_at":"2026-02-06T16:07:04.706Z","repository":{"id":271534426,"uuid":"913764719","full_name":"Exios66/Soundboard-Python","owner":"Exios66","description":"GitHub Soundboard Addition for the Neural Architecture of Truth \u0026 Deception Research Project. [https://github.com/Exios66/truth-deception-architecture]","archived":false,"fork":false,"pushed_at":"2025-01-08T23:08:50.000Z","size":28691,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T10:49:50.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://exios66.github.io/Soundboard-Python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Exios66.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-08T10:03:40.000Z","updated_at":"2025-01-24T12:20:28.000Z","dependencies_parsed_at":"2025-07-20T01:00:42.760Z","dependency_job_id":null,"html_url":"https://github.com/Exios66/Soundboard-Python","commit_stats":null,"previous_names":["exios66/soundboard-python"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Exios66/Soundboard-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSoundboard-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSoundboard-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSoundboard-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSoundboard-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Exios66","download_url":"https://codeload.github.com/Exios66/Soundboard-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exios66%2FSoundboard-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29167870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T15:38:29.831Z","status":"ssl_error","status_checked_at":"2026-02-06T15:37:48.592Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-25T01:25:39.624Z","updated_at":"2026-02-06T16:07:04.690Z","avatar_url":"https://github.com/Exios66.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern Soundboard with Timer\n\nA modern, responsive web-based soundboard application with timer functionality, built using vanilla JavaScript and modern web technologies.\n\n![Version](https://img.shields.io/badge/version-0.0.3-blue.svg)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n\n## Features\n\n- 🎵 Sound playback with visualization\n- ⏲️ Configurable timer with controls\n- 🌓 Dark/Light theme with system preference detection\n- 📱 Responsive design for all devices\n- ⌨️ Keyboard shortcuts\n- 🎚️ Volume control\n- 📤 Drag and drop file upload\n- 🔔 Toast notifications\n- ♿ Accessibility features\n- 📱 PWA support\n- 🌐 GitHub Pages integration\n- 💾 Offline functionality\n- 🎨 Modern UI/UX design\n- 🔄 Virtual environment support\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.9 or higher\n- Modern web browser (Chrome, Firefox, Safari, Edge)\n- pip (Python package installer)\n- Virtual environment (recommended)\n\n### Installation\n\n1. Clone the repository:\n   ```shell\n   git clone https://github.com/yourusername/Soundboard-Python.git\n   ```\n\n2. Navigate to the project directory:\n   ```shell\n   cd Soundboard-Python\n   ```\n\n3. Create and activate a virtual environment:\n   ```shell\n   python3 -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n4. Install required packages:\n   ```shell\n   pip install -r requirements.txt\n   ```\n\n5. Generate placeholder sounds (optional):\n   ```shell\n   python src/python/create_sounds.py\n   ```\n\n6. Open `docs/index.html` in your web browser or serve it through a local web server.\n\n## Usage\n\n### Basic Controls\n\n- Click sound buttons to play sounds\n- Use the timer controls to manage countdown\n- Adjust volume using the slider\n- Toggle theme with the theme button\n- Upload custom sounds via drag and drop or file picker\n\n### Keyboard Shortcuts\n\n- `Space`: Play/Pause Timer\n- `R`: Reset Timer\n- `1-3`: Play Sounds 1-3\n- `M`: Mute/Unmute\n\n### Supported Audio Formats\n\n- WAV (recommended for best compatibility)\n- MP3\n- OGG\n- FLAC\n- AIFF\n\nMaximum file size: 10MB\n\n## Development\n\n### Project Structure\n\n```plaintext\nSoundboard-Python/\n├── docs/                  # GitHub Pages files\n│   ├── css/              # Stylesheets\n│   ├── js/               # JavaScript files\n│   ├── sounds/           # Sound files\n│   ├── index.html        # Main application\n│   ├── _config.yml       # GitHub Pages config\n│   └── sw.js             # Service Worker\n├── src/                  # Source code\n│   └── python/           # Python scripts\n│       ├── soundboard.py # Main Python app\n│       └── create_sounds.py # Sound generator\n├── sounds/               # Original sound files\n├── venv/                 # Virtual environment\n├── requirements.txt      # Python dependencies\n├── README.md            # Documentation\n├── CHANGELOG.md         # Version history\n└── LICENSE             # License information\n```\n\n### Technologies Used\n\n- HTML5 with semantic markup\n- CSS3 with Custom Properties\n- Vanilla JavaScript (ES6+)\n- Web Audio API\n- Service Workers for PWA\n- Python 3.9+\n- Font Awesome Icons\n- GitHub Pages\n\n### Development Setup\n\n1. Install Python dependencies:\n   ```shell\n   pip install -r requirements.txt\n   ```\n\n2. Start local development:\n   ```shell\n   python -m http.server\n   ```\n\n3. Visit `http://localhost:8000/docs/` in your browser\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Font Awesome for icons\n- [Keep a Changelog](https://keepachangelog.com)\n- [Semantic Versioning](https://semver.org)\n- Web Audio API community\n- GitHub Pages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexios66%2Fsoundboard-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexios66%2Fsoundboard-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexios66%2Fsoundboard-python/lists"}