-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
committed
Feb 10, 2025
1 parent
db5f4fe
commit 8b75516
Showing
6 changed files
with
121 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* <!-- START LICENSE --> | ||
This Software / Program / Source Code Created By Developer From Company GLOBAL CORPORATION | ||
Social Media: | ||
- Youtube: https://youtube.com/@Global_Corporation | ||
- Github: https://github.com/globalcorporation | ||
- TELEGRAM: https://t.me/GLOBAL_CORP_ORG_BOT | ||
All code script in here created 100% original without copy / steal from other code if we copy we add description source at from top code | ||
If you wan't edit you must add credit me (don't change) | ||
If this Software / Program / Source Code has you | ||
Jika Program ini milik anda dari hasil beli jasa developer di (Global Corporation / apapun itu dari turunan itu jika ada kesalahan / bug / ingin update segera lapor ke sub) | ||
Misal anda beli Beli source code di Slebew CORPORATION anda lapor dahulu di slebew jangan lapor di GLOBAL CORPORATION! | ||
Jika ada kendala program ini (Pastikan sebelum deal project tidak ada negosiasi harga) | ||
Karena jika ada negosiasi harga kemungkinan | ||
1. Software Ada yang di kurangin | ||
2. Informasi tidak lengkap | ||
3. Bantuan Tidak Bisa remote / full time (Ada jeda) | ||
Sebelum program ini sampai ke pembeli developer kami sudah melakukan testing | ||
jadi sebelum nego kami sudah melakukan berbagai konsekuensi jika nego tidak sesuai ? | ||
Bukan maksud kami menipu itu karena harga yang sudah di kalkulasi + bantuan tiba tiba di potong akhirnya bantuan / software kadang tidak lengkap | ||
<!-- END LICENSE --> */ | ||
export 'audio_core.dart'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/* <!-- START LICENSE --> | ||
This Software / Program / Source Code Created By Developer From Company GLOBAL CORPORATION | ||
Social Media: | ||
- Youtube: https://youtube.com/@Global_Corporation | ||
- Github: https://github.com/globalcorporation | ||
- TELEGRAM: https://t.me/GLOBAL_CORP_ORG_BOT | ||
All code script in here created 100% original without copy / steal from other code if we copy we add description source at from top code | ||
If you wan't edit you must add credit me (don't change) | ||
If this Software / Program / Source Code has you | ||
Jika Program ini milik anda dari hasil beli jasa developer di (Global Corporation / apapun itu dari turunan itu jika ada kesalahan / bug / ingin update segera lapor ke sub) | ||
Misal anda beli Beli source code di Slebew CORPORATION anda lapor dahulu di slebew jangan lapor di GLOBAL CORPORATION! | ||
Jika ada kendala program ini (Pastikan sebelum deal project tidak ada negosiasi harga) | ||
Karena jika ada negosiasi harga kemungkinan | ||
1. Software Ada yang di kurangin | ||
2. Informasi tidak lengkap | ||
3. Bantuan Tidak Bisa remote / full time (Ada jeda) | ||
Sebelum program ini sampai ke pembeli developer kami sudah melakukan testing | ||
jadi sebelum nego kami sudah melakukan berbagai konsekuensi jika nego tidak sesuai ? | ||
Bukan maksud kami menipu itu karena harga yang sudah di kalkulasi + bantuan tiba tiba di potong akhirnya bantuan / software kadang tidak lengkap | ||
<!-- END LICENSE --> */ | ||
// ignore_for_file: non_constant_identifier_names | ||
|
||
|
||
import 'package:general/core/general_library.dart'; | ||
import 'package:general_audio/dart/general_audio/general_audio.dart'; | ||
|
||
/// UncompleteDocumentation | ||
class GeneralLibraryAudioBase implements GeneralLibraryCore { | ||
final GeneralAudio generalAudio = GeneralAudio(); | ||
|
||
@override | ||
bool isSupport() { | ||
return generalAudio.isDeviceSupport(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters