Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

it's posible? raw audio encoder to vorbis

Heber_F_
Beginner
704 Views

Receipt from websocket server audio raw and I want to encode ogg

help! :(

from websocket_server import WebsocketServer

# Called when a client sends a message
def data_received(client, server, datos):
    #HERE encoder "datos" to ogg and save data


PORT=9001
server = WebsocketServer(PORT)
server.set_fn_message_received(data_received)
server.run_forever()
0 Kudos
1 Reply
Christophe_H_Intel2
704 Views

Hello,

Are you having a problem specific to the Intel Distribution for Python, or is this a general programming question?  If you are experiencing unexpected behavior while using the python-websocket-server module with Intel Python, we will be happy to help, but if you are asking for help using the python-websocket-server module, you might want to consult the documentation or contact the developers of that module.

Thanks,

Chris

0 Kudos
Reply