Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Audio sounds slow
22-02-2015, 17:47 (This post was last modified: 22-02-2015 17:48 by simoncn.)
Post: #4
RE: Audio sounds slow
(22-02-2015 17:21)pnadams Wrote:  Thanks for replying

I am using instructions from the MinimStreamer page. I have tried *:L16 and *:wav in the transcode property both with the same result.

I am using bubble to control it,

I understand why this would happen with *:L16. MinimStreamer is computing the stream audio information used by the renderer when it reads the playlist, not when the stream starts playing. For an L16 stream, this information includes the stream sample rate and MinimStreamer is using a default value of 44100 Hz instead of the actual value of 48000 Hz for the BBC HLS streams. To fix this, you need to put the correct sample rate in the playlist #EXTINF line, for example:

#EXTINF:-1,[*R3;48000] BBC Radio 3

instead of:

#EXTINF:-1,[*R3] BBC Radio 3

After changing the playlist, you need to do a Rescan from the minim icon.

This problem wouldn't occur with WAV streaming because the sample rate is taken from the WAV header instead of from the playlist stream audio information. I suspect that you were still getting L16 streaming after you changed stream.transcode to *:wav because the stream URL used by the renderer wasn't refreshed after you made this change. To ensure this URL is refreshed after you change transcoding settings, you can stop the stream playing and then do a Restart from the minim icon.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Audio sounds slow - pnadams - 22-02-2015, 12:34
RE: Audio sounds slow - simoncn - 22-02-2015, 15:56
RE: Audio sounds slow - pnadams - 22-02-2015, 17:21
RE: Audio sounds slow - simoncn - 22-02-2015 17:47
RE: Audio sounds slow - pnadams - 22-02-2015, 20:51
RE: Audio sounds slow - simoncn - 22-02-2015, 22:12
RE: Audio sounds slow - pnadams - 23-02-2015, 21:02
RE: Audio sounds slow - simoncn - 23-02-2015, 21:14
RE: Audio sounds slow - pnadams - 24-02-2015, 22:48
RE: Audio sounds slow - simoncn - 24-02-2015, 23:09
RE: Audio sounds slow - pnadams - 24-02-2015, 23:25
RE: Audio sounds slow - simoncn - 24-02-2015, 23:46

Forum Jump:


User(s) browsing this thread: 1 Guest(s)