mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-02 16:23:58 +03:00
bugfix: unknwon lib
This commit is contained in:
parent
af49a25a9c
commit
1132ba1ac0
@ -1,22 +1,13 @@
|
||||
from typing import Union
|
||||
import os
|
||||
import numpy as np
|
||||
from data.ModelSlot import BeatriceModelSlot
|
||||
from mods.log_control import VoiceChangaerLogger
|
||||
|
||||
from voice_changer.utils.VoiceChangerModel import AudioInOut, VoiceChangerModel
|
||||
from voice_changer.utils.VoiceChangerParams import VoiceChangerParams
|
||||
|
||||
from beatrice_internal_api import BeatriceInternalAPI
|
||||
|
||||
logger = VoiceChangaerLogger.get_instance().getLogger()
|
||||
|
||||
|
||||
class BeatriceAPI(BeatriceInternalAPI):
|
||||
def __init__(self, sample_rate: float = 48000.0):
|
||||
pass
|
||||
|
||||
|
||||
class Beatrice(VoiceChangerModel):
|
||||
def __init__(self, params: VoiceChangerParams, slotInfo: BeatriceModelSlot):
|
||||
raise RuntimeError("not implemented")
|
||||
|
Loading…
Reference in New Issue
Block a user