{"id":25825883,"url":"https://github.com/alexmollard/fly","last_synced_at":"2026-06-08T01:02:09.860Z","repository":{"id":275275252,"uuid":"925615896","full_name":"AlexMollard/Fly","owner":"AlexMollard","description":"A modern audio player built with C++ that features real-time audio visualization, spatial audio control, and advanced audio processing. Combines OpenAL for audio playback with ImGui for a clean, responsive interface.","archived":false,"fork":false,"pushed_at":"2025-08-27T04:08:16.000Z","size":7629,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-27T08:23:43.363Z","etag":null,"topics":["audio","audio-player","audio-visualizer","hello-imgui","imgui","libsndfile","openal","spatial-audio"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexMollard.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-01T10:01:45.000Z","updated_at":"2025-08-27T01:33:53.000Z","dependencies_parsed_at":"2025-02-01T11:18:30.554Z","dependency_job_id":"99752e59-8570-46aa-8d7b-e438d3952c61","html_url":"https://github.com/AlexMollard/Fly","commit_stats":null,"previous_names":["alexmollard/fly"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/AlexMollard/Fly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMollard%2FFly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMollard%2FFly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMollard%2FFly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMollard%2FFly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexMollard","download_url":"https://codeload.github.com/AlexMollard/Fly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexMollard%2FFly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34043822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["audio","audio-player","audio-visualizer","hello-imgui","imgui","libsndfile","openal","spatial-audio"],"created_at":"2025-02-28T14:47:23.977Z","updated_at":"2026-06-08T01:02:09.841Z","avatar_url":"https://github.com/AlexMollard.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fly Player 🎵\n\nA modern audio player built with C++ featuring real-time audio visualization, spatial audio, and advanced audio effects.\n\n\u003cdiv style=\"display: flex; align-items: center;\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003cimg src=\"https://img.shields.io/badge/C%2B%2B-20-blue.svg\"\u003e\n   \u003cspan\u003e\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003cimg src=\"https://img.shields.io/badge/platform-Windows-lightgrey.svg\"\u003e\n\u003c/div\u003e\n\n![Fly Player Empty](res/empty.png)\n![Fly Player Full](res/full.png)\n\n## Features\n\n### Core Audio Features\n- 🎵 Support for multiple audio formats (MP3, WAV, FLAC, etc.)\n- 📊 Real-time audio visualization with frequency analysis\n- 🔊 Spatial audio positioning with 3D sound placement\n- 🎛️ Advanced audio effects:\n  - Bass and treble control\n  - Pitch shifting\n  - Volume normalization\n  - Fun presets (Chipmunk mode, Slowed mode)\n\n### Playback Controls\n- 🎯 Precise seek control with interactive progress bar\n- 🔄 Repeat and shuffle modes\n- 📝 Playlist management\n- ⏯️ Basic controls (play, pause, stop, next, previous)\n\n### User Interface\n- 🎨 Modern, clean interface using Dear ImGui\n- 📱 Responsive layout\n- 🌈 Real-time audio visualization with peak indicators\n- 🎮 Interactive spatial audio control panel\n- 📁 Built-in file browser\n\n### Audio Engine Features\n- 🎧 High-quality audio processing using OpenAL-Soft\n- 🔄 Real-time audio streaming\n- 🧮 FFT-based audio analysis\n- 💫 Smooth audio transitions\n\n## Requirements\n\n- Windows 10/11\n- Visual Studio 2022\n- vcpkg package manager\n- C++20 or later\n\n## Dependencies\n\n- Dear ImGui (with docking branch, this will also be installed along hello-imgui)\n- OpenAL-Soft\n- libsndfile\n- Hello-ImGui\n\n## Building\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/AlexMollard/Fly\ncd Fly\n```\n\n2. Install vcpkg if you haven't already:\n```bash\ngit clone https://github.com/microsoft/vcpkg.git\ncd vcpkg\n.\\bootstrap-vcpkg.bat\n```\n3. Integrate vcpkg with Visual Studio:\n```bash\n.\\vcpkg integrate install\n```\n\n4. Open `Fly.sln` in Visual Studio 2022\n\n4. Build the solution (F5)\n**Note**: The first build may take a while as vcpkg downloads and builds the dependencies for you.\n\n## Usage\n\n1. Launch the application\n2. Click the \"+\" button to add audio files\n3. Use the playback controls to manage your music\n4. Experiment with audio effects and spatial positioning\n5. Enjoy the real-time visualization!\n\n## Audio Controls\n\n- **Volume**: Adjust the overall playback volume\n- **Bass**: Control low-frequency response (50Hz - 2000Hz)\n- **Treble**: Control high-frequency response (2000Hz - 20000Hz)\n- **Pitch**: Adjust playback speed while maintaining pitch\n- **Spatial Audio**: Position the audio source in 3D space\n\n## Acknowledgments\n\n- OpenAL-Soft team for the audio engine\n- Dear ImGui team for the GUI framework\n- libsndfile team for audio file handling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmollard%2Ffly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexmollard%2Ffly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexmollard%2Ffly/lists"}