Displaying 20 results from an estimated 60 matches similar to: "Opus and IceCast ?"
2013 Dec 05
1
playback of opus files using portaudio
I am making a lightweight opus audio player. This is my portaudio callback
function. But i hear a stammering song when i try to play a .opus song
file. Can anybody say what is wrong or provide me link to any code which
can play opus file written in c/c++(light). I tried to see some open
source(vlc opus play) but was unable to follow.
int MyCallback(const void* input,
void* output,
unsigned
2018 Apr 06
2
Decoding Opus File in Chunks
I would like to decode an Opus file in chunks (e.g. 16K byte array). Is
this possible with the Opusfile library or would I need to interface
directly with libogg and libopus? It seems like the Opusfile decoder
functions maintain an internal pointer/state for OggOpusFile during
multiple calls to op_read(OggOpusFile *_op ...) and a complete byte array
of the entire Opus file would be needed.
Any
2018 Apr 06
0
Decoding Opus File in Chunks
You might want to take a look at the op_open_callbacks API:
https://opus-codec.org/docs/opusfile_api-0.7/group__stream__open__close.html#ga5b81c0b685f3d3c9c7d7091e5536c759
libopusfile will only call your provided read() function as needed. If
you don't implement the seeking functions, it will only read it in a
linear order.
On 04/06/2018 09:08 AM, Chris McGowan wrote:
> I would like to
2012 Jul 19
1
Mutex lock contention against Active directory domain controllers causing authentication failures
Hello,
We are using Samba 3.4.6 (packaged by opencsw.org) against Active Directory 2003 on our primary University filestore. The operating system is Solaris 10 Update 10. We have a number of domain controllers. For the past two days on our main filestore has been failing connections from a number of clients.
When using smbclient (or indeed any client) connecting to the Samba server we see logs
2007 Aug 16
0
Windows 2003 trust not working
Hi,
Samba 3.0.14a
Im trying to get Samba to trust a Windows 2003 domain.
I have read the samba docs and it wont work es expected....
I have looked through mailing lists and nobody seems to have an answer.
Ok so i have created a Two way trust on my Windows Server, then on samba
i try to establish a trust but i get an error?
Server1:/usr/local/uni-staff/bin # ./net rpc trustdom establish uos
2017 Jan 13
1
Samba-Bugzilla account request .
I would like to have an account to report a bug.
If the username is free:
username: bud4
mail: alberto.fiaschi at estar.toscana.it
BUG:(do not attach the logs because they contain sensitive information)
samba 4.4.4 Bug access based share enum = yes not work It does
not work with many shares
I have a server with a lot of shared folders. (1600) To make life easier
for users I need to show them
2010 Sep 20
0
unz() ignores encoding argument
Hi!
I'm trying to read individual files from a ZIP archive, using the unz() function. Some of the files contain non-ASCII characters and I'd like to avoid unpacking them in a temporary directory.
My problem is that unz() seems to ignore the encoding="latin1" option I need to read the non-ASCII characters properly. I can't find a clear indication in the documentation that
2004 Nov 09
2
Segmendation Fault with smbpasswd
If i do a....
bash~#smbpasswd -a -m uos-staff
i get a....
Segmendation Fault
if u use the idealx scripts this appears in log.smbd
(in using samba 3.0.7 with ldap support)
Help!!
===============================================================
[2004/11/09 11:51:07, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 2018 (3.0.7)
Please read the appendix Bugs of the Samba HOWTO
2001 Nov 23
2
Are you experienced in SAS and R as well? Which of these would you recommend me?
Hello!
Disapointed about SPSS I have to choose another statistic program. And
altough I sympathise with the idea of a non-commercial software-project like
R and I like the spirit of the R community (and of course I am not keen on
paying 150$ to SAS for a one-year students license), I will probably buy
SAS, because people I will work with use SAS and I want a close cooperation
with them.
2004 Nov 25
3
How to make/recieve call using asterisk when there is a power failure?
Hi,
I am supportive of the asterisk, but I have some concern, though the concern
also applies to traditional pbx as well. Hope someone can shine some light
into it. Thanks.
During a power failure situation, analog pstn lines that connect directly to
the analog phones will most likely still be able to make and receive calls.
However, for the Asterisk implementation, unless you have a
2013 Aug 08
0
[PATCH v2 7/7] Sample Implementation of Intel MIC User Space Daemon.
From: Caz Yokoyama <Caz.Yokoyama at intel.com>
This patch introduces a sample user space daemon which
implements the virtio device backends on the host. The daemon
creates/removes/configures virtio device backends by communicating with
the Intel MIC Host Driver. The virtio devices currently supported are
virtio net, virtio console and virtio block. Virtio net supports TSO/GSO.
The daemon
2017 Nov 23
2
adding percentage secondary y-axis
Thank you very much peter.
It worked out nicely.
I have additional question. How can I get Y-axis on log-scale?
Thank you very much in Advance,
Eliza
UoS
PP
________________________________
From: PIKAL Petr <petr.pikal at precheza.cz>
Sent: 23 November 2017 16:22:39
To: Eliza Botto; r-help at r-project.org
Subject: RE: adding percentage secondary y-axis
Hi
It is usually not
2001 Nov 23
4
Are you experienced in SAS and R as well? Which of these would you recommend?
Hello!
Disapointed about SPSS I have to choose another statistic program. And altough I sympathise with the idea of a non-commercial software-project like R and I like the spirit of the R community (and of course I am not keen on paying 150$ to SAS for a one-year students license), I will probably buy SAS, because people I will work with use SAS and I want a close cooperation with them. Besides I
2017 Nov 23
0
adding percentage secondary y-axis
Hi
It is usually not recommended but if you insist
maybe
library(plotrix)
?twoord.plot
twoord.plot(lx=D[,1],ly=D[,2], rx=D[,1], ry=D[,3])
or
plot.yy(x=D[,1],yright=D[,3], yleft=D[,2])
which allows only one x axis (see below).
Cheers
Petr
plot.yy <- function (x, yright, yleft, yleftlim = NULL, yrightlim = NULL,
xlab = NULL, yylab = list(NA, NA), pch = c(1, 2),
col = c(1,2), linky
2017 Nov 23
2
adding percentage secondary y-axis
Dear useRs,
I have this dataset (D) with three columns.
> dput(D)
structure(c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 2.990484802, 3.005018792, 3.019552781, 3.03408677,
3.048620759, 3.063154749, 3.077688738, 3.092222727, 3.106756717,
3.121290706, 3.135824695, 3.150358684, 3.164892674, 3.179426663,
3.193960652, 3.208494642, 3.223028631, 3.23756262,
2009 Sep 30
2
R 2.9.2 crashes when sorting latin1-encoded strings
Hi everyone!
I think I stumbled over a bug in the latest R 2.9.2 patched for OS X:
> R version 2.9.2 Patched (2009-09-24 r49861)
> i386-apple-darwin9.8.0
When I try to sort latin1-encoded character vectors, R sometimes
crashes with a segmentation fault. I'm running OS X 10.5.8 and have
observed this behaviour both with the i386 and x86_64 builds, in the
R.app GUI as well as on
2013 Aug 08
1
[PATCH v2 7/7] Sample Implementation of Intel MIC User Space Daemon.
On Wed, Aug 07, 2013 at 08:04:13PM -0700, Sudeep Dutt wrote:
> From: Caz Yokoyama <Caz.Yokoyama at intel.com>
>
> This patch introduces a sample user space daemon which
> implements the virtio device backends on the host. The daemon
> creates/removes/configures virtio device backends by communicating with
> the Intel MIC Host Driver. The virtio devices currently supported
2013 Aug 08
1
[PATCH v2 7/7] Sample Implementation of Intel MIC User Space Daemon.
On Wed, Aug 07, 2013 at 08:04:13PM -0700, Sudeep Dutt wrote:
> From: Caz Yokoyama <Caz.Yokoyama at intel.com>
>
> This patch introduces a sample user space daemon which
> implements the virtio device backends on the host. The daemon
> creates/removes/configures virtio device backends by communicating with
> the Intel MIC Host Driver. The virtio devices currently supported
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
V;
Sent via BlackBerry from T-Mobile
-----Original Message-----
From: r-help-request at r-project.org
Date: Tue, 30 Sep 2008 12:00:06
To: <r-help at r-project.org>
Subject: R-help Digest, Vol 67, Issue 31
Send R-help mailing list submissions to
r-help at r-project.org
To subscribe or unsubscribe via the World Wide Web, visit
https://stat.ethz.ch/mailman/listinfo/r-help
or, via email,
2009 Jan 15
2
Interface to open source Reporting tools
Hi,
I am a new user of R 2.8.1. I use Tinn-R for code editing. I use a windows
2003 system with 1 GB RAM.
I am interested to generate dashboard and reports based on data from MS
Access. These reports need to be posted on a weekly basis to the web. The
reporting interface should provide facilities for "what if" scenarios.
Is it possible to interface R analysis results to good open