On Mon, 6 Jun 2022 14:28:41 -0800, Israel Brewster
declaimed the following:
>I have some large (>100GB) datasets loaded into memory in a two-dimensional (X
>and Y) NumPy array backed
Unless you have some massive number cruncher machine, with TB RAM, you
are running with a lot of page sw
I have some large (>100GB) datasets loaded into memory in a two-dimensional (X
and Y) NumPy array backed XArray dataset. At one point I want to filter the
data using a boolean array created by performing a boolean operation on the
dataset that is, I want to filter the dataset for all points with
On Mon, 06 Jun 2022 10:10:37 -0700 (PDT), Grant Edwards
declaimed the following:
>On 2022-06-06, Phil Boutros wrote:
>
>> As pretty much everyone else has said. Insisting on real-time
>> processing of something that is itself pre-recorded is non-sensical.
>
>Downnloading a file, normalizing/comp
Am Mon, Jun 06, 2022 at 02:08:41PM -0400 schrieb Steve GS:
> Yes, it is real-time play back of a pre-recorded presentation.
...
What all of us around here don't understand is why you insist
on not being able to modify the data to your heart's content
inbetween this ...
> [...] pulling in the pro
Steve GS wrote:
> Yes, it is real-time play back of a pre-recorded presentation.
> A juke box does the same thing. It plays records.
> You didn't put your quarter in to expect the band to play your piece live,
> did you?
>
> Same here, I am pulling in the programs and playing them for an audience
Stefan Ram wrote:
>
> When a mike is used anyway: Some mobile devices have a mike
> with AGC in the driver, so they usually record with AGC.
In the name of all that is Holy, please don't suggest another
intermediary step that may actually be taken seriously here! Do you
really want a pho
On Mon, 6 Jun 2022 12:37:47 +0200, Dave declaimed
the following:
>Hi,
>
>I’m trying to get the ID3 tags of an mp3 file. I trying to use the
>MusicCDIdFrame
> method but I can’t seem to get it right. Here is a code snippet:
>
>
> import eyed3
>import eyed3.id3
>import eyed3.id3.frames
>import eye
Yes, it is real-time play back of a pre-recorded presentation.
A juke box does the same thing. It plays records.
You didn't put your quarter in to expect the band to play your piece live,
did you?
Same here, I am pulling in the programs and playing them for an audience.
All I want to do is have s
Thanks! That fixed it!
> On 6 Jun 2022, at 18:46, MRAB wrote:
>
> On 2022-06-06 11:37, Dave wrote:
>> Hi,
>> I’m trying to get the ID3 tags of an mp3 file. I trying to use the
>> MusicCDIdFrame
>> method but I can’t seem to get it right. Here is a code snippet:
>> import eyed3
>> import eyed3
The latest bugfix drop for Python 3.10 is here: Python 3.10.5. This release
packs more than 230 bugfixes and docs changes, so you surely want to update
:) You can get it here:
https://www.python.org/downloads/release/python-3105/
## This is the fourth maintenance release of Python 3.10
Python 3.
Steve GS wrote:
>
> Maybe you do not understand smart speakers. That is exactly what they do.
> You tell them what podcast/broadcast to play, they get it and play it for
> you. It is that simple.
>
> All I want to do is change the audio levels automatically to make it easier
> on the ear.
Onc
On 2022-06-06, Phil Boutros wrote:
> As pretty much everyone else has said. Insisting on real-time
> processing of something that is itself pre-recorded is non-sensical.
Downnloading a file, normalizing/compressing the volume, and then
streaming the result is three lines in a bash script (assumi
On 2022-06-06 11:37, Dave wrote:
Hi,
I’m trying to get the ID3 tags of an mp3 file. I trying to use the
MusicCDIdFrame
method but I can’t seem to get it right. Here is a code snippet:
import eyed3
import eyed3.id3
import eyed3.id3.frames
import eyed3.id3.apple
import eyed3.mp3
myID3 = eye
Chris Angelico wrote:
>
> General principle: If you're asking someone else for help, don't tell
> them that your way is easier, because the obvious response is "go
> ahead then, do it your own way".
*Ding Ding Ding*...We have a winner! At least, that's where I
dropped off. My experienced ad
On Tue, 31 May 2022, MRAB wrote:
There's an example of how to show a tooltip here:
https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter
MRAB,
A tooltip would work. I downloaded the first example and assume that it will
display a treeview cell when the cursor hovers
Hi,
I’m trying to get the ID3 tags of an mp3 file. I trying to use the
MusicCDIdFrame
method but I can’t seem to get it right. Here is a code snippet:
import eyed3
import eyed3.id3
import eyed3.id3.frames
import eyed3.id3.apple
import eyed3.mp3
myID3 = eyed3.load("/Users/Test/Life in the fast
16 matches
Mail list logo