similar to: altering speaker's voice

Displaying 20 results from an estimated 2000 matches similar to: "altering speaker's voice"

2017 Apr 18
1
FLAC decoding
hi, I want to know more about FLAC decoding, rice coding and LPC, more details or examples. I view https://xiph.org/flac/format.html. But only know some theory which is very abstract. what is the table for FLAC decoding? thank all. M201672771 at hust.edu.cn -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Oct 27
1
low-power real-time embedded speex implementations
Does anybody have experience of implementing Speex encoding on low-power, low-cost bare-metal embedded hardware? I'm trying to get a feel for minimum possible hardware upon which it is possible to get a reasonable working implementation of Speex encoding. I can find little in this area on the website or via Google. Thanks, Henry
2009 Jun 18
2
Altering columns
Hi, Suppose I have following dataset : mat <- matrix(rnorm(100), 50) Now I want to put 2nd column in the place of 1st and 1st column in the place of 2nd. Is there any "quick" way to do that? Thanks and regards, -- View this message in context: http://www.nabble.com/Altering-columns-tp24099597p24099597.html Sent from the R help mailing list archive at Nabble.com.
2009 Aug 03
2
[LLVMdev] code-altering Passes for llc
Dan Gohman-2 wrote: > > You don't need a ModulePass to modify a CFG. A MachineFunctionPass > is fine for this. > Well, okay. But I need to insert some BasicBlock that contains the error handling (that the runtime check jumpts to on failure). Just putting another MachineBasicBlock at the beginning of some arbitrary MachineFunction doesn't seem to be the right way to go, does
2009 Aug 03
0
[LLVMdev] code-altering Passes for llc
Does the error function *have* to be auto-generated in your pass? Perhaps the original code should use invokes, and your pass insert the error check with a jne to the "unwind" block. On Mon, Aug 3, 2009 at 5:18 AM, Artjom Kochtchi<artjom.kochtchi at googlemail.com> wrote: > > > Dan Gohman-2 wrote: >> >> You don't need a ModulePass to modify a CFG. A
2009 Aug 02
0
[LLVMdev] code-altering Passes for llc
On Aug 2, 2009, at 7:09 AM, Artjom Kochtchi wrote: > > Greetinigs, > > I am extending llc to include runtime checks for calls (in X86). So > a call > 'call target' is altered to look like this: > > [some check] > jne error_function > call target > > I've done this by implementing a MachineFunctionPass that is > instantiated > and added
2009 Aug 06
0
[LLVMdev] code-altering Passes for llc
On Aug 6, 2009, at 5:45 AM, Artjom Kochtchi wrote: > So I was searching for a possibility to include an additional > (Machine)BasicBlock (or rather a MachineFunction?) somewhere in the > program > that contains the program termination and that I can jump to on check > failure. Can't I do that during a Pass in llc? If you just have a magic block of instructions you want to
2017 Aug 16
3
[Bug 1169] New: Bug in altering IP TTL field of a packet?
https://bugzilla.netfilter.org/show_bug.cgi?id=1169 Bug ID: 1169 Summary: Bug in altering IP TTL field of a packet? Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org
2009 Aug 06
2
[LLVMdev] code-altering Passes for llc
Kenneth Uildriks wrote: > > Does the error function *have* to be auto-generated in your pass? > Perhaps the original code should use invokes, and your pass insert the > error check with a jne to the "unwind" block. > If I understand correctly, unwind is some kind of exception handling in LLVM IR? I'm not sure if this is the right thing. First, I include runtime
2005 Sep 02
0
altering revert effect based on if dropped on given droppable?
Hi All Does any one know how to specify a different reverteffect on a draggable if its successfully dropped on a given droppable? What I need to do is when an image is dragged onto a droppable image I want the drop image to be replaced with the drag image, the drag image to fade out and then reappear where it was at the start of the drag, as opposed to the draggable scrolling across the page
2006 Feb 07
1
Altering the starting URL for webrick
Hi all, With webrick (i.e. "ruby script/server") is there a way to alter the starting URL? In other words, instead of "http://foo.bar.com", I''d like it to start at "http://foo.bar.com/myapp"? And, still be on port 3000? If it''s not possible, that''s fine. Just thought I''d ask. Thanks, Dan
2005 Mar 01
2
altering legend with plot(density(..))
I'm having a hard time modifying the legend that is emitted by default when calling plot(density(...)) and then legend(). I've looked at the docs and I'm not sure what I'm doing wrong, if anything. Any advice appreciated. Thanks, Brian
2005 Nov 01
0
altering a model for multiple tests
I have a model "Collection" which has a constant PATH. When in development or production mode, I want PATH == "data/images". When in test mode, I want PATH == "data/test/images". Here is my partial solution: The Collection class defines PATH so that it points the default (non-test) location. In my test file "collection_test.rb", I overrid that assignment
2009 Mar 17
1
WinXP altering user...
I have a set of PCs running WinXP and an Ubuntu Machine running Samba 3.0.28a. I am trying to achieve that each user that sits @ a PC be able to loging with their credentials and have their homes directory without login-logoff of each user at the station via the WinXP loging-logout screen. Any ideas?? C.
2007 Oct 21
0
Altering Window Decoration
This may seem rather obvious, but how do I alter the window decorations, such as making the titlebar opaque, and changing it's colour? In CCSM -> Window Decoration -> Command I have set emerald, as I use KDE (on Ubuntu). The CCSM- > Window Decoration screen does not have an option for changing titlebar opacity or colour. The Emerald Theme Manager doesn't seem to be able to change
2017 Feb 07
0
package load altering RNG state
Hi, On 2017-02-07 13:12, Benjamin Tyner wrote: > Hello > > When loading a package, I'm wondering if it's frowned upon for the > package to alter the state of the random number generator? I guess not, > since the parallel package does it? Surprisingly it is not frowned upon, but it *is* a nuisance. I brought it up a couple of years ago
2009 Jun 15
1
altering a global variable
I'm working on a program that loads several large data files. I'm using ddply (plyr is really awesome) but I want to minimize the amount of times a large data file is read in. One solution is to keep track of which data file is open with a global variable and then change the currently open data file globally as needed. However, I'm unclear on how to alter a global variable
2001 Nov 08
0
-Altering labels and tickmarks on persp() plots
All, This was posted earlier but may have got lost in another thread. Can someone tell me how to independently alter the fontsize and position of labels on a persp plot?? I've tried using titles() and axes() but they seem to only apply to the standard plot() and contour plots (contour() and filled.contour(). Commands like text() seem only to add to the margin of the plot rather than
2008 Sep 24
0
[LLVMdev] Memory Altering/Accessing Instructions
Prakash Prabhu wrote: > Hi all, > > Would it be correct to say that the only instructions in LLVM IR that > modify/access memory potentially are the following: > I believe that every instruction has a mayWriteToMemory()/mayReadToMemory() method that you can use to determine this information. See http://llvm.org/doxygen/classllvm_1_1Instruction.html (the LLVM doxygen info on
2006 Jan 02
3
Altering the accessor of an association collection
I want to be able to do something like this (for example): class Person < ActiveRecord::Base has_many :friends def friends(living_in = :uk) # filter based on parameters here end end Is there any way I can redefine the accessor for an association whilst still being able to get the values? Basically, I''m looking for an equivilent of read_attribute() for associations. --