07-26-2024, 11:25 PM
(This post was last modified: 07-27-2024, 12:04 AM by hybridClasher.init().)
Hi,
I watched your old youtube tutorial on how to create sb extensions, which gave me some type of guidance. I'll explain the process on how my extension will work. There will be a input path to a .wav audio file and the extension will convert it to training data, as SmallBasicANN (or any other neural network even) cannot use raw audio files as training data. It can be converted to a txt file, or csv file (maybe using the function you just added to LDFile) and use it to train the model. Im not much familiar with NAudio, as I just heard about it as a popular package, so sorry for any misconceptions. I'll create the extension using VB.net as im not much familiar with C#.
I watched your old youtube tutorial on how to create sb extensions, which gave me some type of guidance. I'll explain the process on how my extension will work. There will be a input path to a .wav audio file and the extension will convert it to training data, as SmallBasicANN (or any other neural network even) cannot use raw audio files as training data. It can be converted to a txt file, or csv file (maybe using the function you just added to LDFile) and use it to train the model. Im not much familiar with NAudio, as I just heard about it as a popular package, so sorry for any misconceptions. I'll create the extension using VB.net as im not much familiar with C#.