Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99727 > unrolled thread

it's posible? raw audio encoder to vorbis

Started byHeber Futuri <hb.heber@gmail.com>
First post2015-11-26 15:16 -0500
Last post2015-11-26 15:16 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  it's posible? raw audio encoder to vorbis Heber Futuri <hb.heber@gmail.com> - 2015-11-26 15:16 -0500

#99727 — it's posible? raw audio encoder to vorbis

FromHeber Futuri <hb.heber@gmail.com>
Date2015-11-26 15:16 -0500
Subjectit's posible? raw audio encoder to vorbis
Message-ID<mailman.25.1448872497.14615.python-list@python.org>
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()

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web