reco

An audio recorder focused on being concise and simple to use

GPL-3.0 License

Stars
77
reco - Reco 2.3.0 Released

Published by ryonakano almost 5 years ago

  • @andreasomaini, who is the first coding contributor for this project, fixes the weird behavior of the countdown timer when pausing/canceling it! 🎉 A similar fix is addressed for the timer in the recording view too.
  • The other biggest change of this version is that now Reco also supports recording sounds from both your microphone and PC at the same time, while it supports recording only either sounds at the same time in the previous releases.
  • Now the app exits safely if the encoder is not created successfully
  • The app description in the readme and AppCenter has been updated and gets more tantalizing
  • Update Japanese translation
  • Unnecessary field code that marks the app handleable files gets removed from the desktop file because Reco can't open files
  • Source codes are cleaned as always; another small recorder refactoring has been addressed
reco - Reco 2.2.1 Released

Published by ryonakano about 5 years ago

  • Fix recording won't success when changing the file format. This issue is a regression of the recorder refactoring in the previous release
  • Spanish translation is added. Big thanks to @fitojb!! 🇪🇸
  • Long and redundant lines get shorter and simpler
reco - Reco 2.2.0 Released

Published by ryonakano about 5 years ago

  • Getting/setting window positions gets more efficient; Now it uses fewer keys and prevents position changes from being spammed
  • Fix the app does not resume the pause icon when you cancel recording while pausing it
  • Fix the app shows the successful mark even if a recording is not saved correctly
  • The app now saves and restores values typed into the spin buttons. This is because of using GLib.Settings binding when possible
  • Good news for contributors who would like to translate the app! The translation guideline came back. Check it out here
  • As always, the source code got refined. I removed some stale, unnecessary, or redundant properties and comments. This time, in addition, codes that handle recording was separated from ones that describe UI, which should improve the readability of codes
reco - Reco 2.1.0 Released

Published by ryonakano about 5 years ago

  • Allow to cancel/pause countdown before recording
  • Save recordings when the app window is destroyed
  • Fix the app freezes on closing an error dialog
reco - Reco 2.0.0 Released

Published by ryonakano over 5 years ago

  • Allow to record system sound
  • Fix the timer does not stop in accordance with the recording
  • Update Japanese translation
reco - Reco 1.1.2 Released

Published by ryonakano over 5 years ago

  • Grammatically fixes in the app description (by imasaru)
  • Fix the localized screenshots don't appear to AppCenter
  • Update Japanese translation
reco - Reco 1.1.1 Released

Published by ryonakano over 5 years ago

  • Provide localized screenshots to AppCenter (French, Japanese, Lithuanian and Dutch)
  • Fix temporary recording files remain when quit the app while recording
  • Use upper case for WAV
  • Update Japanese translation
  • Add Dutch translation (by Vistaus)
reco - Reco 1.1.0 Released

Published by ryonakano over 5 years ago

  • Fix the app isn't listed in the "Sound & Video" category in Applications Menu
  • Add a shortcut key to toggle recording
  • Fix the name of "Recordings" folder is not created in system language
  • Notify success of recording with a check mark
  • Allow to cancel/pause recording
  • Update translations
reco - Reco 1.0.3 Released

Published by ryonakano over 5 years ago

  • Show a confirmation dialog when trying to quit the app if a recording is in progress
  • Add Lithuanian translation (by welaq)
  • Update Japanese translation
reco - Reco 1.0.2 Released

Published by ryonakano almost 6 years ago

  • Save and restore settings
  • Support both do-not-ask-where-to-save flow and ask-where-to-save flow
  • Organized UI
  • Some small bug fixes
  • Add French translation (by NathanBnm)
  • Update Japanese translation
reco - Reco 1.0.1 Released

Published by ryonakano almost 6 years ago

  • Allow to set recording length
  • Fix the countdown is weird when recording more than twice
  • Localization improvement
  • Update Japanese translation
reco - Reco 1.0.0 Released

Published by ryonakano almost 6 years ago

  • Support recording with AAC, FLAC, Ogg Vorbis, Opus and MP3 formats
  • Show a notification after recorded successfully
  • Add Japanese translation
reco - Reco 0.1.0 Released

Published by ryonakano almost 6 years ago

  • Initial release