From edbc525a0e447e25829beafe909aee16b0d59941 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Sun, 18 Jun 2023 13:41:04 +0800 Subject: [PATCH] v0.1 --- Qt/android/AndroidManifest.xml | 2 +- Qt/mEDIFIER.pro | 5 +- Qt/mEDIFIER_zh_CN.ts | 340 +++++++++++++++++++-------------- README.md | 12 +- 4 files changed, 207 insertions(+), 152 deletions(-) diff --git a/Qt/android/AndroidManifest.xml b/Qt/android/AndroidManifest.xml index 8bc67fd..5d2f564 100644 --- a/Qt/android/AndroidManifest.xml +++ b/Qt/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/Qt/mEDIFIER.pro b/Qt/mEDIFIER.pro index 3d7f3f5..1bd17b3 100644 --- a/Qt/mEDIFIER.pro +++ b/Qt/mEDIFIER.pro @@ -51,9 +51,12 @@ DISTFILES += \ android/AndroidManifest.xml # Remember to change version in AndroidManifest.xml -VERSION = 0.0.3 +VERSION = 0.1.0 # Expose VERSION to the source files. DEFINES += APP_VERSION=\\\"$$VERSION\\\" +QMAKE_TARGET_PRODUCT = "mEDIFIER" +QMAKE_TARGET_DESCRIPTION = "Alternative to Edifier Connect" +QMAKE_TARGET_COMPANY = "wh201906" # For bluetoothapis.h on Windows, with MinGW win32: LIBS += -lBthprops diff --git a/Qt/mEDIFIER_zh_CN.ts b/Qt/mEDIFIER_zh_CN.ts index fd5514b..745ee0e 100644 --- a/Qt/mEDIFIER_zh_CN.ts +++ b/Qt/mEDIFIER_zh_CN.ts @@ -2,321 +2,369 @@ - CommRFCOMM - - - Device Connected - 设备已连接 - - - - Device Disconnected - 设备已断开 - - - - DeviceForm - - - Search RFCOMM - 搜索RFCOMM设备 - - - - Search BLE - 搜索BLE设备 - - - - Stop - 停止 - - - - Name - 设备名 - - - - Address - 地址 - - - - Type - 类型 - - - - Connect - 连接 - - - - Disconnect - 断开连接 - - - - - - RFCOMM - - - - - - - BLE - - - - - MainWindow - - - mEDIFIER - - - - - Read Settings - 读取设置 - - - - Device - 设备 - - - - W820NBPlusForm + BaseDevice - - W820NB Plus - W820NB双金标版 + + BaseDevice + 通用设备 - + Info 信息 - + Battery: 电量: - - - + + + Get 获取 - + MAC Address: MAC地址: - + Firmware Version: 固件版本: - + Name 设备名 - + Takes effect after removing the pairing record and re-pairing 删除配对记录并重新配对后生效 - - - - + + + + Set 设置 - - - + + + Noise Reduction 降噪 - - - + + + Normal 标准 - - - + + + Ambient Sound 环境声 - + Control Settings 操控设置 - + Please select at least 2 items 请选择至少2项 - + Sound Effect 音效 - + Pop 流行 - + Classical 古典 - + Rock 摇滚 - + Prompt Volume 耳机提示音量 - + Shutdown timer 定时关机 - + min 分钟 - + LDAC - + OFF 关闭 - + 44.1k/48k - + 96k - + Takes effect after re-pairing 重新配对后生效 - + Game Mode 游戏模式 - + + Auto power off if there is no audio input for 30 minutes + Auto power off if there is no audio input for 30 minutes. + 无音频输入30分钟后自动关机 + + + Poweroff 关机 - + Disconnect 断开连接 - + Re-pair 重新配对 - + Factory Reset 恢复出厂设置 - + Play Control 播放控制 - + Vol+ 音量+ - + Vol- 音量- - + Play 播放 - + Pause 暂停 - + Prev 上一曲 - + Next 下一曲 - + Send Command 发送命令 - + command(Hex) 命令(16进制) - + Raw 原始命令 - + Send 发送 - + The name is too long - The name is too long. 设备名过长 + + CommBLE + + + Device Connected + 设备已连接 + + + + Device Disconnected + 设备已断开 + + + + CommRFCOMM + + + Device Connected + 设备已连接 + + + + Device Disconnected + 设备已断开 + + + + DeviceForm + + + Search RFCOMM + 搜索RFCOMM设备 + + + + Search BLE + 搜索BLE设备 + + + + Stop + 停止 + + + + Name + 设备名 + + + + Address + 地址 + + + + Type + 类型 + + + + Connect + 连接 + + + + Disconnect + 断开连接 + + + + + + RFCOMM + + + + + + + BLE + + + + + Bluetooth is not available + 蓝牙不可用 + + + + MainWindow + + + mEDIFIER + + + + + Read Settings + 读取设置 + + + + Device + 设备 + + + + Device not connected + 设备未连接 + + + + Device detected + 识别到设备 + + + + Generic Device + 通用设备 + + + + W820NB Double Gold + W820NB双金标版 + + + + W200BT Plus + + + diff --git a/README.md b/README.md index 4b3f547..d927d8a 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,16 @@ I just don't know why the Edifier Connect takes up more than 200MB on my phone. # Pros + Smaller - (Android: ~2MB, Qt(Android): ~9MB, Qt(PC): ~30MB) -+ No Internet is required + (Android: ~2MB, Qt(Android): ~9MB, Qt(PC): ~30MB) ++ No Internet is required ++ Less click on the physical buttons ++ Cross-platform # Cons -+ Tested on W820NB and W820NB Plus only -+ Works for RFCOMM only ++ Tested on W820NB Double Gold and W200BT Plus only + (Maybe works for W820NB Plus and W820NB somehow) ++ The BLE connection on Windows is not convenient ++ Sending raw commands to your device might break it # Previews (All versions have both English And Simplified Chinese interfaces)