javasound
Adding Vorbis SPI dependency to Maven project
I want to be able to play ogg encoded files using JavaSound. I assume that the easiest way is to add dependency to Vorbis SPI and play it like a regular wave file. However my project is managed using[详细]
2023-01-23 23:51 分类:问答Reverse playback,java [duplicate]
This question already has answers here: Play WAV file backward (3 answers) Closed 4 years ago. I do need you help.[详细]
2023-01-23 17:39 分类:问答Problem with a Java thread that captures sound card data
I have a program which creates a thread that captures data from the soundcard at 48 KHz and writes it to a buffer for collection. The heart of the thread code is as follows ..[详细]
2023-01-21 16:14 分类:问答How can I decode OGG vorbis data from a ByteBuffer?
The libraries I fou开发者_StackOverflownded so far only have methods to decode from a file or InputStream. I have a ByteBuffer with OGG vorbis data and I need it decoded to PCM without having to write[详细]
2023-01-21 12:53 分类:问答Play variable tone with Java?
Back in my high school Pascal class, I had a fun little program that would take in an integer and then play a tone using the system speaker.The pitch of the tone would vary, based on the int开发者_运维[详细]
2023-01-19 19:13 分类:问答What is a MIDI soundbank?
I am a neophyte at MIDI.Does a MIDI soundbank contains \"instructions\" [sic] for a MIDI synthesizer to turn into PCM audio?[详细]
2023-01-19 03:04 分类:问答Java game sounds in applications (as in, NOT applets)
I have two questions - (1) How to play small sound clips, e.g. saucer flying, bullets shooting, things getting hit with bullets, etc.Very short, but real-time, sounds.I like the old arcade sounds, so[详细]
2023-01-10 11:03 分类:问答Audio clip getting stuck
I am seeing some strange behaviour with Clip instances in Java. The purpose of the class I am working on is to 开发者_C百科keep count of the number of Clip instances containing the same sound sample[详细]
2023-01-03 23:03 分类:问答Converting raw bytes into audio sound
In my application I inherit a javastreamingaudio class from the freeTTS package then bypas开发者_如何学Pythons the write method which sends an array of bytes to the SourceDataLine for audio processing[详细]
2022-12-29 18:03 分类:问答Java playing sounds. Is there a default system sound?
Hi I am trying to write an application that will 开发者_StackOverflow中文版play morse code. I just wanted to know if there was a default system sound in java like some beep, or do I have to download s[详细]
2022-12-21 16:22 分类:问答