{"id":3817,"date":"2025-10-11T19:36:13","date_gmt":"2025-10-11T19:36:13","guid":{"rendered":"https:\/\/mavirtualstudios.com\/?page_id=3817"},"modified":"2026-02-23T15:05:04","modified_gmt":"2026-02-23T15:05:04","slug":"text-to-voice","status":"publish","type":"page","link":"https:\/\/mavirtualstudios.com\/?page_id=3817","title":{"rendered":"Ask Your Questions"},"content":{"rendered":"    <div id=\"edu-audio-box\">\r\n        <textarea id=\"eduQuestion\" rows=\"8\" style=\"width:100%;padding:10px;\" placeholder=\"Enter your question here... (e.g., What is Ohm\u2019s Law?)\"><\/textarea>\r\n        <br>\r\n        <button id=\"generateAudioBtn\" style=\"margin-top:10px;padding:8px 16px;background:#0073aa;color:#fff;border:none;border-radius:5px;\">\ud83c\udf99\ufe0f Generate Audio Explanation<\/button>\r\n        <p id=\"statusMsg\" style=\"margin-top:10px;\"><\/p>\r\n        <audio id=\"audioPlayer\" controls style=\"margin-top:10px;display:none;\"><\/audio>\r\n        <a id=\"downloadLink\" href=\"#\" download=\"generated_explanation.mp3\" style=\"display:none;margin-top:10px;\">\u2b07\ufe0f Download Audio<\/a>\r\n    <\/div>\r\n\r\n    <script>\r\n    document.getElementById('generateAudioBtn').addEventListener('click', async () => {\r\n        const btn = document.getElementById('generateAudioBtn');\r\n        const question = document.getElementById('eduQuestion').value.trim();\r\n        const status = document.getElementById('statusMsg');\r\n        const audio = document.getElementById('audioPlayer');\r\n        const download = document.getElementById('downloadLink');\r\n\r\n        if (!question) return alert(\"Please enter your question!\");\r\n\r\n        btn.disabled = true;\r\n        status.textContent = \"Processing your question, please wait...\";\r\n        audio.style.display = 'none';\r\n        download.style.display = 'none';\r\n\r\n        try {\r\n            const response = await fetch('https:\/\/mavirtualstudios.com\/wp-admin\/admin-ajax.php?action=generate_edu_answer_audio', {\r\n                method: 'POST',\r\n                headers: {'Content-Type': 'application\/json'},\r\n                body: JSON.stringify({ question })\r\n            });\r\n\r\n            const data = await response.json();\r\n            if (data.success) {\r\n                status.textContent = \"\u2705 Audio explanation generated successfully!\";\r\n                audio.src = data.audio_url;\r\n                audio.style.display = 'block';\r\n                download.href = data.audio_url;\r\n                download.style.display = 'inline-block';\r\n            } else {\r\n                status.textContent = \"\u274c \" + data.error;\r\n            }\r\n        } catch (err) {\r\n            status.textContent = \"\u26a0\ufe0f Error: \" + err.message;\r\n        } finally {\r\n            btn.disabled = false;\r\n        }\r\n    });\r\n    <\/script>\r\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-3817","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mavirtualstudios.com\/index.php?rest_route=\/wp\/v2\/pages\/3817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mavirtualstudios.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mavirtualstudios.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mavirtualstudios.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mavirtualstudios.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3817"}],"version-history":[{"count":3,"href":"https:\/\/mavirtualstudios.com\/index.php?rest_route=\/wp\/v2\/pages\/3817\/revisions"}],"predecessor-version":[{"id":3824,"href":"https:\/\/mavirtualstudios.com\/index.php?rest_route=\/wp\/v2\/pages\/3817\/revisions\/3824"}],"wp:attachment":[{"href":"https:\/\/mavirtualstudios.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}