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
#11
OK, so I got it to run, generating an output file with some binary output in it - presumably a binary representation of some kind of the wav file.

Before there is a realistic chance of ANN doing anything we need to understand what the data is - ANN is not magic - its just a non-linear fitting algorithm - it just learns to recognise patterns, so we need to give it training data with the kind of patterns we want it to distinguish.

I did have to copy the dlls to exe folder, but this may be partly because there is no xml and this means IDE doesn't recognise dll in the same way.

If you are using SharpDevelop, then I did give instructions in the UTube for creating xml intellisense, very similar for Visual Studio - which if you using please say so I can direct comments accordingly?

If you are using VS, then there is a switch in settings to turn it on as well as adding the text descriptions before each object/method in the code with ///.  The switch is Solution Explorer->Right click project+Properties->Build Tab->Scroll down to Output->tick XML document file:
[-] The following 1 user Likes litdev's post:
  • hybridClasher.init()
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 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: 1 Guest(s)