Converting audio file into bytes and send over web socket

you will need to:

  1. need to have golang installed. If you don’t probably some of the following steps will be much more harder for you :frowning:
  2. go get github.com/loadimpact/k6
  3. cd $GOPATH/src/github.com/loadimpact/k6
  4. edit the file I’ve linked above changing TextMessage to BinaryMessage in the place linked
  5. go install .
  6. k6 run path/to/your/script.js

All of the above steps are for … non windows systems ;). Haven’t used WIndows in years as a user but I hear you now have a nice terminal and shell so they might work in the majority of cases :slight_smile: