dahai20
dahai20
The command I used to play the local AAC file is: curl -u root:12345 --data-binary @/Users/mac32/20250307_180527.aac http://192.168.31.12/play_audio
curl -u root:12345 --data-binary @test.pcm http://192.168.31.12/play_audio audio config : audio: enabled: true volume: 30 srate: 8000 codec: opus outputEnabled: true outputVolume: 90 it's working , oh yes ,
However, I still haven’t found a method to capture and push audio simultaneously
I tried to push an Opus format file to OpenIPC using the command: **`curl -u root:12345 --data-binary @output.opus http://192.168.31.12/play_audio`** but it doesn’t play correctly and only produces noise.