Displaying 6 results from an estimated 6 matches for "_encoder".
Did you mean:
mencoder
2016 Nov 10
1
Error running opus encoder/decoder under PIC32
...he encoding/decoding procedure returns al the samples to
silence (the buffer is filled with 0x8001 or 0x7fff). The configuration is
48000 sps, 64kHz bandwidth, two channels, OPUS_APPLICATION_AUDIO
application. The lib version is 1.1.3. The initialization procedure is as
follows:
_encoder = opus_encoder_create(48000, 2,
OPUS_APPLICATION_AUDIO, &error);
error = opus_encoder_ctl(_encoder, OPUS_SET_BITRATE(64000));
_decoder = opus_decoder_create(48000, 2, &error);
The variable error is always set to OPUS_OK.
The encoding and decoding proce...
2006 Aug 22
2
Please test upcoming release
...you
pointed out, testenc needs to be fixed to use spx_int32_t instead of
int. I'll change that.
Jean-Marc
Jim Crichton a ?crit :
> st->highpass_enabled is typed inconsistently. It is "int" in the
> structure, but "spx_int32_t" in the SET, GET cases in
> nb(sb)_encoder(decoder)_ctl. The parameter is "int" in testenc.c, and
> in the TI version ti\testenc-TI-C5x.c. This breaks for 16 bit platforms,
> where "int" is 16 bits.
>
> The types in the state structure and the _ctl routines really should
> match. For now, I have changed...
2013 May 27
1
Empty buffer on encoder write byte
...pleDuration; //
sampling rate is 8000, sample duration is 20ms
size_t count = frameSize*channels / sizeof(opus_int16);
__block opus_int16 *pcmInput = calloc(count,
sizeof(opus_int16));
memcpy(pcmInput, audioBuffer.mData, count * sizeof(opus_int16));
[_encoder encodeWithPCMInput:pcmInput frameSize:frameSize
outputBlock:^(unsigned char *payloadOutput, opus_int32 payloadLength) {
// Send the audio data through UDP socket.
NSData *audioData = [NSData dataWithBytes:payloadOutput
length:payloadLength];
[_socket...
2006 Aug 17
7
Please test upcoming release
Hi everyone,
I'm about to release version 1.2-beta1 (which I could have called
1.1.13), which includes many, many changes. It would help if everyone
could give the svn version (http://svn.xiph.org/trunk/speex/) a try and
see if it works fine. I'll check my email next week when I'm back from
some vacations and if nothing bad has been reported, I'll make the release.
Have fun,
2006 Aug 23
0
Please test upcoming release
...be fixed to use spx_int32_t instead of
> int. I'll change that.
>
> Jean-Marc
>
> Jim Crichton a ?crit :
>> st->highpass_enabled is typed inconsistently. It is "int" in the
>> structure, but "spx_int32_t" in the SET, GET cases in
>> nb(sb)_encoder(decoder)_ctl. The parameter is "int" in testenc.c, and
>> in the TI version ti\testenc-TI-C5x.c. This breaks for 16 bit platforms,
>> where "int" is 16 bits.
>>
>> The types in the state structure and the _ctl routines really should
>> match. For n...
2015 Jan 21
0
[ANNOUNCE] libdrm 2.4.59
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Adam Cheney (1):
Add new DRM_MODE_CONNECTOR and _ENCODER defines
Chris Wilson (1):
intel: Avoid overcounting fences when emitting self-referential relocs
Damien Lespiau (3):
intel/skl: Add SKL PCI ids
intel/skl: Add gen9 to the buffer manager init
intel/skl: add gen9 to the CS decoding init
Dave Airlie (1):
radeon: align...