{"id":45253118,"url":"https://github.com/jonaylor89/apz","last_synced_at":"2026-02-20T23:02:33.809Z","repository":{"id":338127897,"uuid":"1156680704","full_name":"jonaylor89/apz","owner":"jonaylor89","description":"Terminal Audio Player","archived":false,"fork":false,"pushed_at":"2026-02-13T00:36:38.000Z","size":45,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T08:40:20.856Z","etag":null,"topics":["audio","music","player","rodio","rust","terminal","tty","visualizer","waveform"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jonaylor89.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["jonaylor89"]}},"created_at":"2026-02-12T23:33:50.000Z","updated_at":"2026-02-13T00:36:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jonaylor89/apz","commit_stats":null,"previous_names":["jonaylor89/aud"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jonaylor89/apz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fapz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fapz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fapz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fapz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonaylor89","download_url":"https://codeload.github.com/jonaylor89/apz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonaylor89%2Fapz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29667119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["audio","music","player","rodio","rust","terminal","tty","visualizer","waveform"],"created_at":"2026-02-20T23:02:32.270Z","updated_at":"2026-02-20T23:02:33.788Z","avatar_url":"https://github.com/jonaylor89.png","language":"Rust","funding_links":["https://github.com/sponsors/jonaylor89"],"categories":[],"sub_categories":[],"readme":"# apz\n\nMinimal terminal audio player with live spectrum analyzer.\n\n```\n┌apz──────────────────────────────────────────────────────────────────────┐\n│⏸ sample8.mp3                                                            │\n└─────────────────────────────────────────────────────────────────────────┘\n┌Waveform─────────────────────────────────────────────────────────────────┐\n│▃ ▂▂ ▄▄ ▂▁ ▂ ▄▃ ▄▁ ▄ ▁▅ ▂▃ ▂  ▃ ▂▂ ▃▁ ▃▂ ▅ ▂   █ ▃     ▁ ▃▁ ▃  ▃ ▁  ▁▂ ▁ │\n│█▃██▂██▅██▇█▅██▆██▅█▆██▁██▃█▇▄█▇██▅██▅████▆█▂▅▇█ ██▂█ ██ ██▂█▄▅█▁██ ██▁█▆│\n│████████████████████████████████████████████████▆████▆█████████████▆█████│\n└─────────────────────────────────────────────────────────────────────────┘\n┌Progress─────────────────────────────────────────────────────────────────┐\n│                              00:00 / 00:32                              │\n└─────────────────────────────────────────────────────────────────────────┘\n┌Volume───────────────────────────────────────────────────────────────────┐\n│██████████████████████████████████100% ██████████████████████████████████│\n└─────────────────────────────────────────────────────────────────────────┘\n\n\n\n\n\n\n\n\n┌Controls─────────────────────────────────────────────────────────────────┐\n│[Space] play/pause  [Q] quit  [R] restart                                │\n└─────────────────────────────────────────────────────────────────────────┘\n```\n\n## Build\n\n```bash\ncargo build --release\n```\n\n## Usage\n\n```bash\n./target/release/apz [OPTIONS] \u003caudio_file\u003e\n```\n\n## Options\n\n```\n--visualizer           Enable live spectrum analyzer\n--bars \u003cn\u003e             Number of frequency bars (default: 100)\n--smoothing \u003cf\u003e        Smoothing factor 0.0-1.0 (default: 0.7)\n--bass-boost \u003cf\u003e       Bass boost multiplier (default: 1.5)\n--volume-step \u003cf\u003e      Volume adjustment step (default: 0.05)\n--seek-step \u003cn\u003e        Seek step in seconds (default: 5)\n-h, --help             Show help message\n```\n\n### Examples\n\n```bash\n# Basic playback\n./target/release/apz song.mp3\n\n# With visualizer\n./target/release/apz --visualizer song.mp3\n\n# Custom visualizer settings\n./target/release/apz --visualizer --bars 50 --bass-boost 2.0 song.mp3\n\n# Custom seek/volume steps\n./target/release/apz --seek-step 10 --volume-step 0.1 song.mp3\n```\n\n## Supported Formats\n\nMP3, WAV, FLAC, OGG, AAC/M4A\n\n## Controls\n\n- `Space` - Play/pause\n- `←/→` - Seek ±5 seconds\n- `↑/↓` - Volume ±5%\n- `R` - Restart\n- `Q` - Quit\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonaylor89%2Fapz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonaylor89%2Fapz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonaylor89%2Fapz/lists"}