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
#10
Hi, thank you for the recommendation of VS 2022.
I'm happy to announce that the extension is done, though there is one problem. I'm not much familiar with xml editing, and there isn't any IntelliSense description of the extension... its only one class and one method, which is: AudioPreprocessorExtension.ConvertWavToTrainingData(inputFile,outputFile)

There are two arguments, first one is the input path to the wav file, and the second one is the output path to the converted file (the format can be anything e.g txt or csv, although for my ai project im currently using .dat)
Also, the program folder (where the sb file is compiled) needs the NAudio.dll and NAudio.Core.dll files to be manually added, which im not sure why they dont appear in my program folder when i compile my code in sb-prime (the lib folder already has the necessary naudio dlls)

Heres the link to my extension (your website doesn't allow .zip or .dll files): https://drive.google.com/file/d/1UDd2k8K...YauDI/view

If you have any ideas/suggestions on how to fix these problems or if there should be more methods in the extensions, let me know.
Thanks.

P.S Since SmallBasicANN is kinda limited, i'll probably make a TensorFlow.NET extension too someday, but i'll think about it.  Big Grin
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 litdev - 07-27-2024, 04:50 PM
RE: Audio Preprocessing Extension - by hybridClasher.init() - 07-27-2024, 06:54 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: 3 Guest(s)