{"id":21614567,"url":"https://github.com/sproc01/memovocals","last_synced_at":"2026-05-15T08:33:53.179Z","repository":{"id":176061723,"uuid":"635949820","full_name":"Sproc01/MemoVocals","owner":"Sproc01","description":"App for record audio on an android device","archived":false,"fork":false,"pushed_at":"2023-07-05T13:23:59.000Z","size":3437,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T17:53:18.223Z","etag":null,"topics":["android","audio","kotlin","material3","mediaplayer","records","recyclerview","service","vocals"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Sproc01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-05-03T20:02:54.000Z","updated_at":"2023-07-01T14:45:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"30965a12-e1a3-4bb3-be57-79931049f017","html_url":"https://github.com/Sproc01/MemoVocals","commit_stats":null,"previous_names":["sproc01/memovocals"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Sproc01/MemoVocals","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sproc01%2FMemoVocals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sproc01%2FMemoVocals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sproc01%2FMemoVocals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sproc01%2FMemoVocals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sproc01","download_url":"https://codeload.github.com/Sproc01/MemoVocals/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sproc01%2FMemoVocals/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33059507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","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":["android","audio","kotlin","material3","mediaplayer","records","recyclerview","service","vocals"],"created_at":"2024-11-24T22:08:26.122Z","updated_at":"2026-05-15T08:33:53.148Z","avatar_url":"https://github.com/Sproc01.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MemoVocals\nApp to record audio of max 30 seconds on an android device.\n\n## Permission\nThe user must grant two permissions:\n- to record audio the app must have the RECORD_AUDIO permission\n- to listen the audio the app must have the POST_NOTIFICATIONS permission\n\n## Usage\n\u003cp\u003e When the app is launched the MainActivity is created: there is a recycler view with the records already present and a button to record. If the user press the button the app starts to record audio, this is saved in a new file with date-time as name.\u003c/p\u003e\n\u003cp\u003eFrom the MainActivity you can delete a record and open a DetailActivity.\u003c/p\u003e\n\u003cp\u003eIn the DetailActivity you see some information about the record and you can listen to it or substitute.\u003c/p\u003e\n\u003cp\u003eYou can listen a record while the app is in foreground or in background, while you can record audio only if the RecordingActivity is in foreground.\u003c/p\u003e\n\u003cp\u003eThis app supports portrait and landscape mode.\u003c/p\u003e\n\n## Supported Language\n\u003cp\u003eThe app support the english and italian date format and strings if the system language is english or italian. if the system language is different the date time is in a generic format and the strings are in English.\u003c/p\u003e\n\n## Technical information\n\u003cp\u003eThe app is written in kotlin(https://kotlinlang.org/docs/home.html) and it uses material3(https://m3.material.io) for interface components. This app is compatible with android device with android 7.0 or newer(android SDK 24 or higher). The app is tested onto two devices: a device with android 9 and a device with android 13.\u003c/p\u003e\n\n\u003cp\u003eTo allow the user to listen while the app is in background the app use a service in bound and start mode. The service is a mediaPlayback service because the notification must appeared immediatly after the user start the playback.\u003c/p\u003e\n\n## SCREENSHOT\nVertical Screenshot MainActivity and DetailActivity in italian language and in a light background\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://github.com/Sproc01/MemoVocals/assets/95143387/e8cdb3e0-6bfb-40d4-87f2-c6f6894bed92\" alt=\"MainActivityItalian\" width=\"200\" /\u003e\n\u003cimg src=\"https://github.com/Sproc01/MemoVocals/assets/95143387/02fc534e-ccc5-4a5d-9262-6342042a463b\" alt=\"DetailActivityItalian\" width=\"200\"/\u003e\n\u003c/p\u003e\n\nVertical Screenshot RecordingActivity in english language and in a light background\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://github.com/Sproc01/MemoVocals/assets/95143387/5a533460-0b2e-44f2-9cfe-bdc068b430bc\" alt=\"RecordingActivityEnglish\" width=\"200\"\u003e\n\t\u003c/p\u003e\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsproc01%2Fmemovocals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsproc01%2Fmemovocals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsproc01%2Fmemovocals/lists"}