File size: 4,279 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use — Myanmar Voice Studio</title>
<meta name="description" content="Terms of Use for Myanmar Voice Studio, a free Myanmar text-to-speech tool.">

<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>Terms of Use</h1>
  <p class="updated">Last updated: June 2026</p>

  <p>By using Myanmar Voice Studio (the "Service"), you agree to the following
     terms. If you do not agree, please do not use the Service.</p>

  <h2>Use of the Service</h2>
  <p>The Service converts text you submit into spoken audio using
     text-to-speech technology. You may use the Service for personal,
     educational, and commercial purposes, subject to these terms.</p>

  <h2>Acceptable use</h2>
  <p>You agree not to use the Service to generate audio that is:</p>
  <ul>
    <li>Illegal, harmful, threatening, or abusive.</li>
    <li>Defamatory, hateful, or discriminatory.</li>
    <li>Used to impersonate a real person without consent, or to mislead
        others about the source of the audio.</li>
    <li>In violation of any applicable law or the rights of any third party.</li>
  </ul>
  <p>We reserve the right to restrict access to the Service for anyone who
     misuses it.</p>

  <h2>Generated audio</h2>
  <p>You are responsible for the text you submit and for how you use the
     resulting audio files. We make no claim of ownership over the text you
     provide or the audio generated from it.</p>

  <h2>Availability and accuracy</h2>
  <p>The Service is provided on an "as is" and "as available" basis. We do not
     guarantee that the Service will be uninterrupted, error-free, or that the
     generated pronunciation will always be perfectly accurate.</p>

  <h2>Limitation of liability</h2>
  <p>To the fullest extent permitted by law, Myanmar Voice Studio and its
     operator shall not be liable for any indirect, incidental, or
     consequential damages arising from your use of the Service.</p>

  <h2>Advertising</h2>
  <p>The Service is supported by advertising served through Google AdSense.
     See our <a href="/privacy">Privacy Policy</a> for details on how
     advertising partners may use cookies and similar technologies.</p>

  <h2>Changes to these terms</h2>
  <p>We may update these Terms of Use from time to time. Continued use of the
     Service after changes are posted constitutes acceptance of the updated
     terms.</p>

  <h2>Contact</h2>
  <p>Questions about these terms can be sent to
     <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>