Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
startPlayerFromStream()is not yet implemented.await startRecorder(codec: opusWebM, toFile: 'foo'); // the LocalSessionStorage key `foo` will contain the URL of the recorded object
...
await stopRecorder();
await startPlayer('foo'); // ('foo' is the LocalSessionStorage key of the recorded sound URL object)dependencies:
flutter:
sdk: flutter
flutter_sound: ^6.0.0dependencies:
flutter:
sdk: flutter
flutter_sound_lite: ^6.0.0cd some/where
git clone https://github.com/canardoux/tau
cd some/where/flutter_sound
bin/flavor FULLdependencies:
flutter:
sdk: flutter
flutter_sound:
path: some/where/flutter_soundcd some/where
git clone https://github.com/canardoux/tau
cd some/where/flutter_sound
bin/flavor LITEdependencies:
flutter:
sdk: flutter
flutter_sound_lite:
path: some/where/flutter_sound <key>NSAppleMusicUsageDescription</key>
<string>MyApp does not need this permission</string>
<key>NSCalendarsUsageDescription</key>
<string>MyApp does not need this permission</string>
<key>NSCameraUsageDescription</key>
<string>MyApp does not need this permission</string>
<key>NSContactsUsageDescription</key>
<string>MyApp does not need this permission</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>MyApp does not need this permission</string>
<key>NSMotionUsageDescription</key>
<string>MyApp does not need this permission</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>MyApp does not need this permission</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>NSMicrophoneUsageDescription</key>
<string>MyApp uses the microphone to record your speech and convert it to text.</string><uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> <script src="assets/packages/flutter_sound_web/js/flutter_sound/flutter_sound.js"></script>
<script src="assets/packages/flutter_sound_web/js/flutter_sound/flutter_sound_player.js"></script>
<script src="assets/packages/flutter_sound_web/js/flutter_sound/flutter_sound_recorder.js"></script>
<script src="assets/packages/flutter_sound_web/js/howler/howler.js"></script> <script src="https://cdn.jsdelivr.net/npm/tau_engine@6/js/flutter_sound/flutter_sound.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tau_engine@6/js/flutter_sound/flutter_sound_player.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tau_engine@6/js/flutter_sound/flutter_sound_recorder.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/howler@2/dist/howler.min.js"></script>Cocoapods could not find compatible versions for pod ...cd ios
pod cache clean --all
rm Podfile.lock
rm -rf .symlinks/
cd ..
flutter clean
flutter pub get
cd ios
pod update
pod repo update
pod install --repo-update
pod update
pod install
cd ..
