-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIFO Format #41
Comments
When I remember right, you should use headerless wave format 16bit signed mono, Little Endian with 48kHz sample rate. |
I've tryed that before, and still it comes out only as noise for a few seconds before crashing with the error: "/home/felix/.rvm/gems/ruby-2.2.0/gems/mumble-ruby-1.1.2/lib/mumble-ruby/audio_player.rb:63:in |
Maybe a look into ( http://wiki.natenom.com/w/Mumble_audio_bots ) will help you. In the guide howto setup a bot with mpd show's how it should work. Your FIFO must deliver sound in realtime. That means: not slower (stutter), but also not faster (garbaging). |
Edit: Nevermind - switched to MPD and everything is working fine now. I'm having the same issue - I've gotten ffmpeg to output to the FIFO pipe, yet it just gives me garbage.
If I add the Any idea what I could do to fix this? Thanks! |
If you want use mpd for it you only need |
What format does the player.stream_named_pipe function expect? I've been playing around with concating raw files in various formats to a fifo pipe, but I've gotten nothing but noise out so far
The text was updated successfully, but these errors were encountered: