1 | // uses default line |
2 | static void captureAudioToWAV(AudioFormat format, File wavFile, Flag stop) ctex {
|
3 | TSeekableDataOutputStream dataOut = new(wavFile); |
4 | AudioOutputStream audioOut = new WaveAudioOutputStream( |
5 | format, AudioSystem.NOT_SPECIFIED, dataOut); |
6 | OutputStream out = audioOutputStreamAsOutputStream(audioOut); |
7 | captureAudioFromLine3(format, out, stop); |
8 | } |
Began life as a copy of #1009767
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009773 |
| Snippet name: | captureAudioToWAV - captures to .wav file |
| Eternal ID of this version: | #1009773/3 |
| Text MD5: | 50bc8f96ec68e12fd965bd09d31467c9 |
| Author: | stefan |
| Category: | javax / audio |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-16 17:16:56 |
| Source code size: | 378 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 710 / 765 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |