File size: 5,049 Bytes
7017726
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy — Myanmar Voice Studio</title>
<meta name="description" content="Privacy Policy for Myanmar Voice Studio, including information on data handling, cookies, and third-party advertising.">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..700;1,9..144,400..600&family=Inter:wght@400;500;600&family=Noto+Sans+Myanmar:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
<script async src="https://pagead2.googleadsense.com/pagead/js/adsbygoogle.js?client=ca-pub-XXXXXXXXXXXXXXXX" crossorigin="anonymous"></script>
</head>
<body>

<nav class="nav">
  <div class="wrap">
    <a href="/" class="brand"><span class="dot"></span>Myanmar Voice Studio</a>
    <div class="nav-links">
      <a href="/">Home</a>
      <a href="/#tool">Try It</a>
      <a href="/#how-it-works">How It Works</a>
      <a href="/#faq">FAQ</a>
      <a href="/about">About</a>
    </div>
  </div>
</nav>

<div class="wrap prose">
  <h1>Privacy Policy</h1>
  <p class="updated">Last updated: June 2026</p>

  <p>This Privacy Policy explains how Myanmar Voice Studio ("we", "our", "the
     site") handles information when you use our website and text-to-speech
     tool.</p>

  <h2>Information you provide</h2>
  <p>The text you enter into the tool is sent to our server only to generate
     the corresponding audio file. We do not require you to create an account,
     and we do not knowingly collect names, email addresses, or other personal
     identifiers through the tool itself.</p>

  <h2>How generated audio is handled</h2>
  <p>Audio files are generated on demand and streamed back to your browser for
     playback and download. We do not permanently store the text you submit or
     the audio files that are generated from it on our servers.</p>

  <h2>Cookies and similar technologies</h2>
  <p>Our website does not set its own tracking cookies for the core
     text-to-speech tool. However, third-party services embedded on this site
     — including advertising providers — may set cookies or use similar
     technologies in your browser, as described below.</p>

  <h2>Advertising (Google AdSense)</h2>
  <p>We use Google AdSense to display advertisements on this site. Google and
     its partners may use cookies, device identifiers, and similar
     technologies to serve ads based on your visits to this and other
     websites.</p>
  <ul>
    <li>You can learn more about how Google uses information from sites that
        use its services at
        <a href="https://policies.google.com/technologies/partner-sites" target="_blank" rel="noopener">policies.google.com/technologies/partner-sites</a>.</li>
    <li>You can opt out of personalized advertising by visiting
        <a href="https://adssettings.google.com" target="_blank" rel="noopener">Google Ads Settings</a>.</li>
    <li>Third-party vendors, including Google, may use cookies to serve ads
        based on a user's prior visits to this website or other websites.</li>
  </ul>

  <h2>Analytics</h2>
  <p>We may use basic, privacy-respecting analytics to understand overall site
     usage (for example, page views and approximate traffic sources). This
     information is aggregated and is not used to identify individual
     visitors.</p>

  <h2>Children's privacy</h2>
  <p>This site is not directed at children under the age of 13, and we do not
     knowingly collect personal information from children.</p>

  <h2>Third-party links</h2>
  <p>Our site may contain links to other websites, including advertisers. We
     are not responsible for the privacy practices or content of those
     external sites.</p>

  <h2>Changes to this policy</h2>
  <p>We may update this Privacy Policy from time to time. Any changes will be
     posted on this page with an updated "Last updated" date.</p>

  <h2>Contact</h2>
  <p>If you have questions about this Privacy Policy, please contact us at
     <a href="mailto:contact@example.com">contact@example.com</a>.</p>
</div>

<footer>
  <div class="wrap">
    <div class="footer-grid">
      <div class="footer-col">
        <h4>Myanmar Voice Studio</h4>
        <a href="/">Home</a>
        <a href="/#tool">Text to Speech Tool</a>
        <a href="/#how-it-works">How It Works</a>
      </div>
      <div class="footer-col">
        <h4>Resources</h4>
        <a href="/#faq">FAQ</a>
        <a href="/about">About</a>
      </div>
      <div class="footer-col">
        <h4>Legal</h4>
        <a href="/privacy">Privacy Policy</a>
        <a href="/terms">Terms of Use</a>
      </div>
    </div>
    <div class="footer-bottom">
      &copy; 2026 Myanmar Voice Studio. Voices powered by neural text-to-speech technology.
    </div>
  </div>
</footer>

</body>
</html>