Joan Cabezas
Joan Cabezas
Closing, not planned for now, will reopen later probably.
I want to be able to have a free recording of about 30 seconds or 1 minute, where the user can speak freely, and we show the transcript while is...
Samples should be a single sample, instead of: ``` @router.post('/samples/upload') def upload_sample(file: UploadFile, uid: str): print('upload_sample') path = f"_temp/{uid}" os.makedirs(path, exist_ok=True) file_path = f"{path}/{file.filename}" with open(file_path, 'wb') as f: f.write(file.file.read())...
Done already.
Hi @SHAH-JI please upload a video showing the functionality please. Also, if it's initial implementation, created instead a Draft PR. Thanks
It looks good in terms of functionality, not in terms of UI. @SHAH-JI
I think this looks great, please create the proper PR for it! @SHAH-JI
@SHAH-JI I don't see any changes to memory_detail component? where did you put the new component?
Perfect, please include it on memory detail @SHAH-JI
 I don't understand what's this. This should play of course the audio from the memory recording