June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
5
Task/Record-sound/Julia/record-sound.julia
Normal file
5
Task/Record-sound/Julia/record-sound.julia
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
using PortAudio, LibSndFile
|
||||
|
||||
stream = PortAudioStream("Microphone (USB Microphone)", 1, 0) # 44100 samples/sec
|
||||
buf = read(stream, 441000)
|
||||
save("recorded10sec.wav", buf)
|
||||
Loading…
Add table
Add a link
Reference in a new issue