|
|
@ -286,6 +286,8 @@ class Recorder:
|
|
|
|
)
|
|
|
|
)
|
|
|
|
self.mRecordedFramesList = []
|
|
|
|
self.mRecordedFramesList = []
|
|
|
|
lTimeSecFloat = time.time()
|
|
|
|
lTimeSecFloat = time.time()
|
|
|
|
|
|
|
|
if not os.path.exists(os.path.abspath(self.mFolderPathStr)):
|
|
|
|
|
|
|
|
os.mkdir(self.mFolderPathStr)
|
|
|
|
sound.export(lFilePathStr, format=f"{self.mFileFormatStr}")
|
|
|
|
sound.export(lFilePathStr, format=f"{self.mFileFormatStr}")
|
|
|
|
self.mFileNameList.append(lFileNameWExtStr)
|
|
|
|
self.mFileNameList.append(lFileNameWExtStr)
|
|
|
|
self.mFileInfoDict[lFileNameWExtStr]= {
|
|
|
|
self.mFileInfoDict[lFileNameWExtStr]= {
|
|
|
|