-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I managed to compile with make command on Macbook pro Catalina latest
I had to change from lame_encode_buffer_ieee_float to lame_encode_buffer_float in writter-lame.c as it was not compiling.
I use the command:
./castty record -d 'BuiltInMicrophoneDevice' -a audio2.mp3 -m
But how I can stop the recording? I can only stopping it by force close from Activity Monitor.
And I can not hear anything in the recorded file..
Devices:
cotfas@192-168-0-146 src % ./castty record -l
Available input devices:
0: Boom2Device, 48000Hz, format: 'float 32-bit LE'
castty record -d 'Boom2Engine:0' -a audio.raw
1: MacBook Pro Microphone, 44100Hz, format: 'float 32-bit LE'
castty record -d 'BuiltInMicrophoneDevice' -a audio.raw
cotfas@192-168-0-146 src %
Tried with both devices..