Hey I looked at two of your files 2.wav and 7.wav and the header information points to the fact you are exporting from audacity using the NIST Wav format.
08-21-2021, 09:53 AM (This post was last modified: 08-21-2021, 09:53 AM by XORadmin.)
(08-21-2021, 09:34 AM)aork2 Wrote: I have not turnd off the nerd and it loaded all the samples, it should be better expleined in the manual,
I just take out the card and put it in back and it workd, i don't know, but four haours to get here
thanks for all the ansers any way
I think your issue is that you hot-plugged the sd-card. The SD Cards needs to initialize then first (mount) and often it needs a 2nd try until it reads correctly. ( I might raise the timeout here, but the caveat here is that the mounting process is also blocking. So if you play anything and want to replace samples after hot-plug, then it might stop playback until it is mounted/initialized.)
600 files is also a lot and I suggest to sort them into folders for much faster access.
PLEASE use the search function if something have been asked or discussed before. Every (unnessesary) forum support means less time to develop! But of course, i am here to help!
08-21-2021, 10:00 AM (This post was last modified: 08-21-2021, 10:05 AM by XORadmin.)
Also the samples attached are indeed not a usual wave file format. The fact that mgd can hear them is because if the definition is not detected then it plays (best effort) it as 8 bit unsigned RAW. (And the NIST files attached even got a signed 8 bit coding which is not supported)
I understand that they are limitations in which wave files can be handled. But please don't forget that this is just an embedded system (I bet the stack to process wavefiles on a PC or MAC system is bigger than the whole NerdSEQ firmware ) and the wave file format is quite a big thing to process with all it's possibilities. So the NerdSEQ implementation is to support the most common wave-filetypes.
PLEASE use the search function if something have been asked or discussed before. Every (unnessesary) forum support means less time to develop! But of course, i am here to help!