Displaying 5 results from an estimated 5 matches for "_bytes_".
Did you mean:
bytes_
2016 Jul 12
2
High noise after encoding/decoding procedure
Hello everyone.
I have a problem with a high level of noise after opus encoding/decoding
procedure. If I stream a raw data from the microphone and send it back to
the speakers I hear the clear sound (with a small delay).
If I encode each frame, decode it and send it back to the speakers I hear a
very noisy signal - it is so large, so it is almost impossible to
distinguish words in my speech...
2016 Jul 14
1
High noise after encoding/decoding procedure
...type issues:
>
> - If you are using opus_encode() and opus_decode(), make sure to use
> 16-bit signed integer samples in the pcm buffer. If you have 8-bit
> samples you'll have to convert them.
> - Make sure you're passing the length of the pcm buffer in _samples_
> not _bytes_.
> - Make sure you're passing the size of the compressed opus data in
> _bytes_.
>
> > Is it ok, that I changed few parameters in "defines.h" file (to
> > suppress the RAM requirements - I have only 60 KB RAM free on my STM32
> > board)? I changed the ENCOD...
2006 May 29
2
Convert bytes to kb or mb in words
Using File.size(myfile) I can get the size of the uploaded file in _bytes_.
Does anybody know of a function to convert bytes into a more human readable
format?
If I had a wish list for a "file_size_in_words()" function, it would do
this:
10752 bytes becomes "10.5 Kilobytes".
2213814 bytes becomes "2.1 Megabytes".
238 bytes becomes "Le...
2016 Jul 12
0
High noise after encoding/decoding procedure
...ct can be caused by some data type issues:
- If you are using opus_encode() and opus_decode(), make sure to use
16-bit signed integer samples in the pcm buffer. If you have 8-bit
samples you'll have to convert them.
- Make sure you're passing the length of the pcm buffer in _samples_
not _bytes_.
- Make sure you're passing the size of the compressed opus data in _bytes_.
> Is it ok, that I changed few parameters in "defines.h" file (to
> suppress the RAM requirements - I have only 60 KB RAM free on my STM32
> board)? I changed the ENCODER_NUM_CHANNELS 1 and DECODER...
2010 Jan 31
1
RCurl : limit of downloaded Urls ?
Dear Rexperts,
I am using R to query google.
I am getting different results (in size) for manual queries and queries sent
through "getForm" of RCurl.
It seems that RCurl limits the size of the text retrieved (the maximum I
could get is around 32 k bits).
Any idea how to get around this ?
Thanks in advance
[[alternative HTML version deleted]]