Skip to content

Commit

Permalink
Temporarily disable record
Browse files Browse the repository at this point in the history
CI errors point to record, yet, can't be repro'd on my machine with
same Xcode version. See if removing record actually fixes it, or record
is being blamed for something deeper.
  • Loading branch information
jpohhhh committed Nov 2, 2024
1 parent 2106c72 commit af5366c
Show file tree
Hide file tree
Showing 8 changed files with 705 additions and 714 deletions.
775 changes: 387 additions & 388 deletions example/lib/stt_service.dart

Large diffs are not rendered by default.

632 changes: 318 additions & 314 deletions example/lib/tts_demo_widget.dart

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions example/linux/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <audioplayers_linux/audioplayers_linux_plugin.h>
#include <fonnx/fonnx_plugin.h>
#include <record_linux/record_linux_plugin.h>

void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) audioplayers_linux_registrar =
Expand All @@ -17,7 +16,4 @@ void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) fonnx_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "FonnxPlugin");
fonnx_plugin_register_with_registrar(fonnx_registrar);
g_autoptr(FlPluginRegistrar) record_linux_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "RecordLinuxPlugin");
record_linux_plugin_register_with_registrar(record_linux_registrar);
}
1 change: 0 additions & 1 deletion example/linux/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
list(APPEND FLUTTER_PLUGIN_LIST
audioplayers_linux
fonnx
record_linux
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down
2 changes: 0 additions & 2 deletions example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ import Foundation
import audioplayers_darwin
import fonnx
import path_provider_foundation
import record_darwin

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
FonnxPlugin.register(with: registry.registrar(forPlugin: "FonnxPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
}
1 change: 0 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies:
git:
url: https://github.com/Telosnex/libmonet.git
ref: main
record: ^5.1.2
audioplayers: ^6.0.0
file_picker: ^8.1.2
collection: ^1.18.0
Expand Down
3 changes: 0 additions & 3 deletions example/windows/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@

#include <audioplayers_windows/audioplayers_windows_plugin.h>
#include <fonnx/fonnx_plugin_c_api.h>
#include <record_windows/record_windows_plugin_c_api.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
AudioplayersWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
FonnxPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FonnxPluginCApi"));
RecordWindowsPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("RecordWindowsPluginCApi"));
}
1 change: 0 additions & 1 deletion example/windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
list(APPEND FLUTTER_PLUGIN_LIST
audioplayers_windows
fonnx
record_windows
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down

0 comments on commit af5366c

Please sign in to comment.