RIFF header & bit depth #23
Replies: 4 comments
-
I'm currently making a wave header writer. Let me see if I can contribute to your library. |
Beta Was this translation helpful? Give feedback.
-
I finished making one. I have thee exposed classees, one interface and 3 methods. Methods
|
Beta Was this translation helpful? Give feedback.
-
Sorry for the late response, WASM support takes all my time.
Are you attempting to play a raw stream using players like
Thank you for your work. I would love to see more contributions to this library, but doesn't the MiniAudioEncoder already serve this purpose? Although it currently only supports WAV encoding (with no MP3 or OGG encoding capabilities), it does accept a file path, sample format (target bit depth), and sample rate and allows encoding via the |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late response from my side too. The library I'm using now requires raw data stream which is short[] with the header information. What I made can convert the bit rate of the pure sound data array and add the wave header accordingly. In case what I made is still needed, please let me know. I'd like to contribute too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi again.
Thank you as always.
While working on the raw stream of decoded audio file, I realized that
Am I understanding correctly? If this is correct, I may need to make one myself from the scratch. Then, I need to do some study...
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions