1
Support - (fb2k) / Re: Unrecoverable playback error: Unsupported audio stream format
Last post by Case -Also what is the output device you have selected in foobar2000 preferences?
but lossy to lossy (like 320 → V2 or V0) will always introduce a bit of degradation, even if you don’t notice it right away.If Ever.
opkg update
opkg install wavpack
arecord --device=hw:0,0 --channels=18 --file-type=raw \
--format=S32_LE --rate=48000 --buffer-time=20000000 \
| wavpack -i -o "${MNT}/${name}.wv" - 2> >(ts -s >&2) &
recorder=$!
You mention you scan with TPS for 10 seconds. Some streams come with an advert/spoken message when you start the stream. Does this not lead to incorrect gainlevels being detected and written in the tags?Ideally if the ads play with same loudness as other material, it doesn't. But if the ads are louder it means the ads won't blast your ears when you switch to the station, but the music itself will be quieter.
Of course TPS writes far too much data in the tags, but easy enough to suppress displaying.I'd keep component settings as you have configured and instead wipe the extra info away afterwards.
1) it seems that only the option to use a centralized external-tags.db works. How will I be able to send only the processed information (and art) for one station to a friend?Just few posts up I'm re-explaining to wojak how the default APE tags can also handle that. One tag per station, easy to share if wanted.
2) it would be most convenient if upon creating an external tag for a stream the original %title% (has station name when stream not playing) could be copied to an extra tag %station%.Tricks like that are outside of the scope of the component. But instead of using the initial "Create External Tags" command, you can use "Edit External Tags" and get normal properties dialog ready to do its thing for all the stations. You can then use 'Tools' -> 'Automatically fill values...' and copy %title% to %station%.