{"id":26062126,"url":"https://github.com/techlm77/terminalwave","last_synced_at":"2026-04-18T08:02:29.322Z","repository":{"id":270416972,"uuid":"910320753","full_name":"Techlm77/TerminalWave","owner":"Techlm77","description":"TerminalWave: A sleek terminal-based MP3 player with real-time waveform visualization built with ncurses, PortAudio and mpg123.","archived":false,"fork":false,"pushed_at":"2025-02-18T13:55:16.000Z","size":69,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T06:44:56.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/Techlm77.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-31T01:19:04.000Z","updated_at":"2025-05-12T02:57:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"68bbecca-9fd8-4f07-a1ea-40ad53a4730a","html_url":"https://github.com/Techlm77/TerminalWave","commit_stats":null,"previous_names":["techlm77/terminalwave"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Techlm77/TerminalWave","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2FTerminalWave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2FTerminalWave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2FTerminalWave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2FTerminalWave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Techlm77","download_url":"https://codeload.github.com/Techlm77/TerminalWave/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2FTerminalWave/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":[],"created_at":"2025-03-08T15:49:44.649Z","updated_at":"2026-04-18T08:02:29.287Z","avatar_url":"https://github.com/Techlm77.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TerminalWave\n\nTerminalWave is a terminal-based music player with a visual waveform display. It combines simplicity with functionality, enabling users to browse directories, play MP3 files, and enjoy real-time waveform visualizations, all within the terminal.\n\n## Features\n\n- **Intuitive Terminal User Interface**: Navigate directories with ease using arrow keys.\n- **MP3 Playback**: Play MP3 files directly from your terminal.\n- **Real-Time Waveform Visualization**: Enjoy dynamic waveforms rendered in your terminal.\n- **Cross-Platform Support**: Works seamlessly on Linux and Termux (Android).\n- **Pause, Resume, and Quit Controls**:\n  - `p`: Pause playback\n  - `r`: Resume playback\n  - `q`: Quit playback\n\n## Requirements\n\nMake sure the following dependencies are installed on your system:\n\n- **C++ Compiler** (e.g., `g++` or `clang++`)\n- **ncurses**: For terminal UI.\n- **mpg123**: For MP3 decoding.\n- **PortAudio**: For audio playback.\n- **FFTW**: For waveform visualization.\n\n### Installing Dependencies\n\n#### Arch Linux\n```bash\nsudo pacman -S base-devel ncurses mpg123 portaudio fftw\n```\n\n#### Ubuntu/Linux Mint\n```bash\nsudo apt install build-essential libncurses5-dev libmpg123-dev libportaudio2 fftw2\n```\n\n#### Termux\n```bash\npkg install clang ncurses mpg123 portaudio fftw\n```\n\n## Building TerminalWave\n```bash\ngit clone https://github.com/Techlm77/TerminalWave.git\ncd TerminalWave\nclang++ music.cpp -o music -lncurses -lmpg123 -lportaudio -lpthread -lm -lfftw3\n```\n\n## Installing TerminalWave for Easy Access\n\nAfter building TerminalWave, you can move the executable to a directory in your system's `PATH` to run it from anywhere.\n\n### Linux\n```bash\nsudo mv music /usr/local/bin\n```\n\n### Termux\n```bash\nmv music $PREFIX/bin\n```\n\n## Running TerminalWave\nOnce installed, you can run TerminalWave from anywhere by simply typing:\n```bash\nmusic\n```\n\n## Enjoy!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechlm77%2Fterminalwave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechlm77%2Fterminalwave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechlm77%2Fterminalwave/lists"}