How to Record Audio Using Java (Simple)

preview_player
Показать описание
How to Record Audio Using Java (Simple)

In this tutorial, we shall be covering how to record audio using the Java sound API. The end result is an application that shows a JOptionpane to start recording and a JOptionpane to stop recording, allowing the user to record for how long they like. Pausing and resuming a recording, as well as making a gui sound recorder shall be coming in the near future, so be sure to subscribe if that interests you. Thanks for watching!

How to Record Audio Using Java (Simple)
Рекомендации по теме
Комментарии
Автор

i wish this was around before my deadlines, getting audio recording to work was a real chore

philipino
Автор

Thanks so much Max. Keep on being awesome!

FeelGoodJams
Автор

Thanks this helped me so much! I had to change some settings, but it eventually worked.

ishino_ki
Автор

Was super confused before this! Thanks for the help, GREAT

babayaga
Автор

Thanks a lot! I want to try to make a "looper pedal" sort of thing and this should get me going

gustavandre
Автор

The only problem I see that I want help on is how to record multiple files since every time you start record it keeps overriding and deleting the old file. Love your videos btw, it helps!!

kekkaku
Автор

is there any way of save in mp3/ogg format?

josepuga
Автор

Do you have the project somewhere to download?

peshkosr
Автор

Most of my code works, but whenever I run it I get a .wav file of the correct length but with no sound. Any tips? I’m on Mac btw.

babayaga
Автор

how to make communism work with java plz

ukcommunistparty
Автор

I Keep getting

Info not supported
No line matching interface TargetDataLine supporting format PCM_UNSIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, big-endian is supported.
at
at

how do i fix this

videodenemeleri