How to Pronounce WH Words — what, why, which

Have you noticed that there are two different ways to pronounce words that begin with ‘wh’?  I pronounce them one way, and my mother pronounces them another.  Special thanks to Mom for helping with this video!

YouTube blocked? Click here to see the video.

Video Text:

In this American English pronunciation video, I’m going to discuss, with my Mom, the pronunciation of WH.

I’ve gotten a couple questions about how do you pronounce words that begin with WH. And I’ve brought my Mom here because she pronounces it differently than I do. She does the perfect, in my opinion, old fashioned, hw sound before the W. Whereas, I just make a clean W sound. So, for example, let’s just say some words.
>> Okay.

>> Whale.
>> Whale.
>> White.
>> White.
>> What?
>> What?
>> Why?
>> Why?
>> While.
>> While.

>> Such a perfect hw. So, either way, totally acceptable. And Mom, you said sometimes you leave off the hw? Like for the word ‘whether’, you said you don’t do it.
>> Whether, W-H-E-T-H-E-R, I would say the same as weather.
>> Whether or not.
>> Yeah, whether or not, I would say the same as weather, clouds, rain, sleet.
>> Right.
>> So, there I don’t say the WH.
>> Yeah.
>> So either one is acceptable. Um, in my opinion, why learn another sound, hw, when you don’t have to. Just make it a nice, clean W sound. I also think that the way my Mom says it, white.
>> White.
>> …is a little old fashioned. What do you think. Do you agree with that?
>> No.
>> Really?
>> I don’t think it’s old-fashioned.
>> What do you think it is?
>> I think it’s the way to say WH.
>> Oh. Its A way to say WH.

Grammar note: when you say THE way, it means there’s only one way. When you say A way, it means there is more than one way. Mom thinks her way is the only way, the right way, but I know that both are acceptable pronunciations.

Listen again to THE way and A way.

>> What do you think it is?
>> I think it’s the way to say WH.
>> Oh. Its A way to say WH.
>> Okay guys, so that’s my opinion on how to say WH words. If you’re going to say it like me, which is a clean W sound, you just round the lips, ww, and start your word. Thanks, Mom.
>> You’re welcome, dear.
>> Alright guys, that’s it, and thanks so much for using Rachel’s English

How to Pronounce WH Words — what, why, which的更多相关文章

  1. There is no getter for property named 'user' in 'class com.jyr.wh.domain.User' 异常

    今天在使用mybatis时,出现了一个问题:There is no getter for property named 'user' in 'class com.jyr.wh.domain.User, ...

  2. Think you can pronounce these 10 words correctly? You might be

    Think you can pronounce these 10 words correctly?  You might be surprised! Share Tweet Share Tagged ...

  3. How to Pronounce Word vs. World

    How to Pronounce Word vs. World Share Tweet Share Tagged With: Comparison, Dark L What is the differ ...

  4. How to Pronounce AR, ORN, etc.

    How to Pronounce AR, ORN, etc. Share Tweet Share The R consonant can be really tricky.  In this vide ...

  5. How to Pronounce TH after N or Z

    How to Pronounce TH after N or Z Share Tweet Share Tagged With: Linking Consonant to Consonant The T ...

  6. How to Pronounce T + Dark L

    How to Pronounce T + Dark L Share Tweet Share Tagged With: Dark L The T and Dark L combination is co ...

  7. How to Pronounce Numbers 11 – 19

    How to Pronounce Numbers 11 – 19 Share Tweet Share Tagged With: Numbers Numbers are something you’ll ...

  8. How to Pronounce the Letters NG – No Hard G

    How to Pronounce the Letters NG – No Hard G Share Tweet Share Most of the time when you see the lett ...

  9. How to Pronounce the Numbers 1 – 10

    How to Pronounce the Numbers 1 – 10 Share Tweet Share Tagged With: Numbers Numbers are something you ...

随机推荐

  1. Apache Derby数据库 安装、知识点

    Apache Derby数据库 安装: 下载路径:http://archive.apache.org/dist/db/derby/ 出处:http://www.yiibai.com/hive/hive ...

  2. Tomcat 8.5 无法进入Manage APP

    解决的方法 1. 添加 Context http://stackoverflow.com/questions/36703856/access-tomcat-manager-app-from-diffe ...

  3. !!!!!!!【unittest】unittest需要懂的的技术

    https://docs.python.org/2/library/unittest.html

  4. css 填坑常用代码分享[居家实用型]

    原文地址 http://www.cnblogs.com/jikey/p/4233003.html 以下是常用的代码收集,没有任何技术含量,只是填坑的积累.转载请注明出处,谢谢. 一. css 2.x ...

  5. 云-AWS-百科:AWS

    ylbtech-云-AWS-百科:AWS Amazon Web Services AWS是亚马逊公司旗下云计算服务平台,为全世界范围内的客户提供云解决方案.AWS面向用户提供包括弹性计算.存储.数据库 ...

  6. java-appium-527进阶-1 UiAutomator1&2区别和封装

    1.UiAutomator和UiAtumator2的区别: 1.1 UiAutomator1有关于id定位的策略 UiAutomator1 id定位在resourceid匹配失败时,会匹配conten ...

  7. linux 添加secondary ip

    linux下ip地址除了primary外,还有两种:1. ip alias(子接口)2. secondary ip(辅助ip) 都可在一块物理网卡上添加,alias由ifconfig添加,ifconf ...

  8. CORS跨域的概念与TP5的解决方案

    namespace app\api\behavior; use think\Response; class CORS{ public function appInit(&$params) { ...

  9. 高通QMI协议

    QMI(Qualcomm MSM Interface,官方名称应该是Qualcomm Message Interface)是高通用来替代OneRPC/DM的协议,用来与modem通信. QMI协议定义 ...

  10. javascript cookie操作.

    给cookie追加name: document.cookie="name="+escape("我叫钢蛋");//这里可以不写secape,这样写会更加的安全., ...