{"id":19706478,"url":"https://github.com/hemulgm/fmxaudio","last_synced_at":"2025-03-17T14:14:57.672Z","repository":{"id":37487220,"uuid":"264207468","full_name":"HemulGM/FMXAudio","owner":"HemulGM","description":"FMX Audio BASS Lib for Win and Android (Component)","archived":false,"fork":false,"pushed_at":"2024-12-24T13:03:59.000Z","size":34749,"stargazers_count":54,"open_issues_count":0,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-03T23:49:20.516Z","etag":null,"topics":["android","bass","bass-library","component","delphi","fgx","fgx-firemonkey","fmx","vcl","windows"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/HemulGM.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}},"created_at":"2020-05-15T13:57:14.000Z","updated_at":"2024-12-29T01:25:01.000Z","dependencies_parsed_at":"2024-01-09T01:15:33.077Z","dependency_job_id":null,"html_url":"https://github.com/HemulGM/FMXAudio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemulGM%2FFMXAudio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemulGM%2FFMXAudio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemulGM%2FFMXAudio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HemulGM%2FFMXAudio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HemulGM","download_url":"https://codeload.github.com/HemulGM/FMXAudio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047646,"owners_count":20389206,"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","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","bass","bass-library","component","delphi","fgx","fgx-firemonkey","fmx","vcl","windows"],"created_at":"2024-11-11T21:35:44.483Z","updated_at":"2025-03-17T14:14:57.649Z","avatar_url":"https://github.com/HemulGM.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FMXAudio\n\nHandle initialization\n```delphi\nif not FMXPlayer.Init(Handle) then\nbegin\n  ShowMessage('Error ' + FMXPlayer.LastErrorCode.ToString);\nend;\n```\n## Sync\nPlay stream\n```delphi\nFMXPlayer.StreamURL := StreamUrl;\nFMXPlayer.Play;\n```\nPlay file\n```delphi\nFMXPlayer.FileName := FileName;\nFMXPlayer.Play;\n```\n## Async\nPlay stream **async**\n```delphi\nFMXPlayer.StreamURL := StreamUrl;\nFMXPlayer.PlayAsync;\n```\nPlay file **async**\n```delphi\nFMXPlayer.FileName := FileName;\nFMXPlayer.PlayAsync;\n```\nYou can use properties: AutoInit, AutoPlay and Async\n\nYou can use the library to play sounds. And to prevent sounds from breaking off with new sounds, you must set the flag KeepPlayChannel = True;\n\n## Windows\n\u003cpre\u003e\n1. Download bass24.zip from http://www.un4seen.com (direct link http://uk.un4seen.com/files/bass24.zip ).\n2. Extract the archive somewhere, copy extracted bass.dll to your project output directory.\n\u003c/pre\u003e\n\n## Android\nProject -\u003e Deployment -\u003e Add Files\n\u003cpre\u003e\n1 : Library-\u003eAndroid-\u003earmeabi\n\ta : libbass.so\n\tb : libbass_aac.so\t\n\tc : libbassflac.so\n\tRemote Path : library\\lib\\armeabi\\\n\u003c/pre\u003e\n\u003cpre\u003e\n2 : Library-\u003eAndroid-\u003ex86\n\ta : libbass.so\n\tb : libbass_aac.so\t\n\tc : libbassflac.so\n\tRemote Path : library\\lib\\x86\\\n\u003c/pre\u003e\n\u003cpre\u003e\n3 : Library-\u003eAndroid-\u003earmeabi-v7a\n\ta : libbass.so\n\tb : libbass_aac.so\t\n\tc : libbassflac.so\n\tRemote Path : library\\lib\\armeabi-v7a\\\n\u003c/pre\u003e\nMake sure library files remote path name, must be added in the Deployment window.\n\n## Info\nBASS is an audio library for use in software on several platforms. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via OS codecs and add-ons), MOD music (XM, IT, S3M, MOD, MTM, UMX), MO3 music (MP3/OGG compressed MODs), and recording functions. All in a compact DLL that won't bloat your distribution.\n\n#Android\nhttp://www.un4seen.com/forum/?topic=13225\n\n#IOS\nhttp://www.un4seen.com/forum/?topic=10910\n\n#WinCE\nhttp://www.un4seen.com/forum/?topic=9534\n\n#ARMLINUX\nhttp://www.un4seen.com/forum/?topic=13804\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemulgm%2Ffmxaudio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemulgm%2Ffmxaudio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemulgm%2Ffmxaudio/lists"}