Тёмный

Make Arduino Play ANY Audio File (Without SD Card) QUICK TUTORIAL 

Just Baselmans
Подписаться 1,5 тыс.
Просмотров 131 тыс.
50% 1

YES CLICK THIS LINK:
drive.google.com/file/d/1LSb-...
(download at own risk, this is not my creation however I have not encountered any problems with it)
Using this tutorial you should be able to make your Arduino play audio despite what the original audio file was (.mp3 .wav .ogg .m4a etc.). I made this video because I used this technique for a upcoming project (a realistic pokeball) and found some tutorials online but many were very long so I thought I can explain this quicker.
Inspired by:
www.instructables.com/Talking...
• Play MP3 audio on your...
• How to Play audio with...
Music:
King Porter Stomp by Joel Cummins

Хобби

Опубликовано:

 

29 апр 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 188   
@JustBaselmansYT
@JustBaselmansYT 2 года назад
If you are looking for another way to play audio on Arduino, here are another 3 options: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-UN9XPWHamHw.html
@beppvis
@beppvis Год назад
This what I was looking for a whole day thanks man
@JustBaselmansYT
@JustBaselmansYT Год назад
No problem mate
@nuggi12
@nuggi12 Год назад
Congrats on 1k !!! Love your videos!
@JustBaselmansYT
@JustBaselmansYT Год назад
Thank you so much!!! Any suggestions for upcoming videos?
@aminsiddiqui9456
@aminsiddiqui9456 2 года назад
Your editing and voiceover is top quality. I don't even like arduino but this is an amazing video and I just subbed.
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Thank you so much that is awesome to hear
@nathaniel7778
@nathaniel7778 Год назад
Thnx allot! This is perfect for my Ironman helmet. I will put some jarvis audio files into it!
@multimargejta123
@multimargejta123 2 года назад
Can you write the code with button added, so that reset button does not have to be pressed?
@LeonardoNicolasNiqqo258
@LeonardoNicolasNiqqo258 Год назад
Im using this to put sound into my Lego Saturn V display, thanks a lot dude!
@JustBaselmansYT
@JustBaselmansYT Год назад
Thats awesome to hear! Do you have a video of this? I would love to see it
@Univers314
@Univers314 Год назад
The EncodeAudio.exe don't start in windows 11. With what version of java was this created. (A Java Exception has occurred)
@pisti7252
@pisti7252 2 года назад
Is there a way to change it from the 11 digital pin to others?
@maeshoevenaar6791
@maeshoevenaar6791 Год назад
Awesome video man, is there any way to use multiple speakers and chose which one plays the sound? For example: if i want to play sound_1 i want to only play it on speaker_1 and if i want to play sound_2 i want to only play it from speaker_2
@DEVILCRY82
@DEVILCRY82 2 года назад
it doesn't work on arduino pro micro, any suggestions?
@sabinaanibassabinaanibas
@sabinaanibassabinaanibas Год назад
This is an amaizing tutorial, thank You a lot! But, I have a question. It only plays about 2-3 seconds of the file. How to You think I could fix it? Thanks in advance!
@mohamedehab772
@mohamedehab772 Год назад
the tool used to encode into arduino is not working whats the problem ??
@patrik2295
@patrik2295 Год назад
Nice video! But, can I use any speaker? Like I has a 3W speaker. It will kill the arduino? Or I have to use a relay or something?
@wifamtjen868
@wifamtjen868 2 года назад
coz you did great work on the video, thank u for your help o7
@tereyagelektronik1490
@tereyagelektronik1490 2 года назад
This video is great. However I've got a single question. How should I edit the code If I want to make it play when, for example an ultrasonic sensor detects something ?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Put the "startPlayback(sample, sizeof(sample));" in the loop after some if statement so it only starts playing when a condition is met like being close to the ultrasonic sensor. Hope this helps!
@lanmichaelmix2818
@lanmichaelmix2818 2 года назад
how many kilo bits or bytes the file was after you converted it?
@kennethfajardo5121
@kennethfajardo5121 2 года назад
can I do it in any speaker?
@rajithabesinghe506
@rajithabesinghe506 2 года назад
can we change the playing pin to some other pin except pin 11
@duller9430
@duller9430 Год назад
Could you comment the log number file thing used in the sketch
@Prffox
@Prffox 2 года назад
my school doesnt allow phones or mp3 things so you know what i had to do :)
@escapZe
@escapZe 9 месяцев назад
Isn't working for me it is a really short sound instead of the full music list.
@walteravila4753
@walteravila4753 3 месяца назад
So does method 1 not work for mps's? Just for built in sounds?
@clicksandbeeps61
@clicksandbeeps61 2 года назад
Wait can you use an active buzzer
@syedsaimshah6612
@syedsaimshah6612 2 года назад
EncodCode is not running on my computer. What should I do to convert mp3 file into array code for arduino?
@user-vx7yu7lv1r
@user-vx7yu7lv1r 5 дней назад
Same to me😭😭😭😭😭😭😭😭😭😭 windows trouble shooter is telling it is incompatible file.
@des0076
@des0076 2 года назад
Hello, I haven't tried yet but I need to ask, is it possible to use the PCM Library to play multiple audio files in one loop? For example play audio1, then a delay, then audio2, then a delay, and audio1 again?
@Kelvin.id.
@Kelvin.id. 2 года назад
Can't think of any reason why this would not be possible as long as your audio files aren't bigger then the available memory.
@PankajSharma-ch3bp
@PankajSharma-ch3bp 3 года назад
That's fantastic work.....do you have any idea for making a rc car or model railway sound genrator ?....i mean when we give throttle, basically spin the potentiometer then it gives acceleration/pick up sound like real one's ,otherwise it stays on idel....just wanted some help for my model railway project....
@JustBaselmansYT
@JustBaselmansYT 3 года назад
I made this for a pokeball with sound I am currently working on but using this for a model railway als sounds awesome!😍
@PankajSharma-ch3bp
@PankajSharma-ch3bp 3 года назад
@@JustBaselmansYT glad to hear that.... waiting for that video....keep it up👍😀
@clicksandbeeps61
@clicksandbeeps61 2 года назад
Is this compatible with all arduino types
@raiderwraith7166
@raiderwraith7166 9 месяцев назад
will this work on the MKR wifi 1010
@azri7931
@azri7931 2 года назад
Hi, may I know if i am using mac, how can i encode the audio instead of using encodeaudio?Thank you!
@ulyssebeats
@ulyssebeats Год назад
Did you find a solution please?
@GameOver-cp5nt
@GameOver-cp5nt 10 месяцев назад
where i can download encodeaudio?
@CinemaEngineer
@CinemaEngineer 2 года назад
won't work when you try to use arduino micro
@dijitalhobim
@dijitalhobim Год назад
How can ı this code work on esp32?
@CoragiCP
@CoragiCP 2 года назад
not working,where to plug
@dheelshunt3692
@dheelshunt3692 3 месяца назад
What speaker are you using? Thanks for this btw
@JustBaselmansYT
@JustBaselmansYT 3 месяца назад
It's an old laptop speaker however every 3 watt speaker should work
@dheelshunt3692
@dheelshunt3692 3 месяца назад
@@JustBaselmansYT Thank you so much!
@codex3431
@codex3431 2 года назад
is this encode program good
@rkyielliwanag4675
@rkyielliwanag4675 2 года назад
whats an arduino ? 2:03 where can i buy one?
@fantomeyes7039
@fantomeyes7039 2 года назад
Can we add external buttons to this circuit? and can we assign different sounds to these buttons? how can I do it
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Put the "startPlayback(sample, sizeof(sample));" in the loop after some if statement so it only starts playing when a condition is met like having pressed a button. Hope this helps!
@jandewit4504
@jandewit4504 2 года назад
wat bedoel je met DE files ?
@infinity6305
@infinity6305 2 года назад
Would it also work if the sampled array was In a text file on the computer and the arduino would read from that file to play sound longer?
@MrEdwinHubble
@MrEdwinHubble Год назад
just add the playing function into the loop, or a while loop or if you want to play it certain times, you can write a "for" cycle for it.
@aminsiddiqui9456
@aminsiddiqui9456 2 года назад
I was trying to play an actual song, it made me laugh so hard when I heard how bad it sounded XD
@SONUKOL1
@SONUKOL1 2 года назад
encodeaudio not install plz sir hlp
@KyaKarogeJaanKe54
@KyaKarogeJaanKe54 2 года назад
Which speaker?? i mean how many ohms/watt(idk if these are the units)??
@JustBaselmansYT
@JustBaselmansYT 2 года назад
I think it's a 3 watt speaker
@iliesspace
@iliesspace Год назад
Hey Thank you so much, that was so clear but in my case i couldn't find a way to convert the audio note that i'm using macOS and the EncodeAudio not working for me
@JustBaselmansYT
@JustBaselmansYT Год назад
To be honest I am not sure how to transfer this for mac users, however I did upload a more recent video on audio for the arduino that's shows 3 different ways of getting audio maybe one of these is more useful for you
@iliesspace
@iliesspace Год назад
@@JustBaselmansYT I really appreciate the efforts you’re making to explain this, and i did find a way to do it on Mac through installing VMware and run windows to transfer the audio using the windows software and hopefully they will support Mac version on the upcoming releases.
@JustBaselmansYT
@JustBaselmansYT Год назад
@@iliesspace awesome to hear! good luck with your project ^^
@manuthplayzyt7000
@manuthplayzyt7000 2 года назад
one buzzer plays it very low and slow for 2 seconds and stop, big buzzer plays high tune for 3 seconds and stop, is there anyway to fix this problem
@JustBaselmansYT
@JustBaselmansYT 2 года назад
the slow playback looks sounds like a converting problem when you are making it a wav. Buzzers not able to play it would be an powering issue, are you using an arduino uno and cable to your pc?
@manuthplayzyt7000
@manuthplayzyt7000 2 года назад
@@JustBaselmansYT yes sir! i cabled it to the PC and tried!
@JAAKLAB
@JAAKLAB 2 года назад
hi , love it great job, is there a way to play the sound when pressing a switch? like a horn or a mini sampler, many thanks
@JustBaselmansYT
@JustBaselmansYT 2 года назад
how do you mean pressing a switch? I am not 100% sure what you mean but i think you could do this by placing the line "startPlayback(sample, sizeof(sample));" after some if statement when a switch is toggled.
@JAAKLAB
@JAAKLAB 2 года назад
@@JustBaselmansYT many thanks 🙏
@peterjones3757
@peterjones3757 2 года назад
@@JustBaselmansYT Any chance you could do a detailed tutorial to this question above? I am new to the nano, and i'm trying to create a handheld sci-fi scanner out of a cool designed mens shaver. I hollowed out the shaver all ready for the internals. Just need the tutorial for the sound. I know how to do the static & blinking lights with a simple switch. But when the switch is pressed a single scanning sound loops, until the tactile switch is released.
@bricktimelapsebuilds
@bricktimelapsebuilds Год назад
hey my arduinoi ide 2.0.4 does not open the example sketch, any ideas how to fix it?
@JustBaselmansYT
@JustBaselmansYT Год назад
You can probably download it online when you google the library
@namapasaran4185
@namapasaran4185 2 года назад
instead of using transistors, can we use a mini amplifier module?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
I have little experience with this but that should be possible
@itstimeforgame-time9819
@itstimeforgame-time9819 21 день назад
0:25, the app at the top is a Torrent LMAO
@CaptainDrakeEye
@CaptainDrakeEye 2 года назад
Nice Video. One question: Can I change the Pin for the Speaker
@CaptainDrakeEye
@CaptainDrakeEye 2 года назад
Nevermind, its Pin 11 but you could edit it inside of the library
@antkoos
@antkoos 2 года назад
@@CaptainDrakeEye make sure to use the pins suitable for outputting PWM signal, because (at least I thinks so) his code uses PWM to control the speaker
@CaptainDrakeEye
@CaptainDrakeEye 2 года назад
@@antkoos Thanks man
@antkoos
@antkoos 2 года назад
@@CaptainDrakeEye no problem
@btuus889
@btuus889 2 года назад
Would this work if I’m using a passive buzzer instead of a speaker?
@antkoos
@antkoos 2 года назад
Yes, it would
@flightsimguy3897
@flightsimguy3897 2 года назад
nice but i have a problem i want to change the pin to numer 3 and it can"t pleased help my
@JustBaselmansYT
@JustBaselmansYT 2 года назад
I am not sure if that is possible with this library, did not need it myself and couldn’t find a solution with some google searches. Something that is always an option is to use two Arduinos that communicate with each other it is not very difficult and I guess there are many tutorials explaining how to do it.
@flightsimguy3897
@flightsimguy3897 2 года назад
@@JustBaselmansYT yes the reason is because I want to use a attiny chip
@brendanjonker6865
@brendanjonker6865 Год назад
transistor*
@chasetheinflatablegod
@chasetheinflatablegod 2 года назад
Hi, it’s there anyway I can have the audio play as soon as the chip gets power? I wanna power the Chip from my Arduino when it’s running a program. I have it set up whenever my Arduino gets power it starts the program, was wondering if I can do the same with the chip. A little hard to explain but if there’s anyway I can get into contact with you I’d appreciate it. It’s a small project but I’m very new to Arduino
@kallgakr1273
@kallgakr1273 7 месяцев назад
the programm already does that, i plays it once it gets power for one time and then stops
@San_DIY
@San_DIY 2 года назад
What to do if want to play it again again over again automatically
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Put the line in the loop
@kuldeeprane1469
@kuldeeprane1469 2 года назад
Hii can we make it to play 4 to 6 different sounds based on some conditions
@JustBaselmansYT
@JustBaselmansYT 2 года назад
I do not see why not ;)
@mihaklopcic6629
@mihaklopcic6629 Год назад
Hi, I have a problem. My app doesent wanna open PCM playback.
@kkelly8987
@kkelly8987 Год назад
While this may be a tedious way to do it, one way is to open the file with notepad or notepad++ then copy it to the arduino ide. I think the reason why it has trouble opening it is due to it being a pde file not an ino file. If you imported the library, the file itself should be in the arduino library under PCM -> examples -> playback.pde, if you right click it and select open with then notepad, you can then copy the code into arduino. This may be a bit much, but it worked for me. Unsure if this helps.
@AntFührer
@AntFührer 2 года назад
What is the string format called you converted the mp3 to, because I use linux and youre exe doesn't work there, thanks btw good video.
@antkoos
@antkoos 2 года назад
how exactly were you expecting to run an *Windows executable* on Linux?
@swiftercurrents5106
@swiftercurrents5106 2 года назад
@@antkoos It's actually really easy using CrossOver
@TheFuturistPodcast
@TheFuturistPodcast 2 года назад
Nice vid. Thanks for the tutorial. Though, the EXE file just throws a java error "A Java Exception has occurred." Do you knw how to fix it by any chance? Thanks :D
@noahv1
@noahv1 2 года назад
Same problem
@TheFuturistPodcast
@TheFuturistPodcast 2 года назад
@@noahv1 Over 3 months later, I still didn't find a solution :/
@yogolee69
@yogolee69 2 года назад
@@TheFuturistPodcast download latest version of java maybe
@noahv1
@noahv1 2 года назад
@@TheFuturistPodcast Just download Java worked for me
@TobiFilmi
@TobiFilmi 2 года назад
Worked with latest java update
@aj_ay007
@aj_ay007 2 года назад
I tried this within a loop not working. The output audio is not the actual audio,only beeps but I am getting the actual output with code in the setup how do I fix this?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Is it a few beeps over time or only one beep everytime you run the code?
@aj_ay007
@aj_ay007 2 года назад
@@JustBaselmansYT it will work if add a delay
@Diegocusido
@Diegocusido 3 года назад
I have a question, For my project, I need it to play when it receives power not when the button is clicked. How would I make it do this? Thank you very much
@Awsometurtle20
@Awsometurtle20 2 года назад
Have u figured anything out I need to do the same
@antkoos
@antkoos 2 года назад
The button just resets the microcontroller, the playback happens at the power-up too
@Awsometurtle20
@Awsometurtle20 2 года назад
@@antkoos thanks
@antkoos
@antkoos 2 года назад
@@Awsometurtle20 was I seriously not late? your reply was 1 month old, after all 😅
@Awsometurtle20
@Awsometurtle20 2 года назад
@@antkoos no ur good lol the project is on hold I haven’t bought anything lol i found another way to do it too but I think arduino is a better way to do it, the alternative is a birthday card playback module but it needs a power source and a button to actually play with the arduino it plays when powered like you said which means less stuff to worry about
@Awsometurtle20
@Awsometurtle20 2 года назад
Hey is there a way to make it play when powered up???
@JustBaselmansYT
@JustBaselmansYT 2 года назад
You can place all the code in the setup I think
@aminsiddiqui9456
@aminsiddiqui9456 2 года назад
I have the arduino and speaker setup playing audio fine, but when I switch to pin 11 and run this file with my sound in it nothing happens. I checked and my code is the same as yours except mine has different sound obviously. Any suggestions?
@antkoos
@antkoos 2 года назад
I thinks his code uses PWM to control the speaker, so you would need to check what pins could output a PWM signal on your arduino
@timonmilon
@timonmilon 9 месяцев назад
Thanks for the video but I can't open AudioEncode, Windows always tells me that javaw.exe is missing... Is it still working for you ?
@MrMatt23c
@MrMatt23c 7 месяцев назад
you need to install java on your computer
@kariememad3222
@kariememad3222 2 года назад
what is the name of the speaker please so i can buy it
@JustBaselmansYT
@JustBaselmansYT 2 года назад
This speaker is from an old laptop but any 3watt speaker will work
@6f4hf
@6f4hf 2 года назад
What speaker are you using in the video?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
This is a speaker I got out of an old computer I think it is a 3 watt speaker
@noahv1
@noahv1 2 года назад
Can I make it play longer music?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Yes should be possible as long as the Arduino memory isn't full if you want to play even longer music I would advice you to try option 2 of my newest Arduino video
@theengerneer9906
@theengerneer9906 Год назад
hey im using this project but windows cant open the encodeaudio.exe could you help me pls (pls respond fast urgent)
@jiaqili9104
@jiaqili9104 Год назад
Hi, did u find a solution? I'm facing the same issue
@snopz
@snopz 10 месяцев назад
what if the audio file is bigger than the ram size 🙂
@JustBaselmansYT
@JustBaselmansYT 10 месяцев назад
Use a bigger arduino like an arduino mega ;)
@escapZe
@escapZe 9 месяцев назад
@@JustBaselmansYT pin 24 isnt working tho with audio
@godfreyeclarinal2056
@godfreyeclarinal2056 2 года назад
Hi! Can I make the audio play in a loop rather than once?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Sure, just place "startPlayback(sample, sizeof(sample));" somewhere in the loop instead of in the setup
@Handlebrake2
@Handlebrake2 2 года назад
Is audacity good to use? I heard they put something bad in the recent versions or version 3.x. I think it was Spyware.
@JustBaselmansYT
@JustBaselmansYT 2 года назад
I haven’t heard such thing and I am happy with it but definitely do your own research, formatting an audio file is also possible in other sound editors.
@Handlebrake2
@Handlebrake2 2 года назад
@@JustBaselmansYT I think it might have been big news maybe a year ago. Who knows maybe they removed said changes by now. I personally use ffmpeg.
@artunca4308
@artunca4308 Год назад
Can I do without both transistor and sd card?
@zorgoza1715
@zorgoza1715 4 месяца назад
yes just connect it
@danielbaron9576
@danielbaron9576 2 года назад
hello, whenever i press EncodeAudio.exe it gives me an error. can anyone help?
@kkelly8987
@kkelly8987 Год назад
I don't know if this helps as it has been a bit since you commented this, but if your error is that it is missing javaw.exe, then an easy fix is to download/re-download java. That was my error at least and how I fixed it.
@jacquelineviera3983
@jacquelineviera3983 2 года назад
what kind of speaker did you use?
@JustBaselmansYT
@JustBaselmansYT 4 месяца назад
An old pc speaker but any 3 watt speaker should work
@clicksandbeeps61
@clicksandbeeps61 2 года назад
Whenever I load the encode audio app it comes up with an error saying “ windows cannot find Javaw.exe” how do I fix this please help
@clicksandbeeps61
@clicksandbeeps61 2 года назад
Never mind just had to install Java I was just being a nutcase
@ianhayden2839
@ianhayden2839 2 года назад
Which java
@ianhayden2839
@ianhayden2839 2 года назад
I'm getting the same error how did you fix it
@Prffox
@Prffox 2 года назад
@@ianhayden2839 wdym which java
@erel9763
@erel9763 Год назад
Hi all, first of all many thanks to "Just Baselmans" for that great video. It is short and good explained, you can find everything you need in that video. Anyhow. I had the same problem with the "EncodeAudio.exe" program. I am mainly using "Windows 10"and on my older Laptop I am using "Windows 7". I tried following: right mouse click to the file "EncodeAudio.exe" then select the properties, then change to the tab "compatibility". Here under the section "compatibility mode" there are different software options (like Win7, Win8, Win95, Win98,...) -> just select these options step by step, until one of them is working fine. In my case it helped at least for Win-7 OS but not for Win-10 OS. Therefore I was looking here again, in the hope, that I can find the solution under the comments for Win 10, but unfortunately I could not find 😞. Can anybody help maybe? Many thanks in advance.
@LukeDruid
@LukeDruid Год назад
EncodeAudio.exe doesnt work for me :(
@jiaqili9104
@jiaqili9104 Год назад
Hi, did u find a solution? I'm facing the same issue
@LukeDruid
@LukeDruid Год назад
@@jiaqili9104 I found a solution in using Processing aswell as Arduino IDE to play whatever audio. Maybe this solution works only for my particular case, but I essentially turned my PC into an arduino extention. Just save the audio you want to play on your computer and write a program in Processing that registers the arduino input and outputs audio on your computer. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NhyB00J6PiM.html
@RebelDrifter
@RebelDrifter 2 года назад
Goedemorgen. Kun je mij misschien helpen? Ik wil via Arduino met een Gyro in een elektrische auto geluid maken. Is dit mogelijk zo ja, hoe kan ik dit maken? Ik ben echt een behoorlijke leek met Arduino. Hoor graag van je. Thanks!
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Wat wil je precies in de auto meten? Probeer eerst met enkel de gyroscoop in de auto te kijken of je het gewilde signaal kan meten door alle gyroscoop data te plotten
@RebelDrifter
@RebelDrifter 2 года назад
@@JustBaselmansYT bedankt voor het reageren. Ik zou graag geluid willen hebben via een losse speaker dat wanneer ik het gaspedaal intrap er auto geluid uit de speaker komt. De auto is elektrisch en dus stil.
@JustBaselmansYT
@JustBaselmansYT 2 года назад
@@RebelDrifter ik zou het zelf denk ik oplossen met een knop op het gaspedaal die het geluid afspeelt maar je kan idd eerst testen of je een fatsoenlijk signaal kan krijgen door gebruik van een gyroscoop zoals bijvoorbeeld de mpu6050, in dat geval probeer eerst simpel een threshold te zetten en dat wanneer je boven die threshold komt dat je dan een led aanzet. Het geluid zelf is niet zo heel moeilijk daarna.
@RebelDrifter
@RebelDrifter 2 года назад
@@JustBaselmansYT Bedankt. Ik zal eens kijken of dit gaat lukken. Is het eventueel mogelijk dat ik jou inhuur? Uiteraard wil ik ervoor betalen. 😁
@JustBaselmansYT
@JustBaselmansYT 2 года назад
@@RebelDrifter uhm kan je mij eventueel benaderen via instagram? Dan kunnen we het hierover hebben @justbaselmans, maar ik denk eigenlijk niet dat jij mij zoveel nodig hebt😉
@pekogimso76
@pekogimso76 Год назад
can buzzer run this?
@artunca4308
@artunca4308 Год назад
No
@ianmontgomery2862
@ianmontgomery2862 4 месяца назад
Yes but HOW do you do this
@JustBaselmansYT
@JustBaselmansYT 4 месяца назад
By following the steps in the video :) I'm not sure if I understand the question
@duller9430
@duller9430 2 года назад
Does this work on arduino uno
@JustBaselmansYT
@JustBaselmansYT 2 года назад
yes definitly
@lucid7271
@lucid7271 2 года назад
Are u coming back?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
I hope I do but I dont know if it will be the same kind of content, hope to inform you somewhere in the upcoming month
@Tamla1959
@Tamla1959 2 года назад
What arduino board did you use?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
i used an arduino nano
@Tamla1959
@Tamla1959 2 года назад
@@JustBaselmansYT OK thank you!
@KingdaStudios
@KingdaStudios Год назад
javaw.exe does not exist (also a shell problem)
@random_tek
@random_tek 11 месяцев назад
You forgot to install java
@jandewit4504
@jandewit4504 2 года назад
oh ik zie nu laat maar
@CodingCozmo
@CodingCozmo 3 года назад
That is very interesting Just. Lots of potential with Arduino. 🧔🏻👍
@forest-sea-animals6029
@forest-sea-animals6029 2 года назад
javaw.exe is missing
@ulyssebeats
@ulyssebeats Год назад
did you find an answer pls?
@noahv1
@noahv1 2 года назад
Where is audacity?
@JustBaselmansYT
@JustBaselmansYT 2 года назад
It's a software that you can download
@clicksandbeeps61
@clicksandbeeps61 2 года назад
Dang it All I hear is silence
@fatzspizzasafari
@fatzspizzasafari 2 года назад
All i hear is a clicking sound :(
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Do you power your Arduino from your PC or from a external power source?
@fatzspizzasafari
@fatzspizzasafari 2 года назад
@@JustBaselmansYT PC
@JustBaselmansYT
@JustBaselmansYT 2 года назад
Did you already try converting another sound because the conversion does alter the audio by a lot maybe the clicking is the only thing left from that specific piece of audio
@fatzspizzasafari
@fatzspizzasafari 2 года назад
@@JustBaselmansYT Yeah I even tried it with the default sound and still was just clicking.
@vittoriomanfredi3271
@vittoriomanfredi3271 2 года назад
sorry but encodeaudio for mac...
@mynewan
@mynewan Год назад
Ok I subscribe
Далее
МЕСТЬ МАЛОГО
00:52
Просмотров 118 тыс.
How to Play Audio on Arduino + Debug
17:33
Просмотров 9 тыс.
Add sound to anything
2:44
Просмотров 196 тыс.
Arduino-Based MP3 Player via DFPlayer Mini Module
4:39
#419 ESP32 Audio Tutorial with lots of examples
13:48
Просмотров 238 тыс.
You can play REAL sound using the Arduino UNO!
8:12
Просмотров 31 тыс.
I built my own computer. by hand.
13:03
Просмотров 1,1 млн
ТОРТ ИЗ АРБУЗА С ГУСЯМИ🤪🍉
1:00
Best the best 2024❤️ Subscribe
0:14
Просмотров 5 млн