- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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()
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page