ardha27 / AI-Waifu-Vtuber

AI Vtuber for Streaming on Youtube/Twitch
810 stars 128 forks source link

Problems during code run #5

Closed Miehua closed 1 year ago

Miehua commented 1 year ago

I have used English translation software, so please excuse any inaccuracies. I followed the instructions and entered the openai key, downloaded the VOICEVOX file and ran it on Docker, also updated and installed the openai and other modules, then ran python run.py in the terminal and it came up with Recording..., Stopped recording, Question: Hello, Error transcribing audio. I'm getting Recording..., Stopped recording, Question: Hello, Error transcribing audio. I did record the voice, but only the question was displayed, not the answer, and the result was Error transcribing audio.

ardha27 commented 1 year ago

i do a little change on my run.py code just now, can you run it again? it must show you what is the error exactly

Miehua commented 1 year ago

This is a problem that has arisen after using the latest run.py. First, I ran the code directly and it came up with Traceback(most recent calllast): File "EAISUPERIAJ-Waifu-Vtuber- masterrun.py", line 20, in sys.stdout = open(sys.stdout.fileno(), mode='w' encoding='utf8buffering=1) OSError:[WinError 61 handle invalid The above problem has also occurred in previous versions of the run

Secondly, I ran python run.py in the terminal. when the voice was spoken, the following problem appeared PS E:\AISUPER\AI-Waifu-Vtuber-master> python run.py. Mode (1-Microphone, 2-Youtube Live). 1 Press and hold the right button to record audio Recording... The recording is stopped. Question. Hello, how are you doing there? Backtrack (last call). File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 218, in . record_audio() File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 67, in record_audio transcribe_audio("input.wav") File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 84, in transcribe_audio result = translate_google(chat_now, "ID", "EN") File "E:\AISUPER\AI-Waifu-Vtuber-master\translate.py", line 39, in translate_google result = translator.translate(text, src=source, dest=target) File "F:\Python310\lib\site-packages\googletrans\client.py", line 182, in translate data = self._translate(text, dest, src, kwargs) File "F:\Python310\lib\site-packages\googletrans\client.py", line 78, in _translate token = self.token_acquirer.do(text) File "F:\Python310\lib\site-packages\googletrans\gtoken.py", line 194, in do self._update() File "F:\Python310\lib\site-packages\googletrans\gtoken.py", line 62, in _update code = self.RE_TKK.search(r.text).group(1).replace('var ', '' ) AttributeError: 'NoneType' object does not have a 'group' attribute

ardha27 commented 1 year ago

it's appear that you having problem using googletrans library, try to install googletrans lib using this command

pip install googletrans==4.0.0rc1

uninstall the previous version of googletrans if needed

Miehua commented 1 year ago

After installing googletrans 4.0.0 This time there is a better progress than the last time

This time the question is PS E:\AISUPER\AI-Waifu-Vtuber-master> python run.py Mode (1-Microphone, 2-Youtube Live). 1 Hold right click and record audio Recording... Stopped recording. Question. Hello, how are you? ID answer. saya model bahasa AI, saya tidak memiliki emosi. JP Answer: 私はAI言语モデルです,私は感情を持有っていません。 Backtrack (last call). File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 218, in . record_audio() File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 67, in record_audio transcribe_audio("input.wav") File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 86, in transcribe_audio openai_answer() File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 110, in openai_answer translate_text(message) File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 141, in translate_text speech_text(result_jp, result_id) File "E:\AISUPER\AI-Waifu-Vtuber-master\run.py", line 148, in speech_text katakana_text = katakana_converter(result_jp) File "E:\AISUPER\AI-Waifu-Vtuber-master\katakana.py", line 15, in katakana_converter wakati = MeCab.Tagger('-Owakati') File "F:\Python310\lib\site-packages\MeCab.py", line 355, in init _MeCab.Tagger_swiginit(self, _MeCab.new_Tagger(*args)) Runtime errors

Now I know the reason for not showing Qusetion is that openai's module is not updated

Translated with www.DeepL.com/Translator (free version)

ardha27 commented 1 year ago

It's look like you are not installed unidic lib properly. According to this https://pypi.org/project/unidic/ After you installing unidic, you need to run this command

python -m unidic download

Miehua commented 1 year ago

Hi author, I'm still getting errors even after installing unidic and python -m unidic download on the first try (same error as last time). So I wondered if it was a MeCab problem, so I downloaded MeCab.exe from GitHub and installed it (although python already had it). At this point I ran python run.py in the terminal and it worked, it was slow but I was happy and I thank you for your patience. This is the first time I have installed and solved a problem on GitHub, and I feel the power of working together from all over the world, thank you! My summary of some of the issues The old version of Openai doesn't seem to include Whisper, so I can't see the problem My python 3.10 installation of googletrans defaults to version 3.0.0.

ardha27 commented 1 year ago

glad to hear that your code run well, if it was slow you can run the voicevox engine on cloud or google colab instead of running it locally. you can try this to run it on colab https://github.com/SociallyIneptWeeb/LanguageLeapAI/blob/main/src/run_voicevox_colab.ipynb

Miehua commented 1 year ago

Hello Author I saw your video on Youtube https://youtu.be/qpNG9qrcmrQ Because of some policy reasons in our country we can't watch the videos of foreign software directly, but need VPN to watch them. I would like to show my friends the effect of the AI vtuber answer clip in your video in the platform of the domestic software (similar to instagram and WeChat), I don't know if it is possible, I need your permission. I will not use it commercially, and I will mark the source and origin of the video, as well as your name Another aspect is that when I open OBS and Vtube studio software, my computer is too laggy and it is hard to record smooth videos. Thanks again for the author's willingness to share open source and write the code hard.

ardha27 commented 1 year ago

yes you can share my video

N3CH0 commented 1 year ago

I have the same issue, but I cant figure it out how to fix it or what mecab I should download from GitHub?

Miehua commented 1 year ago

I download it from website,this is the MeCab Google link,you can choose your needed inside. https://drive.google.com/drive/folders/0B4y35FiV1wh7fjQ5SkJETEJEYzlqcUY4WUlpZmR4dDlJMWI5ZUlXN2xZN2s2b0pqT3hMbTQ?resourcekey=0-VaHzcd_V8qgKt66qJDufGw

N3CH0 commented 1 year ago

Looks like there's a bunch of version of MeCab, I tried the .exe and the python one but none are successful, so what MeCab version should I download?

Miehua commented 1 year ago

The branches are just different versions, just download the latest installation and install it again. By the way, can you be more specific about your problem?

N3CH0 commented 1 year ago

Here is my error log : Traceback (most recent call last): File "C:\oof\AI\AI-Waifu-Vtuber-master\run.py", line 211, in
record_audio() File "C:\oof\AI\AI-Waifu-Vtuber-master\run.py", line 67, in record_audio transcribe_audio("input.wav") File "C:\oof\AI\AI-Waifu-Vtuber-master\run.py", line 85, in transcribe_audio openai_answer() File "C:\oof\AI\AI-Waifu-Vtuber-master\run.py", line 108, in openai_answer translate_text(message) File "C:\oof\AI\AI-Waifu-Vtuber-master\run.py", line 137, in translate_text speech_text(result_jp, result_id) File "C:\oof\AI\AI-Waifu-Vtuber-master\run.py", line 143, in speech_text katakana_text = katakana_converter(result_jp) File "C:\oof\AI\AI-Waifu-Vtuber-master\katakana.py", line 15, in katakana_converter wakati = MeCab.Tagger('-Owakati') File "C:\Users\asus\AppData\Local\Programs\Python\Python310\lib\site-packages\MeCab.py", line 355, in init _MeCab.Tagger_swiginit(self, _MeCab.new_Tagger(*args)) RuntimeError

Seems like the MeCab is the problem

N3CH0 commented 1 year ago

I manage to fix it! I download MeCab for python3 and it works, sorry for the trouble that I made :(

Miehua commented 1 year ago

I'm sorry I just saw your message, and I'm glad you were able to run the software successfully. A little curious as to what country you are from? ᐇ

novalriza commented 1 year ago

bang mohon penjelasan nya saya tidak bisa install modul pyopenjtalk

Defaulting to user installation because normal site-packages is not writeable Collecting pyopenjtalk Using cached pyopenjtalk-0.3.0.tar.gz (1.5 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [43 lines of output] setup.py:26: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. _CYTHON_INSTALLED = ver >= LooseVersion(min_cython_ver) -- Building for: NMake Makefiles CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake.

    Update the VERSION argument <min> value or use a ...<max> suffix to tell
    CMake that the project does not need compatibility with older versions.

  CMake Error at CMakeLists.txt:17 (project):
    Running

     'nmake' '-?'

    failed with:

     The system cannot find the file specified

  CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
  CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  -- Configuring incomplete, errors occurred!
  Traceback (most recent call last):
    File "C:\Users\Kawaii\AppData\Roaming\Python\Python310\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
      main()
    File "C:\Users\Kawaii\AppData\Roaming\Python\Python310\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
    File "C:\Users\Kawaii\AppData\Roaming\Python\Python310\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
      return hook(config_settings)
    File "C:\Users\Kawaii\AppData\Local\Temp\pip-build-env-hoo88ctw\overlay\Lib\site-packages\setuptools\build_meta.py", line 162, in get_requires_for_build_wheel
      return self._get_build_requires(
    File "C:\Users\Kawaii\AppData\Local\Temp\pip-build-env-hoo88ctw\overlay\Lib\site-packages\setuptools\build_meta.py", line 143, in _get_build_requires        
      self.run_setup()
    File "C:\Users\Kawaii\AppData\Local\Temp\pip-build-env-hoo88ctw\overlay\Lib\site-packages\setuptools\build_meta.py", line 267, in run_setup
      super(_BuildMetaLegacyBackend,
    File "C:\Users\Kawaii\AppData\Local\Temp\pip-build-env-hoo88ctw\overlay\Lib\site-packages\setuptools\build_meta.py", line 158, in run_setup
      exec(compile(code, __file__, 'exec'), locals())
    File "setup.py", line 154, in <module>
    File "C:\Program Files\Python310\lib\subprocess.py", line 457, in check_returncode
  subprocess.CalledProcessError: Command '['cmake', '..', '-DHTS_ENGINE_INCLUDE_DIR=.', '-DHTS_ENGINE_LIB=dummy']' returned non-zero exit status 1.
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. PS C:\Users\Kawaii\Downloads\Ai\voicevox_engine-master> python .\run.py Traceback (most recent call last): File "C:\Users\Kawaii\Downloads\Ai\voicevox_engine-master\run.py", line 29, in from voicevox_engine.cancellable_engine import CancellableEngine File "C:\Users\Kawaii\Downloads\Ai\voicevox_engine-master\voicevox_engine\cancellable_engine.py", line 16, in from .synthesis_engine import make_synthesis_engines File "C:\Users\Kawaii\Downloads\Ai\voicevox_engine-master\voicevox_engine\synthesis_engine__init__.py", line 2, in from .make_synthesis_engines import make_synthesis_engines File "C:\Users\Kawaii\Downloads\Ai\voicevox_engine-master\voicevox_engine\synthesis_engine\make_synthesis_engines.py", line 8, in from .synthesis_engine import SynthesisEngine, SynthesisEngineBase File "C:\Users\Kawaii\Downloads\Ai\voicevox_engine-master\voicevox_engine\synthesis_engine\synthesis_engine.py", line 11, in from .synthesis_engine_base import SynthesisEngineBase File "C:\Users\Kawaii\Downloads\Ai\voicevox_engine-master\voicevox_engine\synthesis_engine\synthesis_engine_base.py", line 7, in from .. import full_context_label File "C:\Users\Kawaii\Downloads\Ai\voicevox_engine-master\voicevox_engine\full_context_label.py", line 6, in import pyopenjtalk ModuleNotFoundError: No module named 'pyopenjtalk'

Miehua commented 1 year ago

you can try it first in python(terminal) pip install pyopenjtalk after done it,you can show me other problem By the way,my English is poor,i will try my best to fix your problem.

novalriza commented 1 year ago

SETELAH SAYA pip install pyopenjtalk TETAP SAJA HASILNYA SEPERTI ITU, DAN pyopenjtalk TIDAK BISA DI INTSALL

Miehua commented 1 year ago

It looks like there are a few errors happening here. The first error is related to the installation of the pyopenjtalk package where it failed to retrieve the requirements to build the wheel. The second error seems to be related to the engine you are using, where it cannot find the pyopen jtalk module.

To resolve the first error, you may want to try running pip install again with the --no-cache-dir option:

pip install pyopenjtalk --no-cache-dir

For the second error, it looks like the engine is not able to find the pyopenjtalk module. You may want to check if you have installed it correctly and if it is in your Python environment's PATH.

KiyoshiTheBoss commented 1 year ago

i got this problem can somoene help

PS C:\Users\60107\Desktop\AI-Waifu-Vtuber-master> & "C:/Program Files/Python311/python.exe" c:/Users/60107/Desktop/AI-Waifu-Vtuber-master/run.py Traceback (most recent call last): File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\run.py", line 16, in from katakana import * File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCab__init__.py", line 10, in from . import _MeCab ImportError: DLL load failed while importing _MeCab: The specified module could not be found.

N3CH0 commented 1 year ago

i got this problem can somoene help

PS C:\Users\60107\Desktop\AI-Waifu-Vtuber-master> & "C:/Program Files/Python311/python.exe" c:/Users/60107/Desktop/AI-Waifu-Vtuber-master/run.py Traceback (most recent call last): File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\run.py", line 16, in from katakana import * File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCabinit.py", line 10, in from . import _MeCab ImportError: DLL load failed while importing _MeCab: The specified module could not be found.

i got this problem can somoene help

PS C:\Users\60107\Desktop\AI-Waifu-Vtuber-master> & "C:/Program Files/Python311/python.exe" c:/Users/60107/Desktop/AI-Waifu-Vtuber-master/run.py Traceback (most recent call last): File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\run.py", line 16, in from katakana import * File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCabinit.py", line 10, in from . import _MeCab ImportError: DLL load failed while importing _MeCab: The specified module could not be found.

I recommend you to check this out first : https://github.com/ardha27/AI-Waifu-Vtuber/issues/11

Did you have C++ installed already? Cuz this one have a lot of function (maybe this code requires this to run)

N3CH0 commented 1 year ago

I'm sorry I just saw your message, and I'm glad you were able to run the software successfully. A little curious as to what country you are from? ᐇ

And I'm sry too, I was a little busy, I'm from Indonesia but I can use English well...... Well it's because English is common for me. Where're you came from? Lmao

KiyoshiTheBoss commented 1 year ago

i got this problem can somoene help PS C:\Users\60107\Desktop\AI-Waifu-Vtuber-master> & "C:/Program Files/Python311/python.exe" c:/Users/60107/Desktop/AI-Waifu-Vtuber-master/run.py Traceback (most recent call last): File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\run.py", line 16, in from katakana import * File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCabinit.py", line 10, in from . import _MeCab ImportError: DLL load failed while importing _MeCab: The specified module could not be found.

i got this problem can somoene help PS C:\Users\60107\Desktop\AI-Waifu-Vtuber-master> & "C:/Program Files/Python311/python.exe" c:/Users/60107/Desktop/AI-Waifu-Vtuber-master/run.py Traceback (most recent call last): File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\run.py", line 16, in from katakana import * File "c:\Users\60107\Desktop\AI-Waifu-Vtuber-master\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCabinit.py", line 10, in from . import _MeCab ImportError: DLL load failed while importing _MeCab: The specified module could not be found.

I recommend you to check this out first : #11

Did you have C++ installed already? Cuz this one have a lot of function (maybe this code requires this to run)

i trying now i hope it work

KiyoshiTheBoss commented 1 year ago

i still got the same problem even with C++++

KiyoshiTheBoss commented 1 year ago

if it not work i just give up for now XD

N3CH0 commented 1 year ago

i still got the same problem even with C++++

Can you give the error log?

That will give us a context of what happen, just copy paste it

KiyoshiTheBoss commented 1 year ago

i still got the same problem even with C++++

Can you give the error log?

That will give us a context of what happen, just copy paste it

the same error at terminal

KiyoshiTheBoss commented 1 year ago

i still got the same problem even with C++++

Can you give the error log?

That will give us a context of what happen, just copy paste it

PS C:\Users\60107\Desktop\AI-Waifu-Vtuber-master> python run.py Traceback (most recent call last): File "C:\Users\60107\Desktop\AI-Waifu-Vtuber-master\run.py", line 16, in
from katakana import * File "C:\Users\60107\Desktop\AI-Waifu-Vtuber-master\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCab__init__.py", line 10, in from . import _MeCab ImportError: DLL load failed while importing _MeCab: The specified module could not be found.

and i also got this

KiyoshiTheBoss commented 1 year ago

The environment variable 'Path' seems to have some paths containing the '"' character. The existence of such a character is known to have caused the Python extension to not load. If the extension fails to load please modify your paths to remove this '"' character.

N3CH0 commented 1 year ago

i still got the same problem even with C++++

Can you give the error log? That will give us a context of what happen, just copy paste it

PS C:\Users\60107\Desktop\AI-Waifu-Vtuber-master> python run.py Traceback (most recent call last): File "C:\Users\60107\Desktop\AI-Waifu-Vtuber-master\run.py", line 16, in from katakana import * File "C:\Users\60107\Desktop\AI-Waifu-Vtuber-master\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCabinit.py", line 10, in from . import _MeCab ImportError: DLL load failed while importing _MeCab: The specified module could not be found.

and i also got this

Download MeCab!!! There's a bunch of MeCab version at the link above! You can try "pip install MeCab" first

novalriza commented 1 year ago

TOLONG BANTU SAYA ,SAYA MENJALANKAN VOICEVOX ANGINE DAN TERJADI SEPERTI INI Warning: cpu_num_threads is set to 0. ( The library leaves the decision to the synthesis runtime ) Traceback (most recent call last): File "C:\Users\Kawaii\Downloads\hhh\voicevox_engine-master\run.py", line 1169, in synthesis_engines = make_synthesis_engines( File "C:\Users\Kawaii\Downloads\hhh\voicevox_engine-master\voicevox_engine\synthesis_engine\make_synthesis_engines.py", line 96, in make_synthesis_engines load_core_library(core_dir) File "C:\Users\Kawaii\Downloads\hhh\voicevox_engine-master\voicevox_engine\synthesis_engine\make_synthesis_engines.py", line 81, in load_core_library core = CoreWrapper(use_gpu, core_dir, cpu_num_threads, load_all_models) File "C:\Users\Kawaii\Downloads\hhh\voicevox_engine-master\voicevox_engine\synthesis_engine\core_wrapper.py", line 360, in init self.core = load_core(core_dir, use_gpu) File "C:\Users\Kawaii\Downloads\hhh\voicevox_engine-master\voicevox_engine\synthesis_engine\core_wrapper.py", line 320, in load_core raise RuntimeError("コアが見つかりません") RuntimeError: コアが見つかりません

atashikao commented 1 year ago

saya di buat sakit kepala dengan error ini kwowkow tolong 😵‍💫

Mode (1-Mic, 2-Youtube Live, 3-Twitch Live): 1 Press and Hold Right Shift to record audio Recording... Stopped recording. Question: . . . . . Error detect Error translate Error translate Error translating text

ardha27 commented 1 year ago

saya di buat sakit kepala dengan error ini kwowkow tolong 😵‍💫

Mode (1-Mic, 2-Youtube Live, 3-Twitch Live): 1 Press and Hold Right Shift to record audio Recording... Stopped recording. Question: . . . . . Error detect Error translate Error translate Error translating text

Pastikan versi google translate mu sama seperti versi di requirements.txt

atashikao commented 1 year ago

saya di buat sakit kepala dengan error ini kwowkow tolong 😵‍💫 Mode (1-Mic, 2-Youtube Live, 3-Twitch Live): 1 Press and Hold Right Shift to record audio Recording... Stopped recording. Question: . . . . . Error detect Error translate Error translate Error translating text

Pastikan versi google translate mu sama seperti versi di requirements.txt

berhasiil juragan... bot sudah bisa menjawab pertanyaan, tapi agak delay.. dan gimana caranya biar ngomong jp? ane gagal paham di bagian [VoiceVox Docker] punya ane ngomong indo pake logat inggris kwowkoww tolong maafin...

ardha27 commented 1 year ago

Voicevoxnya harus dijalankan dulu, boleh di docker atau di colab

atashikao commented 1 year ago

Voicevoxnya harus dijalankan dulu, boleh di docker atau di colab

yg atas fix, mentep,,,

ada lagi nih, kwowkwo misal saya bertanya, di terminal nongol jawaban, tapi si ai malah baca yg lain, tidak sesuai dengan yg di terminal.. dan itu trus jawabanya.. ( watashi wa program apa gitu kan... ) salahnya di bagian mane ?

ardha27 commented 1 year ago

Coba kirimin isi conversation.json mu

atashikao commented 1 year ago

{ "history": [ { "role": "user", "content": "malik said Sekarang hari apa?" }, { "role": "assistant", "content": "Jumat." }, { "role": "user", "content": "malik said Bagaimana ini bisa terjadi? Kenapa Anda berbicara itu terus?" }, { "role": "assistant", "content": "Karena saya diciptakan untuk berbicara." }, { "role": "user", "content": "malik said Tolong sebutkan keajaiban dunia minimal 3" }, { "role": "assistant", "content": "Temple Taj Mahal, Colosseum, Great Wall." }, { "role": "user", "content": "malik said tunggu sebentar saya akan bertanya ke master anda, master ardha" } ] }

atashikao commented 1 year ago

kalau di terminal tampilan seperti ini

Mode (1-Mic, 2-Youtube Live, 3-Twitch Live): 1 Press and Hold Right Shift to record audio Recording... Stopped recording. Question: Sekarang hari apa? JP Answer: 金曜日です。 EN Answer: Friday. Recording... Stopped recording. Question: Bagaimana ini bisa terjadi? Kenapa Anda berbicara itu terus? JP Answer: なぜなら、私は話すために作られたからです。 EN Answer: Because I was created to speak. Recording... Stopped recording. Question: Tolong sebutkan keajaiban dunia minimal 3 JP Answer: タージマハル寺院、コロッセオ、万里の長城。 EN Answer: Temple Taj Mahal, Colosseum, Great Wall. Recording... Stopped recording. Question: tunggu sebentar saya akan bertanya ke master anda, master ardi JP Answer: そうですか。 EN Answer: Good.

ardha27 commented 1 year ago

Dari jawabannya ga ada masalah, emang audionya kenapa

atashikao commented 1 year ago

Dari jawabannya ga ada masalah

nah ittu dia.. salah input coba diralat

image

ardha27 commented 1 year ago

Sorry aku kurang paham, jadi permasalahannya apa

atashikao commented 1 year ago

Sorry aku kurang paham, jadi permasalahannya apa

siap gan... ane obrak abrik lagi dah ty ty untuk bantuan sebelumnya

ardha27 commented 1 year ago

Maksudnya aku kurang paham permasalahan mu, bukan kurang paham solusinya 😭

atashikao commented 1 year ago

Maksudnya aku kurang paham permasalahan mu, bukan kurang paham solusinya 😭

akwowkwokw maafin hamba ....
yg jelas dia sih udah bner ini, cuman kurang polesan dikit.. tapi ntah dimana itu... ane curiga bau2nya di katakana_converter dah

atashikao commented 1 year ago

Maksudnya aku kurang paham permasalahan mu, bukan kurang paham solusinya 😭

kaya gini https://youtu.be/YKT017q_9zc

ardha27 commented 1 year ago

Kurang polesan dikit tu gmn

ardha27 commented 1 year ago

Itu mah output.wav nya ga berubah, voicevox mu gagal ngegenerate/synthesize audinya kemungkinan. Jadi yg diputer output.wav yg lama terus

atashikao commented 1 year ago

Itu mah output.wav nya ga berubah, voicevox mu gagal ngegenerate/synthesize audinya kemungkinan. Jadi yg diputer output.wav yg lama terus

jadi ane harus ngobok2 di bagian voicevox supa bia ter syn audionya... lanjutkan