Displaying 20 results from an estimated 3000 matches similar to: "Query regarding use of Opus codec in Java Programming"
2016 Sep 17
0
Query regarding use of Opus codec in Java Programming
Akash-
As far as I'm aware, you've got about 2 options:
- If you're on a desktop Java runtime you should be able to use JNI
bindings to call the native Opus lib. "jopus" on GitHub appears to provide
some you can start with. There's probably others. This would be the
lowest-cost solution, it's just not very portable.
- I have authored a pure C# port of Opus a few
2000 Aug 08
0
[RHSA-2000:047-03] New umb-scheme packages are available.
---------------------------------------------------------------------
Red Hat, Inc. Security Advisory
Synopsis: New umb-scheme packages are available.
Advisory ID: RHSA-2000:047-03
Issue date: 2000-08-07
Updated on: 2000-08-07
Product: Red Hat Linux
Keywords: N/A
Cross references: N/A
2005 Sep 16
0
Rather serious flac problem
can you file a bug on sourceforge:
http://sourceforge.net/tracker/?group_id=13478&atid=113478
and attach the first 100k of each file? it will help to debug
since I don't have any wave files that cause this behavior.
Josh
--- Free Lunch <freelunch@gmail.com> wrote:
> Okay.. I love flac but just had a rather serious failure that really
> shakes my confidence. It resulted
2005 Sep 16
3
Rather serious flac problem
Okay.. I love flac but just had a rather serious failure that really
shakes my confidence. It resulted in the near loss of a master audio
recording. Fortunately, I have a backup. Though there may have been
other cases where I have lost original material because I have been
compressing a lot of originals and deleting them after doing a 'flac
-t' on them.
Basically, flac failed with a
2005 Sep 16
0
Rather serious flac problem
Hi Kerry,
On 9/16/05, Kerry Hoath <kerry@gotss.net> wrote:
> There is no standard for wav64 and a .wav in its standard form can only hold
> 2gb of data.
In this case the WAV files were less than 2 GB.
> libsndfile can handle larger .wav files and so can other audio applications
> but usually nonstandard subchunk data means that the wav reader in flac
> can't understand
2017 Feb 08
3
Linking Linux kernel with LLD
>I have just checked it, the startup.elf and realmode.elf are fine. Only few changes are required for mainline kernel and one >commit has to be reverted from lld and a few patches have to be applied.
>
>The only step when I have used BFD is linking vmlinux. I have manually set LD variable in vmlinux_link() function. The vmlinux >produced by lld doesn't work yet. I will compare
2018 Apr 10
0
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hi Ralph
I do not think using xattr_tdb is the right thing to do for my purpose. We
do not wish to store/retrieve extended attributes to/from TDB file.
*<Ralph>*
*Iirc parsing NFSv4 ACLs would require extensions to the module to support
the string identifiers and mapping to ids.*
*</Ralph>*
Can you please elaborate more on which extensions you referred to?
What all basic things do
2009 Mar 23
1
Memdisk + Freedos problem
I and some other people have problems with running the freedos image included in
Ultimate Boot CD (UBCD), when using memdisk for floppy emulation.
Memdisk starts booting the image and freedos shows the following menu:
0 Boot Clean
1 Boot UMBPCI (silent)
2 Boot UMBPCI (optimal)
3 Boot UMBPCI (semi-defensive)
4 Boot EMM386 (optimal)
5 Boot EMM386 (semi-defensive)
6 Boot no UMB (defensive)
7 Boot
2017 Dec 12
2
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
Your smb.conf is incorrect/incomplete.
Info here on these 2 links.
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
https://wiki.samba.org/index.php/Idmap_config_rid
Your smb.conf
> >> [global]
> >> max log size = 0
> >> realm = DOMAIN.COM
> >> workgroup = DOMAIN
> >> security = ADS
> >> winbind enum users = yes
>
2013 Jan 12
0
[LLVMdev] Error for 'make'
CC: llvm-dev
(Whoops.)
On 12 January 2013 17:55, Stephen McGruer <stephen.mcgruer at gmail.com> wrote:
> Off the top of my head it looks like you're trying to build the plugin 'in
> tree'? (That is, within the source tree rather than in a build directory.)
> You should build LLVM and Clang to, say, ~/llvm-build, and then go to
>
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hi Ralph
Thanks a lot. With xattr_tdb I could at least list the files getting rid of
access denied error.
I still do not see the exactly mapped ACEs in the Security Descriptor of a
file in Windows Explorer but I will debug that little further and then come
back with questions.
I see only 1 entry of Everyone on Windows client side if there are added
ACEs using nfs4_setfacl.
Let me know if that
2017 Dec 06
0
Intermittent failure of net ads join command with error "The transport connection is now disconnected"
Hello All
Can someone please help me understand what could be the reason SPENGO fails
with windows AD server?
SPNEGO login failed: The transport connection is now disconnected.
error_string : 'failed to lookup DC info for domain '
DOMAIN.COM <http://domain.com/>' over rpc: The transport connection is now
disconnected.'
Thanks in Advance
Akash
On Fri,
1998 May 18
1
DOS-Client with TCPIP and SAMBA
Hi there,
I have a client in a network using a samba-server that has to use MSDOS, because
some software running on it needs a clean DOS. I installed the DOS-Client for
TCPIP that is available from Microsoft V 1.0 and it works fine; the only thing
is, that it takes so much memory below 640 K, that another program also running
under DOS does not function correctly anymore. Maybe some of the
2015 Oct 14
3
Strange indexing behavior on HTML emails ..
Hi,
In continuation to the issue I had posted about long back:
http://www.dovecot.org/list/dovecot/2014-August/097362.html
I did further testing today on a fresh new Debian & latest Dovecot and
observed a undesired behavior. I am using fts_lucene & following
sequence of commands on a empty test account me at myself.com:
doveadm expunge -u 'my at myself.com' mailbox
2018 Apr 06
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hi All
I found there is one bug in the plugin. The name of the attribute for ACL
as per strace output of nfs4_setfacl is *system.nfs4_acl.*
The source code has defined it as
#define NFS4ACL_XATTR_NAME ( "system.nfs4acl" )
Note there is missing underscore.
After this, the EOPNOTSUPP error is not observed.
Hope this helps
Akash
On Thu, Apr 5, 2018 at 11:43 PM, Jeremy Allison
1999 Jul 31
0
Samba + Clipper problem!
Hi everyone,
Here is the problem:
I have a server running Red Hat 5.2 and Samba-2.0.4 as
file server for
about 20 diskless machines with MSClient boot disks (created with
NT
server SP3). The server shares a dir with a Clipper/DBF database
for
those clients and the EXE file is in a NT machine. For weeks I've
been
trying to put the things together but the clients always break
2018 Apr 09
2
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
Hello Jeremy and Ralph
Thanks for your suggestions.
I compiled samba-4.8.0 and running it instead of samba-4.6.2. I saw the
changes that you mentioned in the latest vfs_nfs4acl_xattr module.
The operation not supported error is gone but it is now failing with access
denied. Here is what I tried:
*[root at test3 ajain]# net conf showshare local[local] path =
/home/ajain/mount
2020 Apr 04
2
Running opt O1 outside of llvm
Hi,
I would like to run the -O1 pass sequence followed by -reg2mem from an out
of tree project which uses llvm.
I am using the following code snippet to do so but in some cases, my method
is also vectorising the code, which doesn't happen when running the same
sequence(-S -O1 -reg2mem) through opt. Can someone please help me find what
I am missing?
Thanks,
Akash.
*
2018 Apr 10
1
Operation Not Supported error for GETXATTR when VFS plugin "nfs4acl_xattr" is used
On Tue, Apr 10, 2018 at 04:28:10PM +0530, Akash Jain wrote:
> Can you please elaborate more on which extensions you referred to?
> What all basic things do we need to do to use nfs4acl_xattr module with
> native NFS4 export mounted locally and shared through samba to get/set NT
> ACLs?
I guess you have to patch the code, or find someone who does it for you. Iirc
currently the module
2011 Jan 21
1
Information
Hello
I am student of Bioinformatics and I am doin somework in R in which some
problem occurs. So Please help me to solve these problems.
I have two problems:
1. How to generate a graph in which there are 8 rows and 20 columns are
present?
2. And how to put some title in the end of the graph i.e for example after
generating the rows if I want to give the name in the end of those rows like