I tested it with your Audio library via DAC at pin A14 on my Teensy 3.2. It sounds really good. :)
So I guess this means my software is making the humming noise. How do I get rid of it? I think my...
Type: Posts; User: nathanSuperStar
I tested it with your Audio library via DAC at pin A14 on my Teensy 3.2. It sounds really good. :)
So I guess this means my software is making the humming noise. How do I get rid of it? I think my...
Anybody?
I used a teensy 3.2 @ 24 Mhz with a micro sd card adapter from ebay. I'm not sure how much more I can improve my code to maximize efficiency from playing audio from an SD card.
Hey guys, it's me Nathan Ramanathan; that guy who made MusicWithoutDelay library:https://github.com/nathanRamaNoodles/Polyphonic-Synth-Engine.
Anyway, I've decided to up my game a bit by writing...
moved to here: https://forum.pjrc.com/threads/55358-I-am-trying-to-mix-audio-audio-files-from-an-SD-card-to-a-PWM-pin(sound-quality)
Hi everyone,
recognition: I'd like to announce that my library is now complete and is free for everyone to use. I'd like to thank Paul and the crew here on helping me debug and make optimal code...
I've updated the code, so now it should auto-clip the noise at a higher volume.
Let me know if it works.
Also, if anyone has a Teensy 2.0, could you please test my library on it? The output is...
1) the reason why the sound is noisy is because the more note-polyphony, the more bits you are trying to squash together. To fix this, you just have to play at a lower volume(using a potentiometer...
Just a question...
Which pins are connected to the Teensy's PT8211 audio kit? And which pins are connected to the Teensy Audio Shield?
I'm asking, because I want to keep my project clean...
I've updated the library now, and I like the acronym "MWD" ;)
Here it is: MWD v3.5.0
I've made the readMe easier, so it should be straightforward on what to do(with the addition of the Table...
Yeah, I figured out the narrowing warnings. Also, changing the pin is a nice feature to add.
Sorry I didn't update the github code yet. I was adding support for other boards to my library. I...
1. Why rewrite the whole class when you can use SensorToButton's Capacitive example? You just need a big resistor, like a 1 Mega ohms between two pins. Doesn't Teensy's touchRead do the same thing?...
Is the volume muted by default on the teensy?
If you liked the basic sketch, try the "song_Mod" example, you won't be disappointed :)
If only there were some way to show it to many people. It's been up there on Github and Arduino's create website for 6 months, but I feel like not many people know about it. My main goal was to be...
Yeah, the code on Github is a bit behind, so I had to manually enter the Teensy support because I had new code on my laptop for the volume control.
I'm not sure how to get around that.
I could...
I did add it. I didn't know I had to merge Pull requests. So I just "copy and pasted" it. I'm kinda an amateur when it comes to GitHub
Don't worry, I'll make sure it has support even if it...
Hey bud,
I got bored and updated my library to v3.0.0
It's got all sorts of fancy stuff, such as VOLUME CONTROL 😎(This was the legendary battle I had for months between me and my 8-bit...
Hi there, I created the MusicWithoutDelay library, and thank you for using it. Unfortunately, I have abandoned it due to others lack of interest. Also, out of curiousity, why did you choose my...