Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99727
| From | Heber Futuri <hb.heber@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | it's posible? raw audio encoder to vorbis |
| Date | 2015-11-26 15:16 -0500 |
| Message-ID | <mailman.25.1448872497.14615.python-list@python.org> (permalink) |
Receipt from websocket server audio raw and I want to encode ogg
help! :(
from websocket_server import WebsocketServer
# Called when a client sends a messagedef 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()
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
it's posible? raw audio encoder to vorbis Heber Futuri <hb.heber@gmail.com> - 2015-11-26 15:16 -0500
csiph-web