GarageJam for GNOME - Music Studio Recording Software for GNOME 45

olekristian
Is GNOME Music for streaming or local playback? I see zero albums, zero artists and zero songs. So I infer that it is for local playback.

olekristian
I have a new Music Recording app project you might be interested in.

olekristian
Would be nice if you could record directly from USB in GNOME Music.

olekristian
I began work on GarageJam for GNOME (experimental release 0.3.0) in May 2023, but it is very early stage.

https://www.garagejam.org/src/garagejam-0.3.0.tar.xz

olekristian
GarageJam 0.3.0 files the Recording Studio Data in a .jam file. The file syntax is “<HOSTNAME>_-_<TITLE>_[YYYY-MM-DDThh:mm:ss].jam
Example:

<?xml version='1.0' encoding='UTF-8'?>
<gingerblue version='0.3.0'>
  <musician>Ole Aamot</musician>
  <song>Music Track 0001</song>
  <instrument>Guitar</instrument>
  <line>Mic</line>
  <label>GNOME</label>
  <station>fedora</station>
  <filename>/home/ole/Music/Ole Aamot_-_2023-07-18T06:58:29.011346Z.ogg</filename>
  <album>/home/ole/Music/GNOME</album>
  <studio>https://api.gingerblue.org/GNOME/fedora</studio>
</gingerblue>

olekristian
GarageJam 0.3.0 supports Audio Recording from USB Audio Class devices into Ogg Vorbis files in the file syntax “<ARTIST>_-_YYYY-MM-DDThh:mm:ssZ.ogg”.

olekristian
It also stores the meta data into a XSPF Playlist in ~/Music/GNOME.xspf

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<title>2023-07-18T06:58:29.011346Z</title>
<location>file://fedora//home/ole/Music/Ole Aamot_-_2023-07-18T06:58:29.011346Z.ogg</location>
<meta rel='http://api.gingerblue.org/GNOME/version'>0.3.0</meta>
<meta rel='http://api.gingerblue.org/GNOME/musician'>Ole Aamot</meta>
<meta rel='http://api.gingerblue.org/GNOME/song'>2023-07-18T06:58:29.011346Z</meta>
<meta rel='http://api.gingerblue.org/GNOME/instrument'>Guitar</meta>
<meta rel='http://api.gingerblue.org/GNOME/line'>Mic</meta>
<meta rel='http://api.gingerblue.org/GNOME/label'>GNOME</meta>
<meta rel='http://api.gingerblue.org/GNOME/station'>fedora</meta>
<meta rel='http://api.gingerblue.org/GNOME/filename'>/home/ole/Music/Ole Aamot_-_2023-07-18T06:58:29.011346Z.ogg</meta>
<meta rel='http://api.gingerblue.org/GNOME/album'>/home/ole/Music/GNOME</meta>
<meta rel='http://api.gingerblue.org/GNOME/studio'>https://api.gingerblue.org/GNOME/fedora</meta>
</track>
</trackList>
</playlist>

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.