DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 20th May 2020
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default Recording audio with OpenBSD

To keep me occupied and to stop driving her crazy, my girlfriend recommended I start transferring her '70s music collection onto our phones. Hers is an iPhone, mine's an Android.

---

Audacity integrates with sndio(7), but only with the default device. So I had to set AUDIODEVICE=snd/1 for recording from USB with it, then unset the environment variable to edit what was recorded. Sequentially. The application won't permit multiple instances.

To monitor while recording, I used $ aucat -f snd/1 -o - | aucat -i - &.

--

Workflow: Audacity > ffmpeg > mp4tags, then...
Android: simple-mtpfs > cp.
iPhone: ntfs-3g > cp > reboot in win10 > CopyTrans Control Center > CopyTrans Manager.
Reply With Quote
  #2   (View Single Post)  
Old 20th May 2020
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

I remember doing a big project like that back around 2004 or so (though not on BSD). It was a lot of fun and I learned a lot about computer audio. (In saying "a lot", I mean compared to nearly nothing where I started at.) I also remember spending a lot of time cleaning vinyl --- not sure if it did much good in most cases.

I didn't use a heavy application like audacity, just smaller programs to record the sound to a .wav or .raw file. I wrote a lot of shell scripts to manipulate the files and cut them up etc. I guess it depends how much time you want to spend on it, I'm sure it would be faster with audacity (which I've never used, but coincidentally I've been mulling over perhaps compiling it in the near future).

I'm wondering why the need for Windows 10 --- it sounds awful !! Wouldn't it be possible to download the files to the phone by WiFi ?

Anyway I'm glad you have a fun project to work on, enjoy!
Reply With Quote
  #3   (View Single Post)  
Old 20th May 2020
victorvas victorvas is offline
Real Name: Victor
Linux
 
Join Date: May 2019
Posts: 148
Default

In Linux I used progam LMMS - it's much more powerful than audacity.
It's in OpenBSD 6.7 packages (lmms-1.2.0p0.tgz), but I've never used it on OpenBSD.
Reply With Quote
  #4   (View Single Post)  
Old 20th May 2020
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Quote:
Originally Posted by IdOp View Post
I'm wondering why the need for Windows 10...
Apple-provided drivers to interface with the onboard music library.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
video recording puffymon OpenBSD Packages and Ports 3 21st April 2017 07:02 PM
azalia Intel SCH HD Audio strange audio issues tehsean OpenBSD General 3 26th August 2012 12:21 AM
Mozilla brews Firefox add-on for audio-video recording J65nko News 0 2nd November 2010 08:25 PM
OpenBSD 4.6/4.5, Kaffeine and audio Squishy OpenBSD General 1 3rd November 2009 10:07 PM
Recording video stream jwhal Other BSD and UNIX/UNIX-like 7 14th February 2009 08:25 PM


All times are GMT. The time now is 09:39 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick