Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #8601
| From | Zio Peppe <zipeppe@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Java and wav file generation |
| Date | 2011-10-06 11:16 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <47c5d2bb-222a-4d1b-96a4-aeb915f861f5@h10g2000yqd.googlegroups.com> (permalink) |
Hi folks, I have a set of binary data of which are known in advance the size (number of points), the format (32-bit long integers), the sample rate and the endian (Big or Little). I would like to build audio files (wav or mp3, doesn't matter for now) from them with absolutely high fidelity. I was wondering if there is already a class suitable for such processing and some example of use. I had a look on Package javax.sound.sampled, but it is a bit complicated for a beginner as me :/ Is there a good soul who can show with a bit of code how I can get success? Cheers, ZPP
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar
Java and wav file generation Zio Peppe <zipeppe@gmail.com> - 2011-10-06 11:16 -0700 Re: Java and wav file generation Knute Johnson <nospam@knutejohnson.com> - 2011-10-06 16:46 -0700 Re: Java and wav file generation Roedy Green <see_website@mindprod.com.invalid> - 2011-10-07 02:42 -0700
csiph-web