We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Audio Preprocessing Extension
#8
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#.
[-] The following 1 user Likes hybridClasher.init()'s post:
  • litdev
Reply


Messages In This Thread
RE: Audio Preprocessing Extension - by litdev - 07-26-2024, 03:29 PM
RE: Audio Preprocessing Extension - by z-s - 07-26-2024, 03:50 PM
RE: Audio Preprocessing Extension - by litdev - 07-26-2024, 09:13 PM
RE: Audio Preprocessing Extension - by litdev - 07-26-2024, 11:10 PM
RE: Audio Preprocessing Extension - by hybridClasher.init() - 07-26-2024, 11:25 PM
RE: Audio Preprocessing Extension - by litdev - 07-27-2024, 04:50 PM
RE: Audio Preprocessing Extension - by litdev - 07-27-2024, 07:24 PM
RE: Audio Preprocessing Extension - by litdev - 07-27-2024, 10:23 PM
RE: Audio Preprocessing Extension - by litdev - 07-27-2024, 10:56 PM
RE: Audio Preprocessing Extension - by z-s - 07-28-2024, 05:26 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)