Immediately after switching the page, it will work with CSR.
Please reload your browser to see how it works.

Source:https://github.com/SoraKumo001/next-streaming

⬅️
cutandjoin 4 daysReload
Software that my parents or yours can use is definitely a good thing. Not everyone needs to chase the cutting edge.

cutandjoin 4 daysReload
Thanks for pointing it out. I've updated the license file accordingly.

cutandjoin 4 daysReload
Thanks for all the comments. This is a tool for editing MP3 files at the frame level. It’s similar to mp3DirectCut and mp3splt in some ways, but today’s hardware enables more advanced editing of lossy audio. Any feedback is appreciated.

cutandjoin 5 daysReload
Show HN: MP3 File Editor for Bulk Processing
Efficiently edit many MP3 files using a combination of GUI operations and scripting.

cutandjoin 95 daysReload
Show HN: I designed a DSL for playing multiple segments of media files
and implemented it for MP3.

The DSL "CJM" extracts and concatenates segments from multiple files.

It integrates features of CUE, M3U, and SQL,

just like:

---------

CJM Cut, Sequence

#"blk1"

some song.mp3

00:00:000 0:""

00:10:000 1:"02"

00:15:000 0:""

#"blk2"

some song inst.mp3

00:00:000 1:"01"

00:10:000 0:""

00:15:000 1:"03"

CJM SelectAll, Convert(0,1)

CJM Merge

CJM Alphabetize

CJM Playback