Search results

  1. joebmz98

    Trouble integrating Audio playback

    I tried to be as concise as possible. I've got a very large project file and so I dissected all of the relevant audio parts to make it readable. I also included the full code as a zip in case there was anything I've missed. Not sure how I can make it more concise than this tbh
  2. joebmz98

    Trouble integrating Audio playback

    Anyone got any ideas?
  3. joebmz98

    Trouble integrating Audio playback

    Hiya, I posted about a similar topic not too long ago. Since there wasn't any new information, I changed method of audio playback to converting Wav files to CPP arrays (With the wav2sketch app). To get started, I opened up the Sample Player from the Teensy Examples ( it's under...
  4. joebmz98

    Playing a wav file from SD Card reader

    Morning all, Since I've not had much progress on this, is there a source code yous would recommend to get me started anew?
  5. joebmz98

    Playing a wav file from SD Card reader

    Thank you all for the suggestions. However, there is no crash during the setup() function. We're now back to weird glitchy noise sounds that last for the duration of the sample length. I only added the crash report part to the start of the setup() function.
  6. joebmz98

    Playing a wav file from SD Card reader

    Anyone got any advice?
  7. joebmz98

    Playing a wav file from SD Card reader

    I tried this* across the code and there was no crash. It is definitely trying to do it but failing somewhere
  8. joebmz98

    Playing a wav file from SD Card reader

    Also attached a second video - I'm now back to square one where the audio will play once and only once. The only difference is I went and re-exported the audio files as 44.1khz 16-bit PCM and I took out the teensy from my breadboard
  9. joebmz98

    Playing a wav file from SD Card reader

    Ah sorry! I forgot to put the volume on OBS up. The sound can only be described as like Data noise interfering with the audio path. The ground path of the Audio out is isolated from the VGND as seen from this photo: https://prnt.sc/xHnc3K2edvIm I've had it play the sound normally before so I...
  10. joebmz98

    Playing a wav file from SD Card reader

    Morning all, I was away over the weekend so apologies for not getting back to you. I ran the same code again but changed it at the end to only repeat 1 of the audio files. I can now audibly hear something looping - but it's definitely not the original guitar sound...
  11. joebmz98

    Playing a wav file from SD Card reader

    Evening, here are the audio files I was using
  12. joebmz98

    Playing a wav file from SD Card reader

    Ah my bad. I'll attach them as a zip folder when I'm home from work. I would have thought the same about the format issue. The code is pretty much the vanilla example that came as part of the library. I believe, off the top of my head, it's in Libraries>Audio>WavFilePlayer. The modifications I...
  13. joebmz98

    Playing a wav file from SD Card reader

    Hiya, I'm new to this forums! I decided to take upon a rather grand project of a small granular sampler with the Teensy 4.0 and its audio shield. Currently, I'm getting used to the whole, having a dev board in front of me as I'm very much used to a Matlab or JUCE environment (I am doing an...
Back
Top