easy_audio 1.0.1 copy "easy_audio: ^1.0.1" to clipboard
easy_audio: ^1.0.1 copied to clipboard

Easy record audio file, and friendly convert `speech_to_text`

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/easy_audio_screen.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      title: 'Easy Audio',
      home: EasyAudioExampleScreen(),
    );
  }
}
9
likes
140
points
90
downloads

Publisher

verified publisherfighttech.vn

Weekly Downloads

Easy record audio file, and friendly convert `speech_to_text`

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

audioplayers, flutter, flutter_bloc, path_provider, record, speech_to_text, wakelock_plus

More

Packages that depend on easy_audio