{"id":17804036,"url":"https://github.com/evroon/kotlin-soundboard","last_synced_at":"2026-05-15T18:02:34.412Z","repository":{"id":129004670,"uuid":"195105564","full_name":"evroon/kotlin-soundboard","owner":"evroon","description":"Simple soundboard app for Android written in Kotlin","archived":false,"fork":false,"pushed_at":"2021-03-15T18:15:21.000Z","size":1453,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T04:47:52.191Z","etag":null,"topics":["android","kotlin-android","soundboard"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/evroon.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":"2019-07-03T18:12:12.000Z","updated_at":"2021-03-14T17:12:02.000Z","dependencies_parsed_at":"2023-04-24T13:18:08.804Z","dependency_job_id":null,"html_url":"https://github.com/evroon/kotlin-soundboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evroon/kotlin-soundboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evroon%2Fkotlin-soundboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evroon%2Fkotlin-soundboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evroon%2Fkotlin-soundboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evroon%2Fkotlin-soundboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evroon","download_url":"https://codeload.github.com/evroon/kotlin-soundboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evroon%2Fkotlin-soundboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["android","kotlin-android","soundboard"],"created_at":"2024-10-27T12:48:53.637Z","updated_at":"2026-05-15T18:02:34.385Z","avatar_url":"https://github.com/evroon.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kotlin Soundboard\n[![tests](https://github.com/evroon/kotlin-soundboard/actions/workflows/main.yml/badge.svg)](https://github.com/evroon/kotlin-soundboard/actions/workflows/main.yml)\n\nA very basic soundboard for Android, written in Kotlin.\n\n![alt text](misc/preview.jpg \"Preview of the app\")\n\nAdding sounds\n----\nAdd a sound to the view by doing the following:\n1) Place a sound file (such as `example.wav`) in the [raw directory](https://github.com/evroon/kotlin-soundboard/tree/master/app/src/main/res/raw).\n2) Add a string to [strings.xml](https://github.com/evroon/kotlin-soundboard/blob/master/app/src/main/res/values/strings.xml), which represents the displayed text in the button. Like this:\n```xml\n\u003cresources\u003e\n    \u003cstring name=\"app_name\"\u003ekotlin-soundboard\u003c/string\u003e\n    \u003cstring name=\"splash_sounds\"\u003eSplash sounds\u003c/string\u003e\n    \u003cstring name=\"splash\"\u003esplash\u003c/string\u003e\n    \u003cstring name=\"example\"\u003eexample sound\u003c/string\u003e\n\u003c/resources\u003e\n```\n3) Register the button in [MainActivity.kt](https://github.com/evroon/kotlin-soundboard/blob/master/app/src/main/java/com/evroon/kotlin_soundboard/MainActivity.kt), by adding it to `layout`:\n```kotlin\nval layout = arrayOf(\n    \"textview_splash_sounds\",\n    \"button_splash\",\n    \"button_example\"\n)\n```\nIt is also possible to add textviews to the layout to split the sounds in categories.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevroon%2Fkotlin-soundboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevroon%2Fkotlin-soundboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevroon%2Fkotlin-soundboard/lists"}