This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

mumble-ruby audio problem


hamie
 Share

Recommended Posts

Needing some help I have mumble-ruby working and I'm trying to play a wave file that's 128kbps PCM S16LE 8000hz 16 bits per sample. It sounds like its being played in fast forward, Can someone offer me some help I'm on a linux platform


#!/usr/bin/env ruby

require 'mumble-ruby'

cli = Mumble::Client.new('localhost', 64738, 'user','pass')

cli.connect

sleep(1)

cli.join_channel('PTT-OPS')

cli.player.play_file('callsignannounce.wav')

cli.disconnect

Link to comment
Share on other sites

 Share

×
×
  • Create New...