TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AI Guesses Your Accent

222 pointsby mikpanko6 months ago

115 comments

belval6 months ago
It&#x27;s fun but as I tested it I realized how this is pretty much the modern equivalent of a Facebook quiz that asks you the name of your first pet, first car and mother&#x27;s maiden name.<p>If they recorded any of that they likely have enough to clone my voice somewhat faithfully.<p>Congratulations on labelling my French Canadian accent as French though, I&#x27;ll have to work on my pronounciation more to fool the AI.
评论 #42395059 未加载
评论 #42393442 未加载
评论 #42392378 未加载
评论 #42399925 未加载
评论 #42395191 未加载
评论 #42395202 未加载
jackdawed6 months ago
This was a big confidence booster for me as when I first started learning English, people would complement me on how well I spoke English, but I took that as my accent was still detectable. It&#x27;s only been in the past 5 years that people assumed I was American and made no comment on my English at all, until I disclosed that English was my second language. It&#x27;s usually certain words that give me trouble, like &quot;cupboard&quot; or &quot;chef&quot;. The AI detected my accent as a mixture of German and English. When I tried to exaggerate my accent, it correctly detected Thai.
评论 #42394315 未加载
评论 #42393889 未加载
评论 #42393839 未加载
评论 #42395126 未加载
评论 #42406154 未加载
jampa6 months ago
I knew my accent was strong, but I didn&#x27;t expect to get 100% Portuguese, which is strange since Portuguese from Portugal sounds more like Eastern Europe, and Portuguese Brazil is more like Spanish. Maybe it considers both accents to be Portuguese?<p>A fun fact: When using Whisper by OpenAI, there seems to be a ~1% chance that all my text, which was spoken entirely in English, is automatically transcribed and translated into pt-BR without any prompting. It happens more often when I am not paying too much attention to pronunciation.<p>The weird thing is that all the words were transcribed correctly (beyond being entirely in a different language)
评论 #42395150 未加载
评论 #42396181 未加载
wheybags6 months ago
The homepage sort of implies that &quot;having an accent&quot; is something only non native speakers do? Like an accent only comes from your exotic mother tongue. Kinda weird. It told me I&#x27;m a native speaker, and I am a non American native speaker so... good I guess?
throw6465776 months ago
Congratulations: you gave someone a standardised sample of your voice they can use in a programmatic scam.<p>Don&#x27;t do this.
评论 #42393676 未加载
评论 #42395558 未加载
评论 #42393740 未加载
评论 #42395549 未加载
评论 #42393843 未加载
评论 #42396061 未加载
评论 #42398176 未加载
评论 #42393928 未加载
itsadok6 months ago
The app this is advertising helps non-native speakers with their accent, I assume to sound more American. This is a great goal, and I&#x27;m sure there are a lot of people who would be willing to pay the $200-$300 yearly subscription cost. Apparently the AI part is not even the main function of the app, that&#x27;s what the extra $100 are paying for[1].<p>I would be interested in an AI-only product that would help me learn to passably immitate various English accents, like Australian, Irish and so forth, for fun. I know that ChatGPT Voice can do accents pretty well, I&#x27;ve been wondering if it would also be able to help me with mine, but I haven&#x27;t tried it seriously.<p>[1] <a href="https:&#x2F;&#x2F;www.boldvoice.com&#x2F;frequently-asked-questions" rel="nofollow">https:&#x2F;&#x2F;www.boldvoice.com&#x2F;frequently-asked-questions</a>
评论 #42392573 未加载
评论 #42392542 未加载
评论 #42393811 未加载
评论 #42393548 未加载
lopatin6 months ago
My mind is blown right now. My whole life I&#x27;ve been told that my speech is so American and that I don&#x27;t have a Russian accent (left Russia when I was 4). Lo and behold, this app tells me that my accent is Russian (61%) with English being a distant second (13%).
评论 #42394240 未加载
评论 #42394813 未加载
hyperbovine6 months ago
It gave this native English speaker &quot;Swedish&quot; with p &gt; 90%. Just confirms the feeling I get every time I go to Sweden that they really do speak better English than me.
评论 #42394019 未加载
评论 #42393611 未加载
binary1326 months ago
I’d be interested in a version of this that guesses regional American accent backgrounds. I’d like to think it would have a hard time with me.
评论 #42393649 未加载
评论 #42394013 未加载
nu11ptr6 months ago
Not very good guesses. It had me read twice and I used a high quality mic. It guessed Spanish as my native language, but picked up a bit of Chinese and a bit of English. I am a native born American whose only language is English and a life long Midwesterner. I have a midwestern accent and occasionally some Canadian influences sneaks in (or so people have told me), but Spanish&#x2F;Chinese? Completely wrong.
评论 #42393514 未加载
评论 #42397378 未加载
gauravphoenix6 months ago
Whenever time permits, I have a (bad) habit of viewing source code of new website. In this case, I found this on this website: (haven&#x27;t read the js yet to see what&#x27;s the true intent but surely a sign of horrible engineering)<p>edit- seems like remix customizations.<p><pre><code> &quot;remove-watch-video-requirement&quot;: { &quot;defaultValue&quot;: false, &quot;rules&quot;: [{ &quot;condition&quot;: { &quot;env&quot;: &quot;prod&quot;, &quot;email&quot;: { &quot;$in&quot;: [&quot;&lt;redacted&gt;@gmail.com&quot;, &quot;redacted&quot;] } }, &quot;force&quot;: true }] }, &quot;score-only-lesson-phoneme&quot;: { &quot;defaultValue&quot;: true }, &quot;auto-stop-recording-for-all-practice&quot;: { &quot;defaultValue&quot;: true, &quot;rules&quot;: [{ &quot;condition&quot;: { &quot;env&quot;: &quot;prod&quot;, &quot;email&quot;: { &quot;$in&quot;: [&quot;redacted&quot;, &quot;redacted&quot;, &quot;redacted@live.com&quot;] } }, &quot;force&quot;: false }] }, &quot;use-speechace-v9&quot;: { &quot;defaultValue&quot;: true }, &quot;april-2022-price-increase-experiment&quot;: { &quot;defaultValue&quot;: false, &quot;rules&quot;: [{ &quot;condition&quot;: { &quot;env&quot;: &quot;prod&quot;, &quot;email&quot;: { &quot;$in&quot;: [&quot;redacted@usorov.com&quot;, &quot;redacted@gmail.com&quot;, &quot;redacted@gmail.com&quot;, &quot;redacted@boldvoice.com&quot;, &quot;redacted@gmail.com&quot;] } }, &quot;force&quot;: false</code></pre>
评论 #42395160 未加载
评论 #42394049 未加载
评论 #42395961 未加载
评论 #42394073 未加载
评论 #42393902 未加载
imalerba6 months ago
Fell for it. 90% czech, 10% polish. Nothing further from the reality. I guess it just geolocates by IP?
评论 #42392429 未加载
评论 #42392613 未加载
评论 #42392323 未加载
评论 #42393435 未加载
评论 #42392529 未加载
hacker0026 months ago
&quot;This reminds me of a tool I found recently:<a href="https:&#x2F;&#x2F;accentvoice.net" rel="nofollow">https:&#x2F;&#x2F;accentvoice.net</a>
rougka6 months ago
AI fingerprints your voice and sells it to ad companies
评论 #42393510 未加载
评论 #42392505 未加载
评论 #42393592 未加载
evan_6 months ago
Interesting, I was hoping it would be more specific than &quot;English&quot; (e.g. &quot;Southern Illinois&quot;), but I&#x27;m sure that&#x27;s just around the corner. It looks like this is an advertisement for a product to &quot;lose&quot; your accent, so as long as you sound like a native English-speaker they&#x27;re happy.<p>I tried again using an outrageously bad (probably to the point of offense) Scottish brogue and it pegged it as German.
评论 #42392401 未加载
kyleblarson6 months ago
Would be cool if it could detect area specific accents. I grew up in Kentucky and tried it in a very thick Eastern KY accent and it just said native english speaker. (technically true) Here&#x27;s what it sounds like: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bB8vHRH9A6M" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=bB8vHRH9A6M</a>
sndlr6 months ago
It doesn&#x27;t work - it seemed to catch my accent once I ran it a couple of times on the same browser, but... in the incognito mode, it fails every single time, ranging from French and Swedish to Swahili. :D When I mumbled a bit and lowered my voice, it said 97% English, lol. Maybe its model treats mumbling as the UK, hard to say. When I added a bit of &quot;R,&quot; it immediately recognized me as Russian, ignoring everything else. And when I increased my pitch without changing anything else, it started detecting Persian and Spanish. When I used a proxy server pointing to Scandinavia, it started detecting Swedish, lol. Fake as hell. I&#x27;m Polish, btw.
评论 #42490472 未加载
Svoka6 months ago
So, I&#x27;m Ukrainian, and it says I have 100% russian accent. It can go fuck itself to be honest.
评论 #42449320 未加载
评论 #42396046 未加载
areoform6 months ago
The AI couldn&#x27;t guess my accent correctly which is OK as it&#x27;s fairly non-standard. However, the onboarding flow needs work. I feel like it took too long to ask too little and it made the wrong assumptions.<p>The app also crashed towards the end.<p><pre><code> NotFoundError: Failed to execute &#x27;removeChild&#x27; on &#x27;Node&#x27;: The node to be removed is not a child of this node. at https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-NFFSPFRU.js:1:627 at Ti (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:8:22278) at _t (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:8:23972) at Xn (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:8:41320) at Bf (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:8:40880) at hn (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:8:39936) at Qo (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:8:36620) at pn (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:6:3250) at Bf (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:8:40935) at hn (https:&#x2F;&#x2F;start.boldvoice.com&#x2F;build&#x2F;_shared&#x2F;chunk-WREYPQ4L.js:8:39936) </code></pre> re:assumptions I realize my experience is outside the norm. But there are &quot;native&quot; english speakers in most countries on Earth. Immigrants and expatriates are an example of one such community.<p>The app assumes that there&#x27;s only one kind of &quot;native&quot; speaker i.e. Americans, British folks and Australians. That&#x27;s not the case. Over 80 countries have native english speakers. Many of them have accents that are outside the American and British norm.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;List_of_countries_and_territories_where_English_is_an_official_language" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;List_of_countries_and_territor...</a><p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;English-speaking_world" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;English-speaking_world</a>
tristor6 months ago
This was less interesting than I was hoping for, because it wasn&#x27;t specific. It said I don&#x27;t have a non-native English accent. Great, I already knew that. But I&#x27;m curious if it could place my regional accent in the United States. I&#x27;m originally from the Southern Midwest which has a distinct accent, but have made a great effort to neutralize my accent and believe I now sound neutrally American (what used to be called Nebraska Newscaster).<p>Sounds like others tried and had similar results (not identifying Australian or Irish accents).
评论 #42404651 未加载
laurentlb6 months ago
I&#x27;ve tried the app (free trial), it&#x27;s doing a good job at identifying issues in my pronunciation. It can rate my level and highlight the vowel &#x2F; consonants within words that need improvement. The app looks quite good, but a bit expensive. I&#x27;d be very interested if it supports more languages in the future.<p>I suspect they use the same technique for guessing the accent - detect which sounds are not well pronounced (and they have no interest in distinguishing accents amont native speakers).
brap6 months ago
When I intentionally spoke in my native accent (which is not something I normally do), it guessed it with 100% confidence, even though it&#x27;s not very common. Impressive.<p>When I spoke like I normally do, it wasn&#x27;t able to get anything on the first try, and on the second attempt it guessed 3 very different accents (e.g. Danish, Persian, ...) with more or less equal confidence. But it didn&#x27;t guess my native accent at all.<p>Huh, I always thought I sound almost American. Looks like my accent is untraceable at best.
38362936486 months ago
Speaking normally it identified me as English (seems it just means native and not actually specifically English?). Putting on a Swedish accent it got that too, but if it really picked up subtle details as claimed it should&#x27;ve identified that as English too as I break waaay too often with certain vowels.<p>I&#x27;m surprised it considered my truly awful American native, but it needed two clips to decide that time. And 30% Hindi&#x2F;Urdu? What?
dom966 months ago
Well, I am not a native English speaker and it says 77% English (and 6% Chinese, 5% Spanish). I guess I should take that to mean that my English is pretty good.
oldcai6 months ago
Try this one as well. It can distinguish between British and American accents.<p><a href="https:&#x2F;&#x2F;accentguesser.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;accentguesser.ai&#x2F;</a>
personalityson6 months ago
It guessed right, but it does not go by the accent, but by pronunciation of certain consonants. You can fake&#x2F;simulate the former, but not the latter.
ltbarcly36 months ago
I tried it and it guessed correctly, but it can only guess between native and non-native accents. It can&#x27;t guess &quot;chicago&quot; or something.
goshx6 months ago
I guess I don&#x27;t have my native language&#x27;s accent (which I tend to hear from native English speakers).<p>It guessed Hebrew. My native language is Portuguese.
评论 #42392358 未加载
评论 #42392480 未加载
DonaldFisk6 months ago
I haven&#x27;t tried it, as you get asked for the answers to common security questions, and supply a voice sample. You could lie but many people won&#x27;t.<p>My other issue is that it will have been trained on a large number of voice samples and no one will learn how to distinguish different accents by using it, or even by developing it.<p>An alternative, knowledge-based approach, would work by splitting the speech into phonemes and matching phonemes&#x2F;sequences of phonemes against known accents or foreign languages, e.g. if a native speaker rhymes &quot;good&quot; and &quot;food&quot;, you can reliably tell they&#x27;re either from Scotland or Ulster. Telling close accents apart is easy with the right phrases, e.g. &quot;fish and chips&quot; (Australian vs. New Zealand), &quot;I saw the White House&quot; (General American vs. Canadian). For non-native speakers, you can use the phoneme inventory of their native language, so if someone has difficulty in pronouncing &quot;th&quot; you can rule out Greek or Spanish (from Spain), and if someone has difficulty in pronouncing &quot;f&quot; they&#x27;re probably Korean.<p>Of course, that&#x27;s a lot of work up front, but you&#x27;d learn a lot in the process of developing such a system, and it would be able to explain its decisions to users. And by asking you to repeat standard phrases (like &quot;good food&quot;) you would allay security concerns.
评论 #42395975 未加载
评论 #42396165 未加载
davidgay6 months ago
Well my regular accent just confuses it, though it did think it was French when I put on my &quot;fake&quot; French accent at least...<p>This is arguably somewhat aligned with the usual reaction which goes 50&#x2F;50 between &quot;English accent&quot; and &quot;I have no idea&quot; ;)<p>[English-from-England is my native language, but I did live in Switzerland from age 4, and USA from age 27]
tartoran6 months ago
This tool works pretty well, it guessed me right as well as few of my coworkers who are from a different parts of the world and none of us have obvious accents. This is scary good but I&#x27;m afraid privacy will be impossible in the future, we&#x27;ll be analyzed and categorized instantly. The only barrier to completely losing privacy is our own thoughts.
dboreham6 months ago
Hmm. I was expecting something that can differentiate between Stirling and Dunblane. Based on the comments it seems no.
adverbly6 months ago
I tried my best Arnold Schwarzenegger accent.<p>It had me as English, French and Spanish. I&#x27;m not very good at accents to be fair.
jart6 months ago
97% English? Boring. It should be able to detect regional English dialects. I want to know what kind of English.
muhammadusman6 months ago
I&#x27;m happy with my mix of Urdu + English accent, I got an 80% on Urdu which seems about right. I am impressed by this and now I&#x27;d like to hear others and how well it matches their voice. Although, I don&#x27;t need coaching or anything to remove my accent, it makes me me.
dec0dedab0de6 months ago
I got English 57%, Spanish 23%, Hindi&#x2F;Urdu 14%<p>I am from south jersey and close enough to philly to have a similar accent. I have been traveling and had people pinpoint where I was from multiple times.<p>Its making me wonder if my reading voice is more proper. Or possibly the thing just doesn’t work.
cblum6 months ago
I&#x27;m not a native English speaker, but that&#x27;s what it guessed.<p>Over the years, starting in my late teens (I&#x27;m in my late 30s now), I&#x27;ve put TONS of effort into sounding like a native speaker (moving to the US 10+ years ago has certainly helped).<p>I feel so validated right now :)
waffletower6 months ago
I&#x27;ll be impressed when it can tell me I have a California English accent. Surprised it doesn&#x27;t even discriminate the vast pronunciation differences between British, Oceanic, Caribbean, African and American native English accents.
halostatue6 months ago
Complete garbage. Native USA-born (but well travelled) English speaker and it tagged me with Swahili (24%), French (19%), and Persian (19%). I was speaking quietly because it&#x27;s late here, but that shouldn&#x27;t have made a difference.
felipelalli6 months ago
&lt;&lt;Your accent is Persian my friend. I identified your accent based on subtle details in your pronunciation. Listen to your audio, and bask in my predictive abilities.&gt;&gt; --- Wrong, my friend! I&#x27;m Brazilian and I speak Portuguese.
rationably6 months ago
Was rather surprised to see Russian &#x2F; Urdu with the strong preference for the former. I do not speak either.<p>I wonder if the founder being Russian is related to the virtually unlimited availability of reliable training data? :)
bhouston6 months ago
Hmmm... it doesn&#x27;t differentiate between English accents, like UK (actually there are a bunch of sub-accents), Canadian or US (of which there are a bunch of sub-accents.)<p>It only does non-English accents I guess. That wasn&#x27;t clear.
评论 #42395132 未加载
gobins6 months ago
Interesting that it actually guessed as the neighbouring country. I live close to the border but have never interacted with the people across. Wonder if there might be similarities in tone and inflection.
评论 #42393732 未加载
Pet_Ant6 months ago
What I really want is an AI to translate difficult accents into ones more familiar to me because there is lots of content that is just too taxing for me to listen due to the mental load.
cryptozeus6 months ago
Preety spot on, very catchy. Got me to download your app, congratulations.
anadalakra6 months ago
Fun to see this in the wild! I&#x27;m one of the co-founders of BoldVoice, AMA :) p.s. I&#x27;m Albanian and it guesses either Albanian or English for me, sometimes randomly Spanish.
评论 #42393567 未加载
评论 #42395966 未加载
bkovacev6 months ago
I&#x27;m genuinely surprised it got my accent right. Coming from Serbia, I&#x27;d never expect to get it right. My first guess was that it&#x27;s geo-ip based, but I could be wrong.
评论 #42392554 未加载
eqvinox6 months ago
Does it ask everyone to do two rounds or was that just me? It did say something like &quot;you&#x27;re special, retrying&quot; but who knows...<p>(It guessed correctly after the 2nd round)
wsintra20226 months ago
Really fun is trying to do various accents and seeing what it thinks you sound like, I tried my best South African and it thought Japanese. Guess I need to work on my mimicry
评论 #42402069 未加载
wkoszek6 months ago
The big question now would be: has anyone used BoldVoice or any other method to convert from 90%+ of accent A to 90%+ to accent B and can switch between those seemlessly?
indianmouse6 months ago
It doesn&#x27;t work. I tried atleast 15 times and it says it has trouble identifying and something not right! Well, There you go! for wasting my time....
chamanbuga6 months ago
The first guess was shockingly spot on. Tried it again and it thought I was English. Tried it again and it thought I was Dutch. First guess was right though.
belfalas6 months ago
For a really hard one give it audio of William F Buckley!
评论 #42393833 未加载
PaulDavisThe1st6 months ago
It guesses Danish for me. I was born in the UK, had mostly an east London accent, been in the US for 35 years 23 of which where in Philadelphia.<p>Better luck next time!
jojobas6 months ago
I was able to get it to classify me as spanish, hungarian, albanian and romanian. I think it mostly latches to intonations, not sounds as such.
EGreg6 months ago
<a href="https:&#x2F;&#x2F;start.boldvoice.com&#x2F;accent-guesser" rel="nofollow">https:&#x2F;&#x2F;start.boldvoice.com&#x2F;accent-guesser</a>
iammjm6 months ago
Very cool, it got me right even though I am not an easy case, as I speak several languages and not use my mother tongue much anymore
kwakubiney6 months ago
I&#x27;m Ghanaian: English: 44% Ghanaian: 36% Nigerian: 17%<p>Not bad, as I have been accused of having a not-so-prominent English accent by people around me
douae_puchaina6 months ago
Hello, i like football and my team is so talented.
douae013_hii6 months ago
Hello, i like football and my team is so talented.
neom6 months ago
I have a particularly flat affect, apparently due to my autism, this thing could only tell I&#x27;m a native english speaker.
yandie6 months ago
I&#x27;ve a very mixed accent and it just pretty much throw a random country in SE Asia (correct region) with different tries.
jmdelatorre6 months ago
It guessed Spanish but I was expecting Chilean Spanish which is very different from your other Spanishes around the world.
评论 #42392405 未加载
joshuamcginnis6 months ago
Did I just train a spam bot to use my voice?
fallinghawks6 months ago
Apparently my &quot;accent&quot; is 36% Russian, 16% Korean, and 13% Albanian, none of which are remotely correct.
评论 #42402605 未加载
xyst6 months ago
this is the gen z&#x2F;gen alpha equivalent of those &quot;useless&quot; personality surveys.<p>stop feeding these companies your data.
评论 #42392877 未加载
oytis6 months ago
Not quite, but pretty close, I am impressed. I&#x27;d say it&#x27;s doing better than most people at least for me
tail_exchange6 months ago
Kind of hit-or-miss, apparently. It was extremely off with mine, and with my friends it was a 50&#x2F;50 split.
sergiotapia6 months ago
That&#x27;s amazing, I always thought I had no accent but there you go right on the money it guessed Spanish!
stuckkeys6 months ago
Tried it. You know for science. Told me 99% Russian. WRONG! I guess, &quot;Good luck&quot; to you Bryan Mills.
mudil6 months ago
I am from Ukraine but it labeled me Russian. I guess, we&#x27;ll have to fight for recognition some more.
joeamroo6 months ago
It guessed me as a native speaker, I actually moved to the US at 17 so I&#x27;m proud of myself i guess :)
chungy6 months ago
Well, I spoke normally and it said it was unable to guess. Native speaker here from Washington state. :)
aquir6 months ago
Whoa, guessed it correctly! And it was 100% sure about it. This is a nice ad for and app, well done
satoqz6 months ago
Well, as a German native speaker I’m quite satisfied that I can trick it into thinking I’m English :)
评论 #42392490 未加载
0xE1337DAD6 months ago
This could be a fun party game where you have to fake a given accent and see how well it sounds.
donohoe6 months ago
It told me my accent was Spanish. I&#x27;m a native English speaker from Ireland living in NYC :)
egberts16 months ago
Deaf, me, here.<p>They couldn&#x27;t guess my accent (they were all over the world, each time I tried it).
hughdbrown6 months ago
Canadian-born, 26 years in US:<p>- 65% English, 10% Dutch, 9% Russian<p>- 90% English, 3% Spanish, 2% German<p>- 89% English, 5% Spanish, 3% Russian
0xE1337DAD6 months ago
This could be a fun party game where you are given a country and have to do your best accent.
delduca6 months ago
In my case, it said twice that it was Portuguese, but it’s wrong, it should be Brazilian. :-)
user4536 months ago
My whole life has been a lie, thought I was danish but apparently I&#x27;m burmese
glitchc6 months ago
I can do different accents and it&#x27;s pretty bad at figuring out my mother tongue.
sneeze-slayer6 months ago
Seems pretty bad. I tried it and got 99% Dutch but have never lived in the Netherlands.
world2vec6 months ago
Not even close, top 3 are geographically all on the other side of Europe. Nice try.
OptionOfT6 months ago
Welp, time to start practicing in front of the mirror to get rid of that accent.
pjmlp6 months ago
So I am special, and what he guessed has nothing to do with Portuguese.
stavros6 months ago
I got 89% Danish the first time, then 83% Hindi. I&#x27;m Greek.
stuaxo6 months ago
This is just so they can steal everyone&#x27;s voice, avoid.
bmitc6 months ago
Wasn&#x27;t even close. It suggested a language I do not speak.
a13n6 months ago
Did my best Borat voice and got Italian → Russian → Bulgarian.
keybored6 months ago
I did a sing-songy Swedish impression and it got that right.
andoando6 months ago
Holy shit. I grew up in Armenia when I was 8 and been in the US for 22 years, and by all accounts English is my primary language, and this got it spot on, with 84% confidence. Was not expecting that for such a unknown accent.<p>I am guessing this was not trained on a dataset of people speaking English in various accents, but rather is directly detecting your native language.
评论 #42392655 未加载
tommoor6 months ago
I just get &quot;English&quot; - that&#x27;s not an accent
geor9e6 months ago
&quot;English (US, UK, or AU)&quot;. There are dozens of regional accents lumped in that, come on, try harder. See <a href="https:&#x2F;&#x2F;www.nytimes.com&#x2F;interactive&#x2F;2014&#x2F;upshot&#x2F;dialect-quiz-map.html" rel="nofollow">https:&#x2F;&#x2F;www.nytimes.com&#x2F;interactive&#x2F;2014&#x2F;upshot&#x2F;dialect-quiz...</a>
harel6 months ago
Got my accent wrong twice in a row. Was not even close.
epolanski6 months ago
Romanian&#x2F;Albanian, couldn&#x27;t fail more
评论 #42394330 未加载
00deadbeef6 months ago
I’m British. It guessed I was Turkish.
davidw6 months ago
My wife is Italian. It guessed Greek.
nikolay6 months ago
Wow! It guessed my Bulgarian accent!
评论 #42395257 未加载
MisterBastahrd6 months ago
Well, that&#x27;s a terrible way to market a product. Not only do I not speak Hindi, but I also don&#x27;t sound like I speak Hindi.
评论 #42393888 未加载
specproc6 months ago
Didn&#x27;t get my farm-Brummie.
mp3il6 months ago
Awesome growth move, love it
dzonga6 months ago
i wonder if people from liverpool speak - what do they get ?
wigster6 months ago
i&#x27;m english - it gave me 99% danish, 1% swedish. hmmm
评论 #42394359 未加载
souvlakee6 months ago
100% russian, sad.
ddmf6 months ago
Nae Scottish.
sunshinerag6 months ago
what a great way to farm voice data.
23663crkr6 months ago
hh
rahimnathwani6 months ago
For me:<p>English: 91%<p>Nigerian: 4%<p>Spanish: 3%
jaylane6 months ago
wow… incredible
23663crkr6 months ago
hello
23663coco6 months ago
hello
13176 months ago
quite disappointing, it just said English and nothing else<p>well yes, but tell me what region!<p>or <i>something</i> other than just stating the obvious
vidarh6 months ago
It guesses Swedish for me. I&#x27;m Norwegian. While they have some similar quirks, like sounding &quot;sing-song-y&quot; to a lot of native English speakers, Swedish and Norwegian English accents are usually quite distinguishable from each other.<p>Given our (good-natured) neighbor-rivalry I&#x27;m of course horribly offended.