Displaying 20 results from an estimated 10000 matches similar to: "Local transform on files before sending?"
2011 Jan 07
6
Idea to possibly improve flac?
Hi folks!
Due to the fact that more and more users increasingly use MP3 < 320kbps as their source for encoding music, and publish it as flac files, I suggest that something is done in the flac encoder to possible avoid this.
My idea is kinda easy/stupid, but might work;
Implement a function that use a FFT to check if the input has frequencies > 16kHz, and informs the user that the file
2006 Nov 05
1
Call Quality Issues with IAX?
Hey all,
I recently got a message from my provider about IAX:
> We do not recommend the use of IAX. It is a lossy protocol that is
> known to cause crackling, loss of audio and other issues. You can
> use IAX if you want, but we will not assist with any issues you may
> encounter.
Does anyone else know about these "known" problems? I'm not sure
where this provided got
2023 Apr 15
1
Transcode lossy to further reduced lossy to stream over Icecast
Situation:?
* remote virtual server with very little storage (estimate: I can
spare about 40G for music)
* local music collection of ~80G in all sorts of formats - lossy in
varying quality, some lossless too
Vision:
* stream my whole music collection randomized so I can listen to it
anywhere
Plan/Idea:
* Locally transcode everything to one format that results in files
that are?
2003 Jul 17
1
AW: AW: AW: AW: Why the commotion about file extensions?
> Good point. File extensions normally represent groups of related
> formats. I don't propose differentiating everything (e.g. standalone
> FLAC from Ogg FLAC). I do want as a minimum to tell apart these
> categories:
>
> - Lossy audio: Vorbis, Speex. But speech is useful to distinguish
> from music, so making Speex separate is not a bad idea.
> - Lossless audio:
2023 Apr 15
1
Transcode lossy to further reduced lossy to stream over Icecast
Opus or AAC will give you comparable results at reasonable bitrates (~128k).
Though, I would suggest finding a way to get more storage. You could
upload to Backblaze B2 or AWS S3 for pennies, if your current host won't
let you upgrade.
On Sat, Apr 15, 2023 at 3:36?PM D.T. <ohnonot-github at posteo.de> wrote:
> Situation:
>
> - remote virtual server with very little
2018 Jun 01
1
Is this the best method to keep audio quality when converting MP3 to opus?
Hello, I have a large collection of audio files contains music in mp3
format, due to need to free space of hard disk, I need to reduce their
size.
It seems opus is the best format for this purpose, in order to have the
quality of original mp3 files, currently I use ffmpeg command to
convert them to FLAC and then use opusenc, the official opus encoder,
to convert FLAC files to opus.
By using one
2004 Sep 10
2
FlacPak
Curt Sampson wrote:
> > > > I've thought of doing lossy compression before on instruments,
> but I'd
> > > > much rather stick to lossless, at least for now.
>
> Honestly, stick to lossless. I mean, to the point where you can get
> your exact samples back. Sure, an S900 sample is not so great quality,
> but having come from the era where I did the
2009 Aug 09
2
alternate compression
On Aug 8, 2009, at 23:11, Didier Dambrin wrote:
> Electronic music quite often doesn't leave a computer these days.
> And it
> mainly consists of drums, synths & vocals/effects. Drums are often
> samples
> sequenced at sample (not sub-sample) accuracy, thus repeated (of
> course if
> the song was post-resampled, there will be sub-sample times).
Good point. I
2023 Apr 16
1
Transcode lossy to further reduced lossy to stream over Icecast
I created some test samples and transcoded to FDK AAC and libopus at
fairly low bitrates - I cannot recreate what bothered me about Opus &
noisy music previously.
It also seems I cannot tease ffmpeg into encoding FDK's AAC with VBR.
As it stands, Opus clearly wins in this scenario.*
Q:
Is it possible to stream in variable bitrate?
*
ffmpeg -i "$track" -vn -ac 2 -c:a libfdk_aac
2004 Sep 10
3
FlacPak
> Steve Lhomme wrote:
>
> You might try to contact the makers of FruityLoops. Right now their
> samples packs are in Ogg format (stored in a WAV IIRC). They like open
> and free formats (they also use the LAME encoder).
I've thought of doing lossy compression before on instruments, but I'd
much rather stick to lossless, at least for now. There are issues to be
sorted out
2011 Aug 25
3
status of oggpcm?
Hi All,
What is the status of the oggpcm project?
I'm investigation solutions to the following problem: losslessly encode
double-precision mutli-channel timeseries data in a format that is
compatible with free (libre) internet streaming technologies and that
permits diverse metadata to be encoded with the stream. flac isn't
suitable because it only supports integer data, lossy
2013 Mar 15
1
flac-dev Digest, Vol 100, Issue 36
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 15.03.2013 12:09, Erik de Castro Lopo wrote:
> Marcus Johnson wrote:
>> but no matter what you choose to do FLAC MUST REMAIN LOSSLESS.
>
> That has always been and will remain goal #1 for FLAC.
FLAC stands for Free Lossless Audio Codec, so "lossy FLAC" is like
"honest politician", or "fast turtle".
2008 Jul 23
3
[LLVMdev] Optimization passes and debug info
Hi Chris,
> I just meant -O3 as an example. I'd expect all -O levels to have the
> same behavior. -O3 may run passes which are more "lossy" than -O1
> does though, and I'd expect us to put the most effort into making
> passes run at -O1 update debug info.
I'm not really sure that you could divide passes into "lossy" and "not so
lossy"
2017 Nov 16
2
Opus vs AAC (endurance test)
using iTunes i've noticed that AAC is
very good at re-encoding own lossy sound.
let's test Opus!
neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a
neroaacdec.exe -if 001.m4a -of aac001.wav
wavdiff.exe 000.wav aac001.wav
Comparing 000.wav - aac001.wav...
Max diff: -17.3867dB
RMS diff: -33.0851dB
Mean diff: -32.4582dB
opusenc.exe --bitrate 512 "000.wav" 001.opus
opusdec.exe 001.opus
2017 May 10
2
Playing FLAC Files on Audi MMI
Hello,
I am hoping that perhaps you know the answer to my car audio question,
or can at least point me in the right direction. I own a 2013 Audi S4
that has the 3G-Plus Multi Media Interface (MMI) with the Bang & Olufsen
Sound System.
The MMI is able to playback lossy, compressed audio files (MP3, WMA and
AAC), but does not have native support for FLAC, ALAC, or WMA Lossless.
2008 Mar 04
5
crypting remote data
I don't know if this is the propper place to ask for new funcionality, but
after searching the website i didn't find another place to do it.
I'm very sorry if I`m asking this in the wrong place.
It would be greatful to have crypting funcionality added to rsync, appart
from using ssh to crypt transmissions.
I know this is not the original purpose for rsync, but anyway it's a fact
2011 Jan 07
3
Idea to possibly improve flac?
Cool, thanks for all the great comments.
I think we agree now on that the "find mp3 before encoding" feature would not be a good idea to implement in the flac core. As Brian pointed out, it might be a better idea to create a program that automatically checks if a flac might have been an mp3 source.
My first suggestion was to use FFT, because I know that 128kbps mp3 have a low-pass
2012 Aug 25
0
[LLVMdev] FW: RFC: Supporting different sized address space arithmetic
On Fri, Aug 24, 2012 at 4:07 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote:
>
>
>> -----Original Message-----
>> From: Villmow, Micah
>> Sent: Friday, August 24, 2012 2:56 PM
>> To: 'Eli Friedman'
>> Cc: LLVM Developers Mailing List
>> Subject: RE: [LLVMdev] RFC: Supporting different sized address space
>> arithmetic
>>
2007 Oct 25
3
Getting SIP Response Code from HANGUPCAUSE
I'd like to grab the SIP response code that comes back from an INVITE. The HANGUPCAUSE gives the converted ISDN cause code. Anyone know of a way to get the SIP response code instead?
Doug.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML
2005 Jul 11
2
Vorbis for non audio stream
Hi all!
I would like to use Ogg-Vorbis to encode a non audio waveform. My
waveform is in .wav format, on 16 bit mono, with frequency range from
100Hz to 100MHz. It's about 100MB lenght.
I need to compact it with lossy for net transfer.
Is there something like this, already done, that can help me ??
How can I measure the distortion that Vorbis introduce?
I'm sorry for my bad english.