{"id":18614800,"url":"https://github.com/andrewjbateman/ionic-angular-audiorep","last_synced_at":"2025-10-07T13:13:15.858Z","repository":{"id":41764690,"uuid":"217134356","full_name":"AndrewJBateman/ionic-angular-audiorep","owner":"AndrewJBateman","description":":clipboard: App to play audio files using audio library Howler, another great tutorial from Simon Grimm of Devtactic ","archived":false,"fork":false,"pushed_at":"2024-01-09T17:35:43.000Z","size":7866,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-17T01:34:27.248Z","etag":null,"topics":["angular","angular16","audio-streaming","howler","howler-audio-library","html5","ionic","mp3-player","scss-styles","strict-types","tutorial-code","typescript4"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AndrewJBateman.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}},"created_at":"2019-10-23T19:11:53.000Z","updated_at":"2024-02-28T14:39:39.000Z","dependencies_parsed_at":"2024-11-07T03:40:55.459Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/ionic-angular-audiorep","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrewJBateman/ionic-angular-audiorep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-audiorep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-audiorep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-audiorep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-audiorep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/ionic-angular-audiorep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fionic-angular-audiorep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278779888,"owners_count":26044462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["angular","angular16","audio-streaming","howler","howler-audio-library","html5","ionic","mp3-player","scss-styles","strict-types","tutorial-code","typescript4"],"created_at":"2024-11-07T03:27:03.234Z","updated_at":"2025-10-07T13:13:15.810Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","readme":"# :zap: Ionic Angular Audio Reproduction\n\n* Ionic-Angular app to play mp3 audio files.\n* Code from [Simon Grimm](https://www.youtube.com/channel/UCZZPgUIorPao48a1tBYSDgg) - see [:clap: Inspiration](#clap-inspiration) below, with updates \u0026 refactoring - e.g. use of ternery expressions. Updated to latest Ionic/Angular + dependencies. Strict mode enabled which required strict initialisation of properties, e.g. range, player to avoid errors.\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/ionic-angular-audiorep?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/ionic-angular-audiorep?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/ionic-angular-audiorep?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/ionic-angular-audiorep?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [:zap: Ionic Angular Audio Reproduction](#zap-ionic-angular-audio-reproduction)\n  * [:page\\_facing\\_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal\\_strength: Technologies](#signal_strength-technologies)\n  * [:floppy\\_disk: Setup](#floppy_disk-setup)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \\\u0026 To-do list](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file\\_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* Uses the [Howler](https://www.npmjs.com/package/howler) audio library to play mp3 files.\n\n## :camera: Screenshots\n\n![screenshot](./img/audio-player.png)\n\n## :signal_strength: Technologies\n\n* [Ionic/angular v7](https://ionicframework.com/)\n* [Angular v16](https://angular.io/)\n* [Howler v2](https://www.npmjs.com/package/howler)\n\n## :floppy_disk: Setup\n\n* `npm i` to install dependencies\n* To start the server on _localhost://8100_ type: 'ionic serve'\n* To start the server on a mobile using Ionic devapp and connected via wifi, type: 'ionic serve --devapp'\n* The Ionic DevApp was installed on an Android device from the Google Play app store.\n\n## :computer: Code Examples\n\n* `home.page.ts` function to toggle Howl player play and pause functions\n\n```typescript\n    togglePlayer(pause: Boolean) {\n    this.isPlaying = !pause;\n    pause ? this.player.pause() : this.player.play();\n  }\n```\n\n## :cool: Features\n\n* Howler audio library API defaults to the [W3C Web Audio API](https://webaudio.github.io/web-audio-api/) and falls back to [HTML5 Audio](https://html.spec.whatwg.org/multipage/media.html#the-audio-element).\n\n## :clipboard: Status \u0026 To-do list\n\n* Status: Working\n* To-do: Nothing\n\n## :clap: Inspiration\n\n* [Simon Grimm 'How to Build a Simple Ionic 4 Audio Player'](https://www.youtube.com/watch?v=d_rKawKDq58).\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: `gomezbateman@yahoo.com`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-audiorep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fionic-angular-audiorep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fionic-angular-audiorep/lists"}