Closed GoogleCodeExporter closed 9 years ago
I researched this issue a bit more and some people on technical forums about
Chromecast claim that this may be more an issue with the TV or audio set rather
than a Chromecast decoding / transcoding problem.
Since the generated wave files are uncompressed PCM streams I guess that
Chromecast simply passes the raw stream on to the TV. I tested playback on two
different TVs with the same high pitched result.
If this is in fact a TV audio playback problem is there any bitrate / bit depth
configuration for uncompressed PCM audio that is safe to play back correctly on
any TV?
The wave files created by the Android TTS API have the following properties
(according to shntool):
WAVE format: 0x0001 (Microsoft PCM)
Channels: 1
Bits/sample: 16
Samples/sec: 22500
Average bytes/sec: 45000
Rate (calculated): 45000
Block align: 2
Since playback kind of sounds like double the speed and the bit rate of the
wave file is half CD quality, would doubling the bit rate fix the problem?
Original comment by dev.nobu...@gmail.com
on 7 Apr 2015 at 5:16
Please direct your programming related questions on G+ Chromecast community
page (https://plus.google.com/communities/115742157569103585450) or on
StackOverflow with appropriate tag(s)
(http://stackoverflow.com/tags/google-cast/info).
Feel free to respond back if you face any issue specific to Cast SDK and we
will be happy to reopen the ticket for you.
Original comment by na...@google.com
on 7 Apr 2015 at 6:58
Original issue reported on code.google.com by
dev.nobu...@gmail.com
on 6 Apr 2015 at 11:25Attachments: