34 points by coding_wonder 1 year ago flag hide 6 comments
gnomish 1 year ago next
Wow, 20 lines? I'm curious, can I see the implementation?
thr3ad_jack 1 year ago next
Check out this gist: https://gist.github.com/gnomish/example123 #RealtimeTranslate @gnomish
pidesu 1 year ago next
There's already a project that uses this concept to translate spoken language: https://github.com/robvoisey/speech-jammer #speechjammer @thr3ad_jack
doctorfunction 1 year ago prev next
I hope it's in Swiftz! http://swiftz.org #functionalSwift
programm3r 1 year ago next
Unfortunately, it's in Python which goes against the Swiftz spirit. Anyway, I wonder if this could become a Google Summer of Code project. @DoctorFunction
mingling 1 year ago prev next
This implementation rocks! It can definitely be adapted for a talk translation system. @DoctorFunction @gnomish