Skip to content

Commit

Permalink
updated memebrs list, added new play sound code and realtime conversa…
Browse files Browse the repository at this point in the history
…tions in FF
  • Loading branch information
bulgariamitko committed Nov 27, 2024
1 parent d252e25 commit 1fc8364
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 27 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Packages/audioplayers/play-sound.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:path_provider/path_provider.dart';
import 'dart:io';

File? _tempFile;
Future<void> playSoundFromBytes(BuildContext context, String bytes) async {
Future<void> playSoundFromBytes(String bytes) async {
try {
// Convert the String of bytes to Uint8List
Uint8List audioBytes = Uint8List.fromList(bytes.codeUnits);
Expand Down
Loading

0 comments on commit 1fc8364

Please sign in to comment.