Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

comprobot0503

macrumors newbie
Original poster
May 9, 2025
2
1
Dear all,

I have created the app for speech recognition / transcription for audio file that can support over 40+ languages,
Below is the link for free on this forum,
only first 10 users can free.
only USD 4.99 can enjoy the one off usage for later coming user.

I hope anyone can tried and use it

Thank you

comprobot
 
  • Like
Reactions: bogdanw
Thank you for the opportunity to test the app.
Some notes:
- a pkg installer requires the user’s password for install, you could just zip the app.
- the page says “Speech recognition is based on deep learning algorithm which have high accuracy”, but the app requires access to Apple’s Speech Recognition and to openapi.baidu.com. It would be best to clarify what the app uses and why certain access is required.
 
  • Like
Reactions: IJustWannaTalk
Thank you bogdnaw.
pkg installer requires user right is to allow the installer to install the app into Application menu.
Speech recognition is based on deep learning algorithm which have high accuracy that use Apple’s Speech Recognition for converting speech to text for majority languages.
openapi.baidu.com is just used For Chinese languages such as Cantonese and Putonghua.
The program after installation is about 70+ Mb.
 
Last edited:
I'm interested in this, but have no idea how to determine your legitimacy as a developer.
You can check if an app is notarized by Apple from Terminal. Example for this app:
Code:
codesign -dvv /Applications/speech\ recognition\ for\ file\ AI.app
returns
Executable=/Applications/speech recognition for file AI.app/Contents/MacOS/speech recognition for file AI
Identifier=speech.recognition.multi-language
Format=app bundle with Mach-O thin (x86_64)
CodeDirectory v=20500 size=65517 flags=0x10000(runtime) hashes=2036+7 location=embedded
Signature size=8972
Authority=Developer ID Application: Wai Lung Lo (7QJD2TJZZ2)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=5 Nov 2022 at 09:47:16
Notarization Ticket=stapled
Info.plist entries=29
TeamIdentifier=7QJD2TJZZ2
Runtime Version=12.3.0
Sealed Resources version=2 rules=13 files=43
Internal requirements count=1 size=22

You can find more information about an app with Apparency https://www.mothersruin.com/software/Apparency/
Apparency.jpg
 
  • Like
Reactions: IJustWannaTalk
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.