Displaying 8 results from an estimated 8 matches for "chantziara".
Did you mean:
chantziaras
2013 May 08
3
Upsampling while decoding / Updating
Dear Nikos,
thanks!
But you use Opus only for resampling, not for entirely replacing Speex,
don't you?
Greetings!
Hermie
Am 07.05.2013 22:53, schrieb Nikos Chantziaras:
> The Opus resampler is actually a bugfixed version of the Speex one. Same
> interface/API, but with the bugs removed. It's why I recommended it :-)
> Otherwise I would have recommended something entirely different, like
> SoXR.
>
>
> On 07/05/13 22:12, Hermann Weber...
2013 Jan 07
3
What's the value range of float samples?
I always assumed that ov_read_float() would get me samples in the range
of [-1,1), and anything below or above that can be clamped (or clipped
in the final conversion to an integer format.)
However, I recently saw this:
https://github.com/LaurentGomila/SFML/issues/310#issuecomment-9974550
Apparently, there are Vorbis streams that use float samples with values
in the range of [-32768,
2013 May 07
2
Upsampling while decoding / Updating
...on name/value "(Platform, Win32)" was
not found in the project manifest.
Is it possible to compile the libspeex.dll without support for Windows
Mobile 5.0, or is there no other way?
I am afraid of messing anything up by install it.
Greetings!
Hermie
Am 07.05.2013 16:03, schrieb Nikos Chantziaras:
> On 07/05/13 13:07, Hermann Weber wrote:
>> Hello!
>>
>> I would like to know if it is possible to request encoding to a higher
>> samplerate than the original data.
>> For example my uncompressed data was 22 kHz, and I would now like to
>> decode the compr...
2013 May 19
2
FLAC won't allow project to build due to assert.h
I was looking into adding support for FLAC in my audio library, but
there's a problem. Simply adding the output of:
pkg-config flac --cflags
to the compiler flags so that FLAC's headers can be found will break my
build with errors like:
error: 'assert' was not declared in this scope
The problem is that /usr/include/FLAC has an "assert.h" header. In my
C++
2013 May 08
0
Upsampling while decoding / Updating
...BSD-style permissive one, so you can do that.
On 08/05/13 07:38, Hermann Weber wrote:
> Dear Nikos,
>
> thanks!
> But you use Opus only for resampling, not for entirely replacing Speex,
> don't you?
>
> Greetings!
> Hermie
>
> Am 07.05.2013 22:53, schrieb Nikos Chantziaras:
>> The Opus resampler is actually a bugfixed version of the Speex one. Same
>> interface/API, but with the bugs removed. It's why I recommended it :-)
>> Otherwise I would have recommended something entirely different, like
>> SoXR.
>>
>>
>> On 0...
2013 May 07
0
Upsampling while decoding / Updating
...as
> not found in the project manifest.
>
> Is it possible to compile the libspeex.dll without support for Windows
> Mobile 5.0, or is there no other way?
> I am afraid of messing anything up by install it.
>
> Greetings!
> Hermie
>
> Am 07.05.2013 16:03, schrieb Nikos Chantziaras:
>> On 07/05/13 13:07, Hermann Weber wrote:
>>> Hello!
>>>
>>> I would like to know if it is possible to request encoding to a higher
>>> samplerate than the original data.
>>> For example my uncompressed data was 22 kHz, and I would now like to
&...
2012 Jan 12
1
Trying to run FL Studio results in invisible main window
I installed FL Studio (version 10) in Wine (version 1.3.36).
Installation works correctly. The program also starts correctly after
installation, and appears to be fully functional, but it's totally
invisible. Only the task bar entry in the KDE task manager bar appears
and the initial dialog from FL Studio that informs me about this being a
demo version.
I know that the application is
2013 May 07
2
Upsampling while decoding
Hello!
I would like to know if it is possible to request encoding to a higher
samplerate than the original data.
For example my uncompressed data was 22 kHz, and I would now like to
decode the compressed data to 48 kHz (to feed it to a filter which
expects a high "input" format).
Is this possible with Speex?
Thank you.
Hermie