bomolopuu's picture
Upload 120 files
6f03d40 verified
class SaverCSV:
def __init__(self):
pass
'''
Сохраняет файл на постоянно и сохраняет для него транскрипцию
'''
def save_with_transcribe(self, audio_data, transcribe_data):
# save file (local or in IPFS)
# add trinscribe + link to file (for example file path or file hash for 16000 rate)
pass