Skip to content
Free Text to Speech Online

Cookie Policy

Cookies, localStorage and IndexedDB used with TextToVoice, and how to manage browser data.

Updated:

Cookies and local storage

Cookies are small pieces of data that a browser may send with requests to the relevant website. localStorage and IndexedDB are separate browser storage APIs; they are not cookies. This application uses the latter two to store preferences and audio history.

Preferences

These are the current application storage keys. The app sets no fixed automatic expiry for them. Manual clearing, the end of a private session or browser storage eviction may remove them.

Audio history

The generatedAudios localStorage entry holds history metadata, which may include conversion text. The TextToVoiceDB IndexedDB database and its audios store hold audio Blobs. These remain until deleted or cleared by the browser; they are not cloud backups.

Third-party analytics cookies

Production pages configure Google Analytics and Baidu Analytics. Their scripts may set analytics cookies or other identifiers. Names and lifetimes depend on provider versions, configuration and browser behavior; this page does not present an unverified list as fixed.

These analytics scripts are not loaded during local development or localhost previews. Roboto is served by this website without fetching fonts from Google Fonts.

Managing and clearing data

Use browser settings to inspect, block or remove this site’s cookies and site data, or to restrict third-party cookies. Menu names vary; look for privacy, site data or cookies.

The tool’s clear-history control deletes audio history only. It does not clear all cookies, preferences or downloaded files. Blocking local storage may prevent history and settings from being saved; online generation still requires connectivity and an available speech service.

The current website does not have a separate cookie-category preference panel. Manage cookies through your browser; reading this policy does not change those settings.

Updates and contact

We update this policy when storage and analytics implementation changes. For privacy or Cookie questions, use the address below.